/* CSS Document */

body {
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	font-family:Tahoma, Arial;
	font-size:11px;
	border: medium double #000000;
}


a {color:#000033;
	text-decoration:none;
	}
	
a:hover {color:#333333;
		text-decoration:underline;
		}

#wrapper {
		padding:0;
		width:970px;
		margin: 0 auto;
	}
	
#main_div {width:970px;
			height:auto;
			float:left;
			background-image:url(images/main_bg.jpg);
			background-repeat:no-repeat;
			background-position:center;
			background-position:top;

			}
			
#main_content {
				margin: 10px 10px 0px 10px;
				width:950px;
				height:auto;
				float:left;
				}
				
#header {width:925px;
		margin:15px 10px 0px 11px;
		height:125px;
		float:left;
		background-image:url(images/header.jpg);
		}
		
		
	
#menu {width:925px;
		margin:0px 10px 0px 11px;
		height:30px;
		float:left;
		}
		
		
		
#Main_info {width:925px;
		margin:0px 10px 0px 11px;
		height:auto;
		float:left;
		}
		
		
#right_side { width:300px;
			height:auto;
			float:left;
			padding:3px 0px 0px 0px; 
			}
			
#news_bar {width:625px;
			height:10px;
			float:left;
			background-image:url(images/short cut keys.jpg);
			background-repeat:repeat-x;
			}
			
			
#Home_content {width:620px;
			height:auto;
			float:left;
			padding:3px 0px 0px 5px; 
			}
			
#content {width:925px;
			height:auto;
			float:left;
			padding:3px 0px 0px 0px; 
			}
			
.white_font {font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:13px;
			color:#FFFFFF;
			}
			
.white_font2 {
			font-size:11px;
			color:#FFFFFF;
			}
			
			

		
.header1 {font:Tahoma, Arial, Verdana;
			font-size:15px;
			font-weight:bold;
			color:#000066;
			
			}
			
.header2 {font-family:"Times New Roman", Times, serif;
			font-size:14px;
			color:#000066;
			font-weight:bold;
			}

.caps1 {font-size:18px;
font-family:"Times New Roman", Times, serif;
}		
		
#bottom {
		
		width:950px;
		height:100px;
		float:left;
		background-image:url(images/bottom.jpg);
		background-repeat:no-repeat;
		margin: 10px 10px 0px 10px;
		
		}
	
		
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefive{position:relative;display:block;height:26px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-bottom:3px solid #FF0066;}
#stylefive ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#stylefive ul li{display:block;float:left;margin:0;}
#stylefive ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:7px 20px 0 20px;height:19px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefive ul li a:hover,#stylefive ul li a.current{color:#fff;background:#006699 url(images/bgDIVIDER.gif) no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

