/* ----- GLOBAL RESET ----- */
/* CsS ReseT --- Thanks to:
 http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* im added to keep keyboard tab focous outlines*/
a:focus {
	outline: thin dotted;
}
a:hover, a:active { outline: none; }
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th { vertical-align: middle; }
a img { border: none; }
strong { font-weight:bold }
em { font-style:italic }
textarea { margin: 0; padding: 0; }
input[type=hidden] {
	visibility: hidden;
	height:0px;
	border:0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position:absolute;
}
/* TYPOGRAPHY */
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	color: #FFFFFF;
	font-size: 2em;
	line-height: 1.75em;
}
h2 {
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.5em;
}
h2 a, h2 a:link {
	color: #336699;
	text-decoration: none;
	display: block;
}
h3 {
	color: #FFFFFF;
}
h4 {
	color: #FFFFFF;
}
h5 {
	color: #FFFFFF;
}
h6 {
	color: #FFFFFF;
}
/* LAYOUT ------------------------------------------------------------ */
/* From blueprint --- just this 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html, body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background: #000000 url(graphicS/synopsisS.jpg) no-repeat fixed center top;
	margin: 0;
	padding: 0;
}
body,td,th {
	font-size: medium;
}





#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#myHeader {
	list-style: none;
	background: /*#000000*/ url(graphicS/dAc.png) no-repeat;
	margin: 24px auto 0;
	padding: 82px 230px 0;
	height: 18px;
	width: 500px;
}
#myHeader li {
	float: left;
	color: #CCCC99;
	font-weight: bold;
	margin: 0 12px 0 12px;
	padding: 0px;
	display: inline;
	height: 15px;
}
#myIntro {
	height: 250px;
	width: 100%;
	background: url(graphicS/syn.jpg) no-repeat;
	border-top: thin solid #CCCC99;
}
#myLeftCon {
	position: relative;
	background: url(graphicS/conBG.png) repeat-x top;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 12px 24px 12px 24px;
	font-size: 1.1em;
	line-height: 1.5em;
}
#myRightCon {
	float: right;
	width: 350px;
	position: relative;
	top: 0px;
	margin-bottom: 24px;
	margin-left: 24px;
}
.mySideList {
	padding: 12px;
	width: auto;
	list-style: none;
	text-align: center;
	color: #FFFFFF;
}
.mySideList li {
	padding-top: 7px;
	padding-bottom: 7px;
	
}
.myUnderline {
	width: 100%;
	padding-bottom: 7px;
	border-bottom: thin solid #CCCC99;
}
#myFooter {
	width: 380px;
	margin-top: 25px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
#myFooter li {
	float: left;
	padding: 7px;
	color: #CCCC99;
}

#myLogo {
	height: 155px;
	width: 100%;
	background: url(graphicS/cpsLogo.png) no-repeat center center;
}
.clearBoth {
	clear:both; display:block; height:1px; margin:-1px 0 0 0;
}

