body {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #012863;
	background: #FFFFFF url(/images/page/background.jpg) no-repeat top center;
	background-position: top center;
	margin: 0;
}

img { behavior:	url("/images/page/pngbehavior.htc"); }

hr {
	border: none 0;
	border-top: 2px dotted #6986C5;
	height: 1px;
	margin-bottom: 16px;
}

hr.form {
	border: none 0;
	border-top: 3px solid #6986C5;
	height: 1px;
	margin-bottom: 16px;
}

h1.topofpage {
	color: #012863;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 14px;
}	
	
h1.symposium {
	color: #012863;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 22px;
}	
	
h2 {
	color: #012863;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}	
	
h3 {
	color: #012863;
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}	
	
li.normal {
	font-size: 12px;
	font-weight: normal;
}

p a:link {
	color: blue;
	text-decoration: underline;
}

p a:hover {
	color: blue;
	text-decoration: underline;
}

p a:visited {
	color: purple;
	text-decoration: underline;
}

#mainWrap {
	width: 940px;
    background: transparent url(/images/page/mainWrap_background.png) repeat-y;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#headerWrap {
	width: 900px;
	height: 129px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #012863;
	
}

.headerLogo {
	width: 272px;
	float: left;
}

.headerSpacer {
	width: 628px;
	float: right;
}

#mainNavWrapper {
	width: 628px;
	height: 59px;
    margin: 0;
    padding: 0;
    float: right;
    text-align: center;
    background: transparent url(/images/page/headerNav.jpg) no-repeat top center;
}

#mainNav {
    margin: 0;
    padding: 0;
    text-align: center;
}

/****************************
*** Custom MenuMatic styles
*****************************/

.nav a:link {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 22px 21px 23px 22px;
	color: #012863;
	background-color: transparent;
}

.nav a:visited {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 22px 21px 23px 22px;
	color: #012863;
	background-color: transparent;
}

.nav a:hover {
	color: #F00;
	text-decoration: none;
}

.navdivider {
	width: 2px;
    background-image: url(/images/page/nav_divider.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    height: 56px; 
    float: left;
    margin-top: 3px;
}

.nav_lastitem a:link {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 12px 15px 16px;
	color: #FFF;
	background-color: transparent;
}

.nav_lastitem a:visited {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 8px 12px 15px 16px;
	color: #FFF;
	background-color: transparent;
}

.nav_lastitem a:hover {
	color: #333;
	text-decoration: none;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
.nav a{
	margin: 0;
	float: left;	
}

#nav a.login, #subMenusContainer a.login
{
    font-size: 14px; 
    font-weight: bold; 
    width: 119px;
}

#verticalNavWrapper {
	width: 200px;
    padding: 0;
    float: left;
}

#verticalNavBackground {
	width: 200px;
    margin: 8px 0 24px 0;
    padding: 0;
    text-align: left;
    background: #C9CCDD url(/images/page/verticalNav_background.jpg) no-repeat top center;
	border-bottom: 3px solid #012863;
}

#verticalNav {
    margin: 0;
    padding: 0;
    text-align: left;
}

.verticalNav a:link {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 14px 21px 7px 22px;
	color: #012863;
	background-color: transparent;
}

.verticalNav a:visited {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 14px 21px 7px 22px;
	color: #012863;
	background-color: transparent;
}

.verticalNav a:hover {
	color: #FF0000;
	text-decoration: none;
}

.verticalNavLast a:link {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 14px 21px 14px 22px;
	color: #012863;
	background-color: transparent;
}

.verticalNavLast a:visited {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	padding: 14px 21px 14px 22px;
	color: #012863;
	background-color: transparent;
}

.verticalNavLast a:hover {
	color: #FF0000;
	text-decoration: none;
}

/****************************
*** End Custom MenuMatic styles
*****************************/

#contentWrap {
	width: 894px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	border: 3px solid #012863;
}

#content {
	padding: 24px 48px 10px 48px;
	line-height: 20px;
	margin: 0;
}

#content a:link {
	color: blue;
	text-decoration: underline;
}

#content a:hover {
	color: blue;
	text-decoration: underline;
}

#content a:visited {
	color: purple;
	text-decoration: underline;
}



.biophoto {
	width: 140px;
	float: left;
	margin: 4px 12px 8px 0;
}

.bioWrap {
	width: 256px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

.bioWrapRight {
	width: 256px;
	float: left;
	margin-right: 0;
	margin-bottom: 20px;
}

.bioPhoto {
	width: 90px;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

.bioName {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.bioInfo {
	font-size: 12px;
	line-height: 14px;
	margin: 2px 0 5px; 
}

.speaker-bio-photo {
	width: 150px;
	float: right;
	margin: 4px 0 20px 16px;
}

.symposiumheader {
	margin: 8px 0 10px 0;
}

.homepagephoto {
	width: 400px;
	float: left;
	border: 3px solid;
	margin: 6px 0 20px 0;
}

.homepagelist {
	font-size: 16px;
	width: 338px;
	float: right;
	line-height: 20px;
	margin-top: 14px;
}

.homepage-button {
	width: 169px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.homepagelist a:link {
	color: blue;
	text-decoration: underline;
}

.homepagelist a:visited {
	color: blue;
	text-decoration: underline;
}

.homepagelist a:hover {
	color: #F00;
	text-decoration: underline;
}

#footerWrap {
	width: 940px;
	height: 114px;
	background: transparent;
	font-size: 13px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}	
	
#footerlinks ul {
	width: 950px;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px; 
	padding: 0;
	color: #666;
}

#footerlinks li {
	margin: 0 5px 0 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#footerlinks a:link, #footerlinks a:visited {
	color: #3C53A1;
	text-decoration: none;
}

#footerlinks a:hover {
	color: #C93;
	text-decoration: none;
}

#copyright {
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666;
}

#copyright a:link, #copyright a:visited {
	color: #3C53A1;
}

#copyright a:hover {
	color: #000;
}

