/* HTML changes */

html, body{
	margin:0;
	padding:0;
	border: 0;
	background:#000066;
	scrollbar-face-color: #000066; 
	scrollbar-shadow-color: #333333; 
	scrollbar-highlight-color: #0063F7; 
	scrollbar-3dlight-color: #ccccff; 
	scrollbar-darkshadow-color: #333333; 
	scrollbar-track-color: #999933; 
	scrollbar-arrow-color: #ffffff; 
	}

.hidden{
	display:none;
	}



/* Div Rules */


#main-container{
	width:799px;
	margin:auto;
	background:#ffffff;
	}
	
#welcomePic{
	text-align:center
	}
	
#ticker{
	background: #000066;
	overflow: hidden;
	height:21px;
	}
	
	
#head{
	background:#000066;
	overflow: hidden;
	height:116px;
	
	}
	
#tools{
	background:white;
	}
	
#foot{
	clear:both;
	background:#ffffff;
	height:80px;
	text-align:center;
	}
	
#news{
	float:left;
	padding:10px;
	width:180px;
	height:350px;
	background:#ffffff;
	text-align:left;
	}
	
#content{
	padding:10px;
	margin-left:200px;
	background:#ffffff;
	}
	

	
/* font styles */

.formtext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	}


.whitestyle {
	align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}


.bluestyle {
	align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00006f;
	text-decoration: underline;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00006F;
	font-weight: bold;
}

.style4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}

.style7{
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
	}
	
.stylered{
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif; 
	color: red;
	}	
	
.blueheading{
	     font-size:20px;
	     font-weight: bold;
	     font-family: Arial, Helvetica, san-serif;
	     color: #000066;
	     }
	     
	     
.goldheading{
	     font-size:20px;
	     font-weight: bold;
	     font-family: Arial, Helvetica, san-serif;
	     color: #999933;
	     }


/*SuckerTree Menu Styles*/


	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */

	.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

	/*Top level list items*/
	.suckertreemenu ul li{
	position: relative;
	float: left;
	display: inline;
	background-color: #999933; /*overall menu background color*/
	}

	/*Top level menu link items style*/

	.suckertreemenu ul li a{
	display: block;
	width: 116px; /*Width of top level menu link items*/
	padding: 1px 8px;
	border: 1px solid black;
	border-left-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:navy;
	}

	/*1st sub level menu*/
	.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	}

	/*Sub level menu list items (undo style from Top level List Items)*/
	.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
	}

	/*All subsequent sub menu levels offset after 1st level sub menu */
	.suckertreemenu ul li ul li ul{
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	}

	/* Sub level menu links style */
	.suckertreemenu ul li ul li a{
	display: block;
	width: 116px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	padding: 1px 5px;
	border: 1px solid #ccc;
	}

	.suckertreemenu ul li a:hover{
	background-color: black;
	color: white;
	}

	/*Background image for top level menu list links */
	.suckertreemenu .mainfoldericon{
	background: #999933 url(images/arrow-down.gif) no-repeat center right;
	}

	/*Background image for subsequent level menu list links */
	.suckertreemenu .subfoldericon{
	background: #999933 url(images/arrow-right.gif) no-repeat center right;
	}

	* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
	}

	/* Holly Hack for IE \*/
	* html .suckertreemenu ul li { float: left; height: 1%;}
	* html .suckertreemenu ul li a { height: 1%;}
	* html .suckertreemenu ul li ul li { float: left;}
	/* End */
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
