/* CSS Document */
/* ====== global styles =====*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:#355B8A;
	margin: 0;
	padding: 0;
}


div#outerDiv {
	width: 723px;
	margin: 0 auto;
	background:url(../images/banner.jpg) no-repeat;
}

/* ====== header =======*/


div#header {
	height:167px;
	position: relative;
}

#header #mainMenu {
	position:absolute;
	top:99px;
}
	
/* ====== mainContent =======*/	


#content div#mainContent {
	width:420px;
	
}

#mainContent p{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	line-height: 1.3em;
	color: #A5C1E4;

	
}

#mainContent a:link { 
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	line-height: 1.3em;
	}
#mainContent a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	line-height: 1.3em;
	}
#mainContent a:hover { 
	color: #FF9933;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	line-height: 1.3em;
	}
#mainContent a:active { 
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	line-height: 1.3em;
	}


#mainContent h2 {
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.mainContentBold {
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


#content div#subContent {
	width: 710px;
	
}

#subContent p{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	line-height: 1.3em;
	color: #A5C1E4;

	
}

#subContent a:link { 
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	line-height: 1.3em;
	}
#subContent a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	line-height: 1.3em;
	}
#subContent a:hover { 
	color: #FF9933;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	line-height: 1.3em;
	}
#subContent a:active { 
	color: #FFFFFF;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .8em;
	line-height: 1.3em;
	}


#subContent h2 {
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.subContentBold {
	font-size: 14pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* ====== sideBar =======*/	

#content div#sideBar {
	background-color:#093151;
	width:260px;
	
}

.sideBar {
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size: 9pt;
	color: #80A5D3;
	line-height: 1.5em;
	
}

.sideBarBold {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

ul {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
color: #A5C1E4;
line-height: 1.5em;
list-style-position: outside;
list-style-image: url(../images/blueBox.gif);
list-style-type: square;
margin-left:-25px;
margin-right:0px; 

}




/* ====== miscellaneous styles =======*/	

.clear { clear:both }

img.floatLeft { 
    float: left; 
    margin: 0 10px 0 0; 
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #1B252B;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

