/* CSS Document */

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-break: normal;
	margin:0px;
	background-color: #053D71;
}

#header{
	position:relative;
	width:743px;
	height:166px;
	background-image: url(images/caseHeader.gif);
}

#navDiv{
	position:relative;
	left:50px;
	top: 135px; 
	width:250px;
	height:15px;
}

#main{
	position:relative;
	width:743px; 
	background-image: url(images/caseBackground.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align:left;
	
}

#indexCopy {
	position:relative;
	left:46px;
	width:650px;
	text-align:left;
}

#footerTag{
	position:relative;
	width:743px;
	height:69px;
	background-image: url(images/caseFooter.gif);
	background-repeat: no-repeat;
}

.image{
	float:right; 
	width:360px;
	height:240px;
	border:2px solid #ffffff; 
	margin-left:10px;
}

.clear{
	clear: both;
}
	
.headerText{
	position:absolute;
	height: 78;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	font-style: italic;
	color:#FFDBA4
}

a.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
    text-decoration:none;
	color:#ffffff;
}
a.nav:hover{
   text-decoration:none;
   color:#95AECA
}

a.bottomNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
    text-decoration:none;
	color:#ffffff;
}
a.bottomNav:hover{
   text-decoration:none;
   color:#95AECA
}

a.resultsLinks{
	text-decoration:underline;
	color: #0083C9;
	font-weight: bold;
}

a.resultsLinks:hover{
	color:#C72D2D;
	text-decoration:none;
}

a.links{
	text-decoration:underline;
	color:#961F0E;
}

a.links:hover{
	color:#961F0E;
	text-decoration:none;
}

a.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9;
	font-weight:normal;
	text-decoration:underline;
	color:#A8B7CD
}

a.footer:hover{
	color:#DAE1EA
}

.textBold {
	font-weight:bold;
}

.footerText {
	color: #635B5B;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
}

.textSM {
	font-size:12px;
}

INPUT,TEXTAREA { font-family: sans-serif;}

.rssScroll { 
		scrollbar-face-color: #ffffff;
		scrollbar-base-color: #ffffff; 
		scrollbar-3dlight-color: #635B5B; 
		scrollbar-track-color: #ffffff; 
		scrollbar-arrow-color: #961F0E; 
		scrollbar-darkshadow-color: #635B5B; 
		scrollbar-shadow-color: #ffffff;
} 

