/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(img/bg_body.gif) repeat-x;
	font-family: arial, helvetica, sans-serif;
	text-align:center;
}

#sitewrap {
	margin: 0 auto;
	width: 950px;
}

#header {
	height: 220px;
	width: 980px;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 360px;
}

.toplinks {
	float: right; 
	text-align: right;
	width: 300px;
	margin-top: 5px;
	font-size: 10px;
	color: #ccc;
}

#content {
	width: 980px;
	background: #fff url(img/bg_content.gif) repeat-y;
	margin-bottom: 20px;
}

#leftcol {
	float: left; 
	width: 290px;
}

.leftbox {
	clear: both;
	width: 250px;
	margin: 10px auto;
	text-align: center;
}

.lefticon {
	float: left;
	width: 95px;
	text-align: center;
	font-size: 9px;
}

#rightcol {
	float: right;
	width: 640px;
	text-align: left;
}

#latestnewsbox {
	width: 350px;
	border: 3px solid #cce0f5;
	height: 350px;
	overflow: hidden;
}

#latestnewsarticles {
	margin: 7px 5px;
	height: 320px;
	text-align: left;
}

#footer {
	width: 750px;
	margin: 0 auto;
	clear: both;
	border-top: 2px solid #ccc;
	text-align: center;
	color: #333;
	padding-bottom: 20px;
}

.clear {
	clear: both;
	height: 20px;
}

img {	border: 0;}

/* TYPOGRAPHY */

p, h1. h2, h3 {
	margin: 0; 
	padding: 0;
	text-align: left;
}

#rightcol p {
	text-align: left;
	font-size: 12px;
	margin: 10px;
	line-height: 1.2em;
}

#rightcol td {
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}

#rightcol h2 {
	background: #cce0f5;
	color: #1865b2;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	margin: 0;
	text-align: left;
	}
	
#rightcol h3 {
	color: #1865b2;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 2px;
	text-align: left;
	}
	
#latestnewsbox h3 {
	background: #cce0f5;
	color: #1865b2;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 0;
}

.lefticon a:link, .lefticon a:active, .lefticon a:visited {
	color: #333;
	text-decoration: none;
}

.lefticon a:hover {
	color: #1865b2;
	text-decoration: none;
}

.toplinks a:link, .toplinks a:active, .toplinks a:visited {
	color: #ccc;
	text-decoration: none;
}

.toplinks a:hover {
	color: #6da3d0;
	text-decoration: none;
}

#footer p {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #6da3d0;
	text-decoration: none;
}

#footer a:hover {
	color: #1865b2;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #4178af;
	text-decoration: none;
}

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

/* NAV */

#nav {
	margin-top: -16px;
	clear: both;
	float: right;
	width: 700px;	
}

#navcontainer li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	height: 34px;
	background: url("img/nav0.gif") repeat-x 107px;
	text-align: center;
}

* html #navcontainer li { }

#navcontainer a
{
	padding-top: 9px;
	padding-bottom: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 107px;
	color: #eee;
	font: 11px bold arial, helvetica, sans-serif;
	text-transform: uppercase;
}

#navcontainer li.nudge a {
	padding-top: 6px;
	_padding-top: 6px;
}

#navcontainer a:hover { 
	background: url("img/nav1.gif") repeat-x 107px; 
}

#navcontainer li.nudge a:hover
{
	margin-top: -5px;
	padding-top: 11px;
	background: url("img/nav1.gif") repeat-x 107px; 

	_margin-top: -5px;
	_padding-top: 11px;
	_background: url("img/nav1.gif") repeat-x 107px; 

}


/* FORMS */

#form {
	border: 1px solid #dddedf;
	margin: 10px 20px;
}

#form tr.even {
	background: #e9f1f9;
}

#form tr.odd {
	background: #dddedf;
}


/*
div {	border: 1px solid red;}

