
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ccc url(./images/bg.jpg) repeat-y 50% 0;
	margin: 0 0 0 0;
}

a, a:visited {
	color: #666666;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

#container {
	margin: auto;
	width: 680px;
}

#header {
	background-image: url(./images/header.gif);
	height: 117px;
}

#navigation {
	float: right;
	margin: 89px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#navList {
	margin: 0;
	padding: 0;
}

#navList li {
	display: inline;
	list-style: none;
	padding: 0 10px 0 10px;
}

#navigation a{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover{
	color:#003366;
	text-decoration: none;
}

#subHeader {
	background-image: url(./images/subHeader.gif);
	height: 145px;
}

#subSubHeader {
	background-image: url(./images/subSubHeader.gif);
	height: 35px;
}

#content {
	padding: 5px;
}

#news {
	width: 225px;
	margin: 0 0 5px 0;
	float: left;
}

#news h1{
	font-family: Tahoma;
	font-size: 14px;
	padding-left: 25px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	letter-spacing: 2px;
	color:#666666;
}
#news h2{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	padding: 0 0 0 25px;
	margin: 0;
	letter-spacing: 2px;
	color: #AAAAAA;
}
#news h1 img{
	background: #E5E5E5;
	vertical-align: middle;
}

#news p{
	padding: 0 0 0 25px;
	font-size: 9px;
}

#main {
	float: right;
	width: 430px;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#main h1 {
	font-size: 18px;
	background: #CCC url(./images/contentHeadingBG.gif) repeat-x 0;
	margin: 0;
	padding: 0;
	border: 1px solid #BBBBBB;
	color: #333333;
}

#footer {
	clear: both;
	background: url(./images/footerBG.gif) repeat-x 0;
	height: 39px;
	text-align: center;
	font-size: 9px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
	color: #FFFFFF;
}

.drop {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding: .25em;
	margin: 0 .25em .25em 0;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.clear {
	height: 100px;
}

