/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background: #999999 url(/images/page-bg.png) repeat-x;

}




hr {
border-style:dashed; border-color:#9E9E9E; border-width:1px;
color: #9E9E9E;
height: 0px;
width: 100%;
}


/*----------- BANNER ----------*/
#banner {
	height: 132px;
	background: #000000 url(/2010/images/banner-01-2010.jpg) no-repeat center center;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 1px solid #fff;
	border-left: 0px solid;
}
#banner2 {
	height: 130px;
	background: url(/2010/images/banner-02-2009.jpg) no-repeat center center;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;

	
}

/*--------- WRAPPER -----------*/
#wrapper{
	width: 770px;
	margin:10px auto;
	border: 1px solid #fff;
	text-align:left;
	background: #000000;
}

/*---------- LEFT COLUMN -------*/
#leftcol{
	margin-left: 0px; 
	margin-top: -1px;
 	float:left;
}
#leftcol #nav{
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 0px;
}
#leftcol #nav ul{
margin: 0; 
padding: 0;
background-color: transparent;
list-style-type: none;
border: 1px solid #000000;
}
#leftcol #nav ul li{
	display:inline;
	padding:0;
	margin: 0;

}
#leftcol #nav ul li a{
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	display: block;
	padding: 5px 0 6px 8px;
	text-decoration: none;
	height: 9%;
	font-size: 12px;
	width: 196px;
	font-weight: bold;
margin: 0; 

} 
#leftcol #nav ul li a:hover, #leftcol #nav ul li a:focus{
	color: #fff;
	border-right: 0px solid #008FAA;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	width: 196px;
	margin: 0;
	background: url(/2010/images/btn-menu-ro.png) no-repeat left top;
background-color:#008FAA;
}

/*--------- TOP ----------*/
#top {
	margin-right: 0px;
	margin-top: 0px;
	background-color:#000000;
}
#top #nav {
	float: right;
	margin: 0px;
	padding: 2px;
}
#top #nav ul {
	padding: 0px;
	margin: 0;
	background: #000000;
	text-align: left;
}
#top #nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
	height: auto;
	font-size: 70%;
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
	padding: 0px 20px;
	border-right: 0px solid #ffffff;
	text-align: right;
	width: 9em;
	font-weight: bold;
	font-variant: small-caps;
}
#top #nav ul li a {
	color: #FFFFFF;
	padding: 0px 30px;
	border-right: 0px solid #ffffff;
	text-align: center;
	width: 9em;
	font-weight: bold;
	font-variant: small-caps;
}
#top #nav ul li a:hover, #nav ul li a:focus {
	background-color: #008FAA;
}

/*---------- CONTENT ------------*/
#content{
	margin-left: 195px;

}

#content p, #content ul, #content ol, #content li, #content td, #content th, #content blockquote{
	font: 11px Arial, Helvetica, sans-serif;
}


/*ul.no-bullet {
	list-style-image: none;
	list-style-type: none;
	padding: 0 0 0 -100px;

}*/


#content p, #content table {
	margin: 10px 50px 15px 20px;
	padding: 0px;
}

#content h2 {
	margin: 100px 20px 15px 20px;
	padding: 0px;
}

#content a{
	color: #788D8F;
	text-decoration: underline;
}
#content a:link{
	color: #788D8F;
	text-decoration: underline;
}
#content a:visited{
	color: #59696A;
	text-decoration: underline;
}
#content a:hover{
	color: #008FAA;
	text-decoration: underline;
}
#content h1 {
	font-size: 120%;
	color:#008FAA;
	margin: 20px 20px 10px 20px;
	padding: 0px;
}
#content h2 {
	font-size: 100%;
	color:#788D8F;
	margin: 25px 20px 0px 20px;
	padding: 0px;

}


#content h2.with-h3{
	font-size: 100%;
	color:#788D8F;
	margin: 4px 20px -20px 20px!important;
	padding: 0px;
}


#content h2.sub {
	font-size: 11px;
	color:#788D8F;
	margin: 2px 20px 10px 20px;
	padding: 0px;
font-style:italic;

}



#content h3 {
	font-size: 11px;
	color:#008FAA;
	margin: 25px 20px 10px 20px;
	padding: 0px;
}

