body 
{
    /*font-family: Trebuchet MS, Arial, Sans-Serif;*/
    font-family: Arial, Verdana, "Times New Roman", "Trebuchet MS", serif;
    color: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%;
    background-color:#696969;
	text-align:center;
}

div
{
	font-size:12px;
	color: #4F5559;
}

a
{
	color:#052687;
}

.italic
{
	font-style:italic;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}

img
{
	border: 1px solid #c9c7c7; padding: 5px;
}

.smallDiv
{
	height:1px;
}
/*** Page Header ***/
.blackSpace 
{
	line-height:0;
    height:5px;
    background-color:#000000;
}

#mainContainer 
{
    width:1000px;
    background-color:#ffffff;
    margin: 0 auto;
	text-align:left;
}

#topHeader 
{
	background-image: url("../images/TopBanner.gif");
	background-repeat:repeat;
    height:100px;
	text-align:center;
}

#logoDiv 
{
	padding-top:30px;
    color:#ffffff;
    font-size:36px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#loginLink 
{
    float:right;
    margin:5px 20px 0 0;
    font-size:12px;
}

#loginLink a
{
    color:#ffffff;
    text-decoration:none;
}
#loginLink a:hover
{
    font-weight:bold;
}

#tagline 
{
    clear:right;
    float:right;
    font-size: 12px;
	font-weight: bold;
	margin:20px 20px 0 0;
}

#topMenu 
{
    height:50px;
    background-image: url("../images/MainLinkBG.gif");
	background-repeat:repeat;
    font-size:14px;
    color:#2f303a;
	padding-left:100px;
}

.MainLink, .MainLinkCurrent
{
	height:35px;
    padding:15px 25px 0 25px;
	display:block;
	font-weight:bold;
	float:left;
	text-decoration:none;
	color:#40414f;
}

.MainLink:hover, .MainLinkCurrent
{
	color:#031f6b;
}

#subMenu
{
    background-color:#696969;
    font-size:12px;
    font-weight:bold;
	padding: 10px 0 10px 20px;
	border-bottom-color:#29384f;
	border-bottom-style:solid;
	border-bottom-width:medium;
	border-top-color:#29384f;
	border-top-style:solid;
	border-top-width:medium;
}

#subMenu a, #subMenu span
{
	color:#ffffff;
}

.SubLink, .SubLinkCurrent
{
    /*position:relative;
	top:10px;*/
    padding: 0 10px 0 10px;
    text-decoration:none;
    color:#000000;
}

#SubMenu .SubLink:hover, #SubMenu .SubLinkCurrent
{
    color:#031f6b;
	/*border-bottom-color:#031f6b;
	border-bottom-style:solid;
	border-bottom-width:medium;*/
}

#PicBanner
{
	background-color:#3E4761;
	padding:50px 0 30px 50px;
}

.PicBannerDiv
{
	float:left;
	padding-right:51px;
}

.PicBannerDiv img
{
	border: 1px solid #c9c7c7;
	padding:0;
}

.imageThumbs
{
	margin-left:100px;
}
/********************************************/

/*** Page Content ***/
#content {
	padding: 0;
	margin: 0 40px 40px 40px;
	background-color: #ffffff;
	color:#000000;
}
#content div {
	line-height: 20px;
}
#content div.msgError {
	border: 1px;
	border-style: solid;
	border-color: #FF3300;
	padding: 5px;
	color: #FF3300;
}
#content div.msgSuccess {
	border: 1px;
	border-style: solid;
	border-color: #009530;
	padding: 5px;
	color: #009530;
}

#content a {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content h1 
{
	color:#041C62;
    font-size:30px;
	font-weight:Normal;
	font-family: Georgia, Arial, Verdana, "Times New Roman", "Trebuchet MS", serif;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 20px;
	padding: 0;
	letter-spacing: 1px;
}
#content h2 
{
	font-size:16px;
	font-weight:bolder;
	padding: 10px 0 20px 2px;
	margin-bottom: 25px;
	color: #ffffff;
	background-color: #566387;
}

.newsText1
{
	font-size:14px;
}

.newsText2
{
	font-size:18px;
	color:#0f1653;
}

.newsRow img
{
	display:block;
	float:left;
	border:none;
	margin: 0 20px 10px 50px;
}

.imgLeft
{
	margin: 0 10px 5px 0;
	float:left;
	display:block;
}

.BigText 
{
	color:#000000;
    font-size:16px;
    font-weight:bold;
}
.sciSessionRow {
	margin:5px 0 0 0;
}

#content div.sciSpeakerCont
{
	margin-bottom:10px;
}

#content div.sciSpeakerName {
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
}

#content div.sciSpeakerTitle {
	font-weight:bold;
	font-size:11px;
	color:#153f71;
	margin-bottom:10px;
}

#content div.sciSpeakerTopic 
{
    margin: 0 0 10px 0;
	font-style:italic;
	font-size:18px;
}

#content div.resImage
{
	float:right;
}

.sciSpeakerImage
{    
    padding:5px 20px 15px 5px;
}

.meetingFormRow {
	margin:10px 0 0 0;
}

.meetingFormLeft {
	width:300px;
	float:left;
	text-align:right;
	margin-right:5px;
}

.histImageCont
{
	margin: 10px 0 10px 0;
}

.histImage1
{
	margin: 0 0 0 20px;
	float:right;
}

.histImage2
{
	margin: 0 20px 0 0;
	float:left;
}

.histImage3
{
	text-align:center;
}


.historyList div
{
	margin-top:10px;
	font-weight:bold;
}

.historyList li
{
}

.rfv { float:left; }
.req { color:#FF0000; }
/********************************************/

/*** Page Footer ***/
#footer 
{
    padding:10px 0 10px 10px;
    color:#000000;
    font-size:10px;
    background-color:#CCD6E0;
}

#footer div 
{
    margin-bottom:3px;
