html,body {
	margin:0; 
	padding:0;
}

body {
	font:76% "Trebuchet MS",arial,sans-serif; 
	color:#666; 
	padding:20px;
}

h1 {
	background:#9C9; 
	color:#FFF;
	font-size:16px;
	margin:5px;
	text-transform:uppercase;
	font-weight:bold;
}

h2 {
	background:#FC9; 
	font-size:14px;
	margin:5px;
	text-transform:uppercase;
	font-weight:bold;
}

p {
	line-height:1.5;
	margin:5px 15px;
	font-size:12px;
}

a {
	color:#000;
}

hr {
	margin:5px;
}

#container {
	width:980px; 
	margin:0 auto; 
	background-color:#dfe9d1; 
	text-align:left;
}

#header  {
	background-color:#dfe9d1; 
	padding:0;
	height:206px;
	background:url(../img/header.jpg) top center no-repeat;
}

#header a, #header a:visited, #header a:hover {
	color:#000;
}

#menu {
	margin:0 auto; 
	width:960px; 
	overflow:auto; 
	background:#dfe9d1; 
}

ul#nav,ul#nav li {
	list-style-type:none; 
	margin-top:3px; 
	padding:0;
}

ul#nav {
	padding:2px 5px 0 5px;
}

ul#nav li {
	float:left; 
	width:100px; 
	margin-right:2px; 
	padding:0 1px;
	text-align:center;
}

ul#nav a {
	float:left; 
	width:100px;
	height:40px;
	text-decoration:none; 
	text-transform:uppercase;
	background:#FFF; 
	color:#666;
	font-weight:bold;
	border-bottom:1px solid #999; 
}

ul#nav li.active a,ul#nav a:hover {
	color:#000;
	border-bottom:1px solid #FFF; 
}

#content {
	margin:0 auto; 
	width:960px;
	height:auto;
	background-color:#FFF;
}

#submenu {
	float:left; 
	width:150px; 
	margin:5px; 
	background:#FC9; 
	text-align:center;
	font-weight:bold;
	font-size:110%;
}

#submenu2 {
	float:left; 
	clear:both;
	width:150px; 
	margin:5px; 
	background:#FFF; 
	text-align:center;
}

#submenu ul {
	margin:0;
	padding:0;
}

#submenu li {
	padding:3px;
	list-style-type:none;
}

#submenu li a{
	text-decoration:none; 
	color:#666;
}

#submenu li a:hover {
	text-decoration:none; 
	color:#000;
}

#box {
	float:right; 
	padding:5px;
	width:790px; 
	background:#FFF; 
	font:110% "Trebuchet MS",arial,sans-serif; 
}

.blank, #blank {
	clear:both;
	width:100%;
}

#footer {
	clear:both;
	padding-top:5px; 
	text-align:center; 
	font-size:90%; 
	background:#9C9; 
	color:#FFF;
}

#footer a, #footer a:visited, #footer a:hover {
	color:#FFF;
}

img.highslide {
	border: 2px solid silver;
}