#content ol li h3 {
	font-size: 11px;
	color:#008FAA;
	margin: 25px 20px -8px 0px!important;
	padding: 0px;
	font-weight:bold!important;

}

#content h3.with-h2 {
	font-size: 85%;
	color:#008FAA;
	margin: 4px 20px 10px 20px;
	padding: 0px;
}





#content h4 {
	font-size: 70%;
	color:#008FAA;
	margin: 15px;
	padding: 0px;
}

#content ul, #content ol{
	padding: 0px;
	margin: 10px 0px 10px 30px;
	font: 11px Arial, Helvetica, sans-serif;
}

#content ol li ul li{
	padding: 0px;
	margin: 10px 0px -8px -16px;
	font: 11px Arial, Helvetica, sans-serif;
	list-style-type:disc;
}

#content li {
	margin: 0px 40px 3px 20px;
	padding: 0px;	
	font: 11px Arial, Helvetica, sans-serif;
}

#content li.no-bullet{
list-style: url(none) none inside;
margin-left:-10px;
padding-bottom:5px;
}

#content li p {
	margin: 10px 20px 15px 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;	
}




/* ---- NOT USING session/track navigation in the content ---- 

#content #sessionnav {
	border-right: 1px solid #ffffff;
	float: left;
	margin: 20px;
	padding: 0px;
}
#content #sessionnav ul {
	padding: 0;
	margin: 0;
	background: #008FAA;
}
#content #sessionnav ul li {
	padding: 0px;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	float: left;
	background:#008FAA;
	height: 10%;
}
#content #sessionnav ul li a {
	font-size: 100%;
	color: #FFFFFF;
	background-color:#008FAA;
	display: block;
	padding: 5px 0 6px 4px;
	text-decoration: none;
	height: 10%;
	width: auto;
}
#content #sessionnav ul li a:hover, #nav ul li a:focus {
	background-color: #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}*/




/* ----------- FOOTER ------------- */
#footer {
clear: both;
color: #FFFFFF;
background: url(/2010/images/bg-footer.png) repeat-y left top;
height: 25px;



}
#footer p {
	font-size: 70%;
	margin: 0px;
	padding: 3px;
margin-left:10px;
margin-top:3px;
}

	
/*----------- CLASSES ----------- */
.leftimage {
	float: left;
	border: 0px none;
	margin: 10px 15px 10px 20px;
}
.rightimage {
	float: right;
	width: 100px;
	margin-bottom: 20px;
	margin-left: 15px;
	border: 1px solid #000000;
	margin-right: 5px;
}
.footimage {
	margin: 0px;
	padding: 0px 8px;
	border-style: none;	
}

.clearit{
clear:both;
}
.container {
	float: right;
	width: 98%;
	background-color: #FFFFFF;
}
hr {

background-color: #ccc;
height: 1px;
border: 0;
   }

/* TABLE STYLES*/

table.background {
	background: #fff url(/2010/images/table-row-bg.png) repeat-y left top;

}



.table-head
{
	font:bold 12px Arial, Helvetica, sans-serif;
	height:25px;
	padding-left:10px;
	color: #000;
	background: #CCDADB url(/2010/images/table-header-bg.png) no-repeat  center top;
	text-align: left;
}




td.row
{
	text-align: left;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	height:25px;
	padding:2px 10px 2px 10px;
	color: #000;
	vertical-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	border-left: none;
}

.top-columns
{
	text-align: left;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	height:25px;
	padding:2px 10px 2px 10px;
	color: #000;
	vertical-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	border-left: none;
background-color:#87999B;

}





td.footer
{
	text-align: left;
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #000;
	height:25px;
	padding-left:10px;
	vertical-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	border-left: none;
	background: #fff url(/2010/images/table-footer-bg.png) no-repeat left top;

}

tr.sponsors {
padding:10px;
text-align:center;
}
td.sponsors {
padding:10px;
text-align:left;
}



img.left{
float: left;
padding-right: 10px;
padding-bottom: 5px;


}



.red-text
{
padding:0px;
margin-bottom:12px;
font-family: Arial;
font-size: 9pt;
color: #C71D28;

}




