
body {
	text-align:left;
	margin:0;
	padding:0px;
	background:#000000 url(images/background.gif);
	font-family: Arial,Helvetica,Sans-Serif;
	font-size:13px;
	color:#000000;
	font-weight:normal;
	}
	
	
#header {
	height: 144px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bgnd_banner.jpg) no-repeat;
	}
	
.header_tabs {
	width: 720px;
	padding-right: 80px;
	text-align: right;
		}
	
.tabs {
	margin: 0 6px 0 10px;
	}
		

#menu {
	height: 57px;
	margin: 0;
	padding: 0;
	background:#000000;
	}

#main {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	}

#sideTable {
	margin: 0;
	padding: 20px 0 0 0;
	background: #000000 url(images/bgnd_newsLine.gif) repeat-x; 
	}
	
.content {
	padding: 30px 10px 10px 10px;
	background: #FFFFFF url(images/bgnd_newsLine.gif) repeat-x; 
	}			
	
h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #0C5402;
	}
	
.title {
	font-size: 16px;
	font-weight: bold;
	color: #FF7D11;
	}
		


#line {
	background: url(images/bgnd_newsLine.gif) repeat-x; 
}

a {
	color: #000000;
	text-decoration:underline;
	}

a:visited {
	color: #000000;
	text-decoration:underline;
	}

a:hover {
	color: #cc0000;
	text-decoration:underline;
	}

/* Footer Styling */

#footer {
	background: #000000 url(images/bgnd_footerLine.gif) repeat-x; 
}

#footer_text {
	padding: 25px 0 25px 0;
	color:#FFFFFF;
	text-align: center;
}

#footer_text a, #footer_text a:visited{
	color:#FFFFFF;
	text-decoration: none;
	}

#footer_text a:hover{
	color:#FF7D11;
	text-decoration: none;
	}
