body, h1, h2, h3, p, div, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E1E1E1;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
}
#container {
	text-align: left;
	width: 800px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contactus {
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}
#banner {
	background-color: #336666;
	background-image: url(images/banner_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#banner p {
	padding-left: 20px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.4em;
	padding-right: 300px;
	margin-top: 15px;
}
p {
	padding-top: 10px;
	padding-bottom: 5px;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: 1.1em;
}
h1 {
	font-size: 220%;
	letter-spacing: 0.2em;
	padding-top: 100px;
	padding-bottom: 30px;
}
h2 {
	font-size: 160%;
	letter-spacing: .1em;
	font-weight: bold;
	padding-top: 10px;
}
#news h2, #content h2 {
	margin-top: 10px;
	padding-top: 10px;
	font-size: 120%;
	font-weight: bold;
}
#news {
	float: right;
	width: 25%;
	margin-top: 25px;
}
#content {
	border: 1px solid #006600;
	float: left;
	width: 70%;
	padding: 10px;
	}
#summary h2 {
	font-weight: bold;
	font-size: 180%;
	padding: 0px;
}
#summary p {
	font-size: 120%;
	font-style: italic;
}

#news_highlight {
	border: 1px dashed #006600;
	padding: 5px 10px;
	margin-bottom: 25px;
	background-color: #C9E4C9;
}
#menu {
	background-color: #336666;
}
#menu li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	background-color: #006600;
	background-image: url(images/li_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 5px;
	margin-right: 5px;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #66CCFF;
	text-decoration: none;
}
#menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	padding: 30px 10px 5px;
	clear: both;
	font-style: italic;
	text-align: center;
}
a:link {
	color: #336666;
}
a:visited {
	color: #336666;
}
a:hover {
	color: #66CCFF;
}
a:active {
	color: #336666;
}

