@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body{
	background-image: url(/2012/graphics/header/bkg.jpg);
	background-repeat:repeat-x;
 text-align: center;
 font-size: 62.5%;
 max-width: 100%;
}
#wrapper {
	width: 915px;
	margin: 0 auto .5em auto;
}

#header {
	width:915px;
	margin: 0 auto;
	border-right: 1px solid #000;
}
#header table.banner { margin:0; padding:0;}
#header table.banner td { vertical-align:top;}


/*----------------*/
/* CONTENT STYLES */
/*----------------*/
#content {
	width:914px;
	margin: 0 auto;
	padding: 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#content a {
	color: #00aeef;
	text-decoration: underline;
}
#content a:visited {
	color: #69C;
	text-decoration: underline;
}
#content a:hover, #content a:focus, #content a:active {
	color: #000;
	text-decoration: underline;
}

/*------------------------------*/
/* LEFT COL & NAVIGATION STYLES */
/*------------------------------*/
#leftcol {
	margin-right: 1em;
	float: left;
	width: 13em;
	text-align: left;
}
#leftNav {
	padding: 0;
	margin: 0;
	width: 13em;
	color: #000;
}
#leftNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#leftNav li { /* all list items */
	position: relative;
	float: left;
	line-height: 1;
	width: 13em;
}
#leftNav li.first { /* all list items */
	position: relative;
	float: left;
	line-height: 1;
	width: 13em;
	border-top: 1px solid #666;
}
#leftNav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left: 13em;
	margin-top: -2.6em;
	border-top: 1px solid #666;
}
#leftNav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left: 12em;
}
#leftNav li a, #leftNav li a:visited { /* 1st-level list item links */
	display: block;
	height: 1%;
	color: #000;
 font: 110% Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #F2F2F2;
	margin: 0;
	padding: .4em;
	border-bottom: 1px solid #666;
}
#leftNav li a:hover {
 color: #00AEEF;
	background-color: #FFF;
	border-bottom: 1px solid #666;
	text-decoration: none;
}
#leftNav li li a, #leftNav li li a:visited { /* 2nd-level list item links */
	display: block;
	background-color: #F2F2F2;
	color: #000;
	font: 110% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-decoration: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin: 0;
	padding: .6em 0 .6em .6em;
}
#leftNav li li a:hover {
	color : #00AEEF;
	background-color: #FFF;
	border-bottom: 1px dashed #666;
	text-decoration: none;
}
#leftNav li:hover ul ul, #leftNav li:hover ul ul ul, #leftNav li.sfhover ul ul, #leftNav li.sfhover ul ul ul {
	left: -999em;
}
#leftNav li:hover ul, #leftNav li li:hover ul, #leftNav li li li:hover ul, #leftNav li.sfhover ul, #leftNav li li.sfhover ul, #leftNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*------------------*/
/* RIGHT COL STYLES */
/*------------------*/
#RightCol {
	float: right;
	background-color: #FDAE4A;
	text-align:center;
	margin-left: 1em;
	width: 15em;
}
#RightCol h1 { font: bold 160% "Arial Black", Gadget, sans-serif; color: #000; margin:.5em; text-align:left;}
#RightCol .sideContainer {
	background-color: #FFF;
	border: 1px solid #999;
	margin: 1em;
	padding: .5em;
	font: .9em Verdana, Geneva, sans-serif;
	color:#666;
	text-align:left;
}
#RightCol .sideContainer p {
	font: 1.1em Verdana, Geneva, sans-serif;
	margin: .5em 0;
}


/*---------------------*/
/* MAIN CONTENT STYLES */
/*---------------------*/
#content #contentMain {
	margin: 0 15em 0 13em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
#contentMain p { font-size:120%; margin: .5em 0 .5em 0;}
#contentMain p.pTop { font-size: 100%; font-family: Arial, Helvetica, sans-serif;  text-align: right; color: #330066;}
#contentMain h1 { font: bold 180% Tahoma, Geneva, sans-serif; margin: 0 0 .5em 0;}
#contentMain h2 { font: bold 140% Georgia, "Times New Roman", Times, serif; text-transform: uppercase; margin: 1.5em 0 0; padding: 0; color:#333;}
#contentMain h3 { font: bold 130% Arial, Helvetica, sans-serif; color: #36C; margin-top: 1em; margin-bottom: 0px;}
#contentMain h4 { font: bold 130% Arial, Helvetica, sans-serif;	margin-top: 1em;	margin-bottom: .3em;	padding: .2em;	border-top: 1px solid #000000;	color: #FFFFFF;	text-indent: .2em;	text-transform: uppercase;	background: #999999;}
#contentMain h5 { font: bold 140% "Times New Roman", Times, serif; color: #000000; border-bottom: 1px solid #00aeef; margin: 2em 0 0; padding: 0 0 .3em;}
#contentMain h6 { font: bold italic 150% "Times New Roman", Times, serif; color: #666; margin: 1em 0 0 0;}
#contentMain p.button {
	font-weight: bold;
	font-size: 110%;
	text-align:center;
	border:1px solid #33C;
	width: 10em;
	margin: .5em;
}
#contentMain p.button a, #contentMain p.button a:visited {
	padding: .2em; 
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #36C;
}
#contentMain p.button a:hover, #contentMain p.button a:focus, #contentMain p.button a:active {
	padding: .2em; 
	display: block;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}
