/* CSS Document */

/*links*/

a:link { 
	color: #1D2D7C;
	font-weight:bold;
	text-decoration:none;
	}
a:visited { 
	color: #1D2D7C;
	font-weight:bold;
	text-decoration:none;
	}
a:hover { 
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
	}
a:active { 
	color: #1D2D7C;
	font-weight:bold;
	text-decoration:none;
	}


body {
margin:0px;
background-color:#0E1A53;
background-image:url(images/background.gif);
background-repeat:repeat-x;
}

#header {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
	
	#indexfield {
	background-image:url(images/indexfield.jpg);
	}
	
	#boarder {
	width:798px;
	height:6px;
	background-image:url(images/grayboarder.gif);
	background-repeat:repeat-x;
	}
	
	#bgbody {
	text-align:left;
	width:809px;
	background-image:url(images/bgbody.gif);
	background-repeat:repeat-y;
	}
		
	#outerstroke {
	width:775px;
	padding:10px 0px 10px 0px;
	border:1px solid #CCCCCC;
	}
	
	#innerstroke {
	width:755px;
	border:1px solid #CCCCCC;
	}

	#outerindex {
	width:595px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	margin:0px 20px 10px 20px;
	border:1px solid #CCCCCC;
	}
	
	#innerindex {
	width:580px;
	margin-left:7px;
	border:1px solid #CCCCCC;
	}

	#bgfooter {
	width:798px;
	height:52px;
	padding:20px 0px 0px 0px;
	background-image:url(images/bgfooter.gif);
	background-position:center;
	}
	
	#bgframe {
	
	width:290px;
	height:189px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-image:url(images/bgframe.gif);
	}