/* CSS Document */

	body
	{
		/* margin: 0;
		padding: 0; */
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #ffffff;
		background-color: #D6D6D6;
	}
	
	#container
	{
		margin: 1em auto; 
		width: 795px;
		text-align: left;
		background-color: #021C57;
		border: 1px solid black;
		line-height: 1.1;

	}
	
	#header
	{
		height: 83px;
		background-color: white;
		border-bottom: 2px solid black;
	}
	
	#mainnav
	{
		border-bottom: 3px solid #021C57;
		height: 18px;
		background-color:#043dc0;
	}
	
	#rightColumn
	{	
		margin: 0;
		padding: 0;	
		float: right;
		width: 298px;
		height: 412px;
		background-color: #02226b;
	}
	
	#contents
	{
		margin-right: 300px;
		margin-left: 0px;
		height: auto;
		background-color:#02226b;
	}
	
	#contentsContract
	{
		/* margin-right: 300px; */
		margin-left: 0px;
		height: auto;
		background-color:#02226b;
	}
	
	#footer
	{
		clear: both;
		height: 60px;
		background-color:#fff;
		border-top: 3px solid black;
	}
	
	#headRight
	{
		padding-top:10px;
		padding-left: 5px;
		color: #000000;
		font-size: 10px;
		float: right;
		width: 122px;
		height: 73px;
	}
	
	.clear
	{
		margin: 0;
		padding: 0;	
		clear:both;
		height: 1px;
	}
	
	.content
	{
	padding: 13px;
	line-height: 150%;
	}
	
	.content ul li {
	line-height: 110%;
	}
	
	.pad10
	{
	margin-left: 50px;
	padding: 13px;
	line-height: 180%;
	}
	
	.padAd
	{
	margin-left: 50px;
	padding: 17px;
	font: 90% arial, hevetica, sans-serif;
	/* line-height: 100%; */
	}
	
	/*                           link styling                            */
	
	#contents a:link{
	text-decoration: none;
	color: #000000/*#2963DF*/;
	}
	
	#contents a:visited { 
		color: #000; 
		text-decoration: none;
		}   /* #004D79 */
	
	#contents a:hover, #contents a:active
	{
		color: #CFDEFF;
		text-decoration: none;
		/* background-color: #1F1F1F; */
	}
	

	
	#contentsContract a:link{
	text-decoration: none;
	color:#000000 /*#2963DF*/;
	}
	
	#contentsContract a:visited { 
		color: #000; 
		text-decoration: none;
		}   /* #004D79 */
	
	#contentsContract a:hover, #contentsContract a:active
	{
		color: #CFDEFF;
		text-decoration: none;
		/* background-color: #1F1F1F; */
	}
	
	
	/* --------------------- nav list from listamatic ------------------- */
	
	 #navcontainer
	{
	width: 100%;
	float: left;
	background-color: #043dc0;
	font: 110% arial, hevetica, sans-serif;
	}

	#navcontainer ul { padding: 0; }
	#navcontainer ul li { display: inline; }

	#navcontainer ul
	{
	margin: 0;
	padding: 0 0 0 6px;
	color: #FFFFFF;
	font-family:  arial, helvetica, sans-serif;
	font-size: 80%; /* original setting -> .75em*/
	letter-spacing: 2px; 
	/* font-weight: bold; */
	}

	#navcontainer ul li a
	{
	padding: 0.2em 12px;
	background-color: #043dc0;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 2px solid #02226b;
	}

	#navcontainer ul li a:hover
	{
	background-color: #6699ff;
	color: #FFFFFF;
	}

	#navlist li#active a
	{
	color: #FFFFFF;
	text-decoration: none;
	background: #d5882b;
	text-align: left;
 /* text-transform: uppercase;*/
/* font: bold normal 10px/16px "Lucida Sans Unicode", verdana, lucida, arial, helvetica, sans-serif;*/
	}
	
	/* ---------------------------------- drop down menu styling ------------------------------- */
	
	#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:18px;
	z-index:100;
	}

	#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	color: #FFFFFF;
	text-decoration: none;
	/* font-weight: bold;*/
	}

	#dropmenudiv a:hover{ /*hover background color*/
	background-color: #6699ff; /* #5c75ad; */
	}
	
	/* -------------------------remove image hyperlink decoration --------------------*/
	
	img 
	{	
	border: none;	
	}
	
	/*                             font styling                                  */
	
	.bold {	
	font-weight: bold;
	color: #BF8B00;
	}
	
    .oran {	
	color: #EAB651;
	}
	
	.boldblue {	
	font-weight: bold;
	color: #5184BB;
	}
	
	.bigbold {
	font-size: 120%;
	font-weight: bold;
	color: #BF8B00;
	}
	
	/*                            positioning stuff                         */
	
	.indent {
	margin-left: 20px;/*
	text-indent: 20px;*/
	}
	
	.right {
	float: right;
	}
	
	.left {
	float: left;
	}
	
	.smaller {
	background: url(images/tile.jpg) repeat-x;
	line-height: 140%;
	padding-left: 10px;
	background-color: #022B88;
	}
	
	h5 {
	margin-top: 13px;
	font-size: medium;
	margin-bottom: 10px;
	color: #a1c2e6;
	/* text-decoration: underline;*/
	}
	
	/* ------------ float fix ---------------- */

	.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	
	#stroke {
	border: 1px solid #BF8B00;
	}
	
	#news a:link{
	text-decoration: none;
	color: #BF8B00/*#2963DF*/;
	}
	
	#news a:visited { 
		color: #BF8B00; 
		text-decoration: none;
		}   /* #004D79 */
	
	#news a:hover, #news a:active
	{
		color: #FFFFFF;
		text-decoration: none;
		/* background-color: #1F1F1F; */
	}
	
	#stroke ul {
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	* html #stroke ul {
	margin-left: 8px;
	
	}