@charset "utf-8";

body {
   	background:#253E53 url(images/bk3.gif) left top repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#container {
	margin:0 auto;
	width: 900px;
	overflow:auto;
	background:#C8DAE7 url(images/bk_template3.jpg) left top repeat;
}

#header {
	padding:95px 10px 10px 10px;
	width: 880px;
	height:95px;
	background: #BDCEDE url(images/header3.gif);
}

#header img#logo {
	float:left;
	padding-right:5px;
}

#header h1 {
	color: #253E54;
}

#header h3 {
	color: #A66C46;
}

#nav {
	margin:0;
	padding:0;
	width:150px;
	float:left;
}

#nav ul {
	text-align: left;
}

#nav li {
	list-style-type: none;
}

#nav li a {
	color: #5A8EB6;
	list-style-type: none;
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	background: url(images/tab3.png) left top no-repeat;
	padding:18px 20px;
}

#nav a:hover {
	color: #253E53;
	text-decoration: none;
	background: url(images/tab3.png) left bottom no-repeat;
}

#nav #selected {
	color: #000;
	background: url(images/tab3.png) left bottom no-repeat;
}

#content {
	float: left;
	width: 740px;
	padding-bottom:20px;
}

#main-content {
width: 720px;
min-height: 300px;
}

#main-content a {
color:#063;
}

#box-content1, #box-content2 {
height:140px;
width:340px;
background:#990;
}

#box-content1 h3, #box-content2 h3 {
color: #00496C;
}

#box-content1 a, #box-content2 a {
color: #1F384F;
}

#box-content1 {
	float: left;
	background:url(images/box1-bg.png);
}
	
#box-content2 {
	float: right;
	background:url(images/box2-bg.png);
}

#box-content2 img {
height:60px;
}

.thumbnail img {
border:2px solid #fff;
}

.thumbnail img:hover {
border:2px solid #A66C46;
}

#footer {
	text-align: right;
	color: #293A4A;
	height: 174px;
	width: 900px;
	float: right;
	background: url(images/footer3.gif) left top no-repeat;
}

#footer ul {
	padding:75px 0 0 20px;
	color: #253E53;
	margin: 0 25px 0 auto;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding:5px 10px;
}

#footer a {
	color: #506475;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#copyright p {
	height: 30px;
	width: 900px;
	color: #FFFFFF;
	text-align: right;
	overflow: auto;
	background:#253E53 url(images/footer3.gif) left 16px;
}

#copyright p a {
	color:#fff;
}

/*NEWS SECTION*/

div.newsPost {
	border-bottom:1px solid #666;
}

#main-content div.newsPost h3 a {
	color:#A66C46;
}

#main-content p.postedDate {
	color:#666;
}





