body	{
	font-family: georgia, serif;
	font-size: 14px;
	background: #efefef;
	margin: 0 auto;
	}

#container {
	clear:both;
	width:960px;
	margin: 0 auto;	
	padding: 0;
	background: #e2dbc9;
	border: 1px solid #afa897;
	}

#maincontent {
	padding: 25px; 
	float: right;
	width: 650px;
		margin: 0;	
		padding: 0;
	}

#maincontent li {
	line-height: 190%;
	}
	
#intcontent {
	padding: 15px 25px 25px 25px;
	}
	
a {
	text-decoration:none;
	color: #4d4d4d;
	}
	
a:hover {
	text-decoration:underline;
	}


#header {
	}

#header_int {
	width: 960px;
	margin: 0 auto;
	}
	
#header_int a {
	color: #fff;
	font-weight: normal;
	}

#footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: transparent url('images/footer.jpg') no-repeat;
	color: #000;
	margin-top: 20px;
	padding: 30px 0 30px 0;
	}

#footer a {
	width: 100%;
	color: #0d2e5b;
	text_decoration: underline;
	}

/*--------------News----------------*/

#sit {
	background: transparent url('images/sit.png') no-repeat;
	width: 260px;
	height: 70px;
	margin: 15px 0 0 -35px;
	padding: 15px 0 0 90px;
	}

#side_item {
	margin: 0 0 0 -25px;
	width: 270px;
	padding: 1px 0 1px 30px;
	background: transparent url('images/sint.png') repeat-y;
	}

#sib {
	background: transparent url('images/sib.png') no-repeat;
	width: 300px;
	height: 20px;
	margin: 0 15px 0 -25px;	
	}

#sidebar {
	padding: 25px 10px 20px 0;
	width: 290px;
	float:left;
	}
	
#sidebar ul {
	margin: 0 0 20px 0;
	padding: 0 15px 0 15px;
	}

#sidebar li {
	font-family: georgia, serif;
	list-style-type: disc;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#sidebar h2 {
	margin-bottom: 10px;
	font-size: 130%;
	}

.sidebar {
	line-height: 140%;
	}	

/*-----------Fonts----------------*/

font,th,td,p {
	font-family: georgia, serif;
	font-size: 14px;
	margin: 5px 0px 15px 0px;
	line-height: 190%;	
	}

h1 {
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: bold;
	color: #363636;
	}
	
h2 {
	font-family: georgia, serif;
	font-size: 130%;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: bold;
	color: #4d4d4d;
	}

h3 {
	font-family: verdana;
	font-size: 110%;
	color: #28547B;
	}

h4 {
	background: #d9c6b8;
	font-family: rockwell, serif;
	font-size: 17px;
	color: #000;
	margin: 15px 0 0 0;
	padding: 10px 15px 10px 15px;
	}


	
/*--------------Nav----------------*/

#navbox {
	width: 1000px;
	height: 100px;
	margin: 0 auto -20px auto;
	background: transparent url('images/navback.jpg') repeat-x;
	}

#undernav {
	width: 100%;
	position: absolute;
	top: 505px;
	left: 0;
	clear:both; 
	height: 8px;
	}

.nav {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
 }
 
  .nav li{
     display: block;
     overflow: hidden;
     padding: 0;
     cursor: pointer;
     float: left;
     width: 192px;
     height: 80px;
     margin-right: 0px;
     background-image:url(images/menu.jpg);
     background-repeat:no-repeat;
}

.nav a{
	display:block;
	height:80px;
	text-indent:-9999px;
	outline:none;
}

#menu1 {
	background-position:0px 0px;
}
#menu2 {
	background-position:-192px 0px;
}
#menu3 {
	background-position:-384px 0px;
}
#menu4 {
	background-position:-576px 0px;
}
#menu5 {
	background-position:-768px 0px;
}

#menu1.active, #menu1:hover {
	background-position: 0 bottom;
}
#menu2.active, #menu2:hover{
	background-position: -192px bottom;
}
#menu3.active, #menu3:hover {
	background-position: -384px bottom;
}
#menu4.active, #menu4:hover {
	background-position: -576px bottom;
}
#menu5.active, #menu5:hover {
	background-position: -768px bottom;
}

	
/*--------------Other------------*/

hr {
	display: none;
}

.imgRight {
	float: right;
	padding: 8px;
	margin: 0;
	}

.imgLeft {
	float: left;
	padding: 6px 8px 8px 0;
	margin: 0 7px 5px 0;
	background-color: #FFFFFF;
	}


