body	{
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #d9c6b8 url(../images/gif) no-repeat;
	margin: 0 auto;
	}

#container {
	background: #fff;
	width:960px;
	min-height:800px;
	margin: 0 auto;	
	padding: 0;
	}

#content {
	width: 960px;
	padding: 0;
	height: 100%;
	}
	
#maincontent {
	padding: 0 25px 25px 25px; 
	float: left;
	width: 580px;
	}
	
#intcontent {
	padding: 15px 25px 25px 25px;
	}
	
a {
	text-decoration:none;
	color: #4d4d4d;
	}
	
a:hover {
	text-decoration:underline;
	}


#header {
	width: 100%;
	background-color: #7f0000;
	}

#header_int {
	width: 960px;
	margin: 0 auto;
	}
	
#header_int a {
	color: #fff;
	font-weight: normal;
	}

#footer {
	clear: both;
	text-align:center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 20px;
	padding: 30px 0 30px 0;
	width:830px;
	margin: 0 auto;
	height: 15px;
	}

#footer a {
	color: #555;
	text_decoration: underline;
	}

.name {
	font-weight: bold;
	}

/*--------------News----------------*/

#news {
	padding: 0 10px 10px 10px;
	width: 300px;
	float:right;
	}
	
#news ul {
	margin: 0 0 20px 0;
	padding: 0 15px 0 15px;
	}

#news li {
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#news h2 {
	margin-bottom: 10px;
	}

.news {
	line-height: 140%;
	}	

/*-----------Fonts----------------*/

font,th,td,p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 5px 0px 15px 0px;
	line-height: 190%;	
	}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #7d0000;
	}
	
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #4d4d4d;
	}

h3 {
	font-family: verdana;
	font-size: 15px;
	color: #28547B;
	margin:0 0 -10px 0;
	padding:0;
	}

h4 {
	background: #d9c6b8;
	font-family: rockwell;
	font-size: 17px;
	color: #000;
	margin: 15px 0 0 0;
	padding: 10px 15px 10px 15px;
	}


	
/*--------------Nav----------------*/

#nav {
	width: 100%;
	background-color:#292929; 	
	}

.chromestyle {
	width: 960px;
	font-weight: bold;
	margin: 0 auto;
	}


.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.chromestyle ul {
	width: 100%;
	background-color:#292929; 
	padding: 10px 0;
	margin: 0;
	text-align: left;
	}

.chromestyle ul li {
	display: inline;
	}

.chromestyle ul li a {
	font: normal 13px verdana;
	color: #fff;
	padding: 8px 15px;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.chromestyle ul li a:hover, .chromestyle ul li a.currentpage {
	color: #fff;
	background-color: #444444;
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #292929;
	width: 300px;
	visibility: hidden;
	}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 6px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	background-color: #444444;
	}	
	
/*--------------Other------------*/

hr {
	display: none;
}

.imgRight {
	float: right;
	padding: 8px;
	margin: 0;
	}

.imgLeft {
	float: left;
	padding: 0 8px 8px 0;
	margin: 0 7px 5px 0;
	background-color: #FFFFFF;
	}

