/* STYLES FOR 2010 CONFERENCE PAGES
	AUTHOR: Debra Pike
	ORIGINAL CREATION DATE: 11/17/09
*/	
@charset "utf-8";
body, h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
	color: #0b0521; /*Dk Blue */
}

#outerWrapper {
	width: /*710px;*/100%; 
	margin-top:0;
	margin-bottom:0;
	margin-right: auto;
	margin-left: auto;
}

#header	{
	padding: 15px;
	background-image: url(images/hdr_bkgd.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 230px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	
}

#header h3 {
	color:#FFFFFF;
	font-family:"Arial Rounded MT Bold", Verdana, Geneva, Helvetica, sans-serif;
	font-style:oblique;
	font-size:18px;
	padding: 0.6em 0 0 0;
	text-align: center;
}		

#contentWrapper {
	margin: 0 auto 10px auto;
	width: 625px; /* content width + (left padding + right padding) + (left border + right border) = 583 + (20 + 20) + (1 + 1) = 625 */
}

#content	{
	border: 1px solid #000033;
	margin: 0 auto 0 10px;
	padding: 20px;
}	

#linkWrapper	{
	line-height: 0.7em;
	text-align: center;
	margin: 0 auto -5px auto;
	width: 625px; /* content width + (left padding + right padding) + (left border + right border) = 583 + (20 + 20) + (1 + 1) = 625 */
}
#textLinks li	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	display:inline;
	padding-left: 5px;
	padding-right: 10px; 
	border-right: 2px solid #734ff7;/*purple*/
}	

#textLinks li.last	{
	border-right: 0;
}

#directory li	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	display:inline;
	padding-left: 5px;
	padding-right: 10px; 
	border-right: 2px solid #93C;/*purple*/
	
}	

#directory li.last	{
	border-right: 0;
}

#directory a:link	{color: #339; text-decoration:none;} /*hypertext blue*/
#directory a:visited	{color: #C3C; text-decoration:none;} /*purple*/
#directory a:hover	{color: #F0C; text-decoration:overline underline;} /*magenta*/
#directory a:active	{color:#39F; text-decoration:none;}/*light blue*/

#sidebarLeft	{
	float: left;
	width: /*200*/300px;
}	

#sidebarRight	{
	float: right;
	width: /*250*/300px;
}	

#footer	{
	clear: both;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
	background-image: url(images/ftr_gradient.jpg);
	background-repeat: repeat-x;
}

#footer a:link	{color:#FFFFFF;}
#footer a:visited	{color:#00FFCC;}
#footer a:hover	{color: #00FF00;}
#footer a:active	{color: #66FF33;}				

.red-text { color: #F00; }
