@charset "utf-8";
/* CSS Document for 2009 Conference sub-web*/
/* Author: Debra Pike */
/* Creation Date: 11/21/08 - 12/1/08 */

body {
	background-color:#E0E0E0;
	margin: 0px;
	padding: 0px;
}
	 	
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	text-align:center;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	text-align:left;
}

h3 {
	color:#FF0033;
}	

p, ul, li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#outerWrapper {
	margin: 0px auto;
	width: 1024px;
	background-color:#FFFFFF;
}
#header {
	position: relative;
	height: 250px;
	text-align:center;
	background: url(images/2009_header.jpg) center;
}
#topNav {
	
	position: absolute;
	height: 50px;
	margin-top: 210px;
	right: 10px;
} 

#content {
	
	padding: 10px 20px 20px;
	width: 684px;
	margin-left: 170px;
}

/* FOOTER STYLES */
#footer {
	height: 75px;
	background: url(images/footer_gradient.jpg) repeat-y center;
	text-align:center;
}
#footerNav {
	margin: 0.5px 0 0 0px ;
	padding: 0.5em 3em;
}	
#footerNav li {
	display: inline;
	/*font-weight: bold;*/ font-size:smaller;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #FFF;	
}
#footerNav li.last {
	border-right: 0;
}
#footerNav a:link {
	color: #FFFFFF; /* white */
	text-decoration: none;
}
#footerNav a:visited {
	color:#00CCFF; /* aqua */
	text-decoration: none;
}
#footerNav a:hover {
	color: #333366; /* navy blue */
	background: #FFFFFF; /* white */
	text-decoration: none;	
}
#footerNav a:active {
	color:#00CCFF; /* aqua */
	background-color: #9933CC; /* purple */
	text-decoration: none;
}

#copyright {
	padding: -1em 3em;
	font-size: x-small;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF; /*white*/
	font-weight:bold;
}

#copyright a:link {
	color:#00CCFF; /* aqua */
}		

.register {
	color:#FF0033;
	text-align:center;
}				