#contentMain p.cohost { margin:1.5em 1em .5em 1em; float:right; border:1px dashed #CCC; padding: .2em .4em .3em .4em; font-size:110%;}

#contentMain table {
 margin: 1em 0 1em 0;
 border: 0;
 background-color: #FFF;
 font-size: 110%;
}

#contentMain table.tblZero {
 margin: 0;
 padding: 0;
}

#contentMain table.tblBorder {
 border: 1px solid #999;
}

#contentMain table.TblNoMarginBelow{
 font-family: Arial, Helvetica, sans-serif;
 margin: 1em 0 0 0;
 border: 0;
}

#contentMain table.TblRightBorder {
float: right;
margin: .5em 0 .5em 1em;
border: 1px solid #999;
}

#contentMain table.TblLeftBorder {
float: left;
margin: .5em 1em .5em 0;
border: 1px solid #999;
}

#contentMain table.TblRightNoBorder {
float: right;
margin: .5em 0 .5em 1em;
border: 0;
}

#contentMain table.TblLeftNoBorder {
float: left;
margin: .5em 1em .5em 0;
border: 0;
}

#contentMain tr{
vertical-align: top;
}

#contentMain tr.trMiddle {
vertical-align: middle;
}

#contentMain th {
 font-weight: bold;
 text-align: left;
 color: #FFF;
 background-color: #333;
 padding: .3em .5em .3em .5em;
}

#contentMain th a, #contentMain th a:link, #contentMain th a:hover, #contentMain th a:focus, #contentMain th a:visited, #contentMain th a:active {
 font-weight: bold;
 color: #FFF;
 text-decoration: underline;
}

#contentMain th.TblSubhead{
 font-weight: normal;
 text-align: center;
	padding: .2em;
 color: #000;
 background-color: #CCC;
 border: 1px solid #999;
}
#contentMain td{
	color: #000;
	border: 1px solid #CCC;
 padding: .3em;
}
#contentMain td.TdNoBorder{
 border: 0;
}
#contentMain td.TdNoBorderNoPad{
 border: 0;
 margin: 0;
 padding: 0;
}
#contentMain table.TblNested{
 margin: 0;
 padding: 0;
 border: 0;
}
#contentMain td.TdNested{
 border: 0;
 padding: 0;
 margin: 0;
}
#contentMain td p {
	margin: 0;
 font-size: 110%;
}

#contentMain dl{
margin-top: 1.1em;
font-size: 120%;
}
#contentMain dt{
margin-top: .5em;
}
#contentMain dd{
margin-left: 2em;
}

#contentMain ol {
margin: 0 0 .5em 2em;
list-style-position: outside;
padding: 0;
font-size: 120%;
}
#contentMain ul {
margin: 0 0 .5em 1em;
list-style-position: outside;
padding: 0;
font-size: 120%;
}
#contentMain ul.ulNoMargin, ol.olNoMargin {
margin: 0;
}
#contentMain td ul.ulTblNoMargin, td ol.olTblNoMargin {
margin: 0 0 0 1em;
}
#contentMain ul li {
margin: .2em 0 .3em .5em;
list-style: circle;
}
#contentMain ol li {
margin: .2em 0 0 .5em;
}
#contentMain li ul, #contentMain li ol, #contentMain li ul li, #contentMain li ol li, #contentMain td ul, #contentMain td ol {
font-size: 100%;
}

#contentMain p.pBox {
 font-size: 120%;
 margin: .2em .5em .5em 1em;
 padding: .3em;
 float: right;
 border: 1px solid #999;
 background-color: #6CF;
 color: #000;
 text-indent: 0;
 text-align: center;
}
#contentMain p.pBox a, #contentMain p.pBox a:visited { color: #FFFFCC; text-decoration: underline;}
#contentMain p.pBox a:hover { color: #000; text-decoration: none;}
#contentMain .em a:link  {	font-size:.9em; text-decoration: none; color: #666;}
#contentMain .em a:hover  {	font-size:.9em; text-decoration: underline; color: #666;}

.ImgRightBorder {
float: right;
border: 1px solid #000000;
margin-left: .5em;
}
.ImgRightNoBorder {
float: right;
border: 0;
margin-left: .5em;
}
.ImgLeftBorder{
float: left;
border: 1px solid #000000;
margin-right: .5em;
}
.ImgLeftNoBorder{
float: left;
border: 0;
margin-right: .5em;
}
.red { color:#F00;}

/*---------------*/
/* FOOTER STYLES */
/*---------------*/
#footer {
	clear: all;
	background-color: #000000;
	font: .9em Arial, Helvetica, sans-serif;
	width:915px;
	padding: 0;
	margin: 0;
	height: 5em;
}
#footer p {
 font-size: 110%;
 color: #CCC;
 margin: 0 auto;
 padding: 1em .8em;
	text-align: center;
}
#footer a, #footer a:visited, #footer a:active, #footer a:focus {
 color: #CCC;
	text-decoration: none;
}
#footer a:hover{
 color: #CCC;
 text-decoration: underline;
}
.grayType { color: #CCC; }

