body {
	background-color: #333333;
	color: black;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#maindiv {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 640px;
	height: 100%;
	background-color: #ffffff;
	color: black;
	padding: 0px;
	overflow: auto;
	display: block;
}

#header {
	position: relative;
	background-image: url('/images/headerimage.jpg');
	padding: 0px;
	width: 640px;
	height: 100px;
	text-align: left;
}

p#headertext {
	position: absolute;
	left: 500px;
	font-size: 9px;
	font-weight: normal;
	padding-top: 10px;
}

#navigation {
	position: relative;
	height: 40px;
	background-image: url('images/navbackground.jpg');
	width: 640px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #F5F5F5;
	background-color: black;
	overflow: hidden;
}

ul#nav{
	width: 640px;
}

#navigation a:link, a:visited {
	color: #F5F5F5;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}


#navigation a:hover {
	background-color: #222222;
	display: block;
	height: 40px;
	color: #CCFF00;
	text-decoration: none;
	font-weight: normal;
	padding-top: 12px;
}

a.navlink {
	display: block;
	width: 60px;
	text-align: center;
}

#content {
	background-color: #FFFFFF;
	width: 425px;
	height: auto;
	padding: 0px;
	text-align: left;
	font-size: 11px;
	color: #555555;
	float: left;
	overflow: auto;
	display: block;
}

.active {
	background-color: #222222;
	color: #F5F5F5;
	text-decoration: none;
	font-weight: normal;
}

#content a {
	color: #CCFF00;
	background-color: #333333;
}

#content p {
	padding: 0px 20px 0px 20px;
	text-align: left;
	font-size: 11px;
	color: inherit;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: black;
	background-color: white;
	width: 375px;
	border-bottom: 1px solid;
	border-color: #CCCCCC;
	padding: 10px 20px 0px 20px;
}

#sidebar {
	position: relative;
	float: right;
	width: 200px;
	top: 0px;
	background-color: white;
	color: #333333;
	font-size: 10px;
	text-align: left;
	border-left: 1px dotted;
	border-color: #CCCCCC;
	overflow: auto;
	display: block;
	padding-bottom: 20px;
}

#footer {
	width: 640px;
	position: relative;
	font-size: 11px;
	color: #555555;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	display: block;
}

#footer p {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	color: #DCDCDC;
	background-color: black;
	border-bottom: 1px dotted;
	border-color: #555555;
	text-decoration: none;
}

#footer a:hover {
	color: #555555;
	background-color: black;
}

h3 {
	display: block;
	background-image: url('/images/h3background.jpg');
	font-size: 12px;
	color: black;
	background-color: #CCFF00;
	width: 200px;
	height: 20px;
	padding: 0px;
	font-weight: normal;
}

h4 {
	font-weight: normal;
	font-size: 12px;
	color: black;
	background-color: white;
	width: 375px;
	border-bottom: 1px solid;
	border-color: #CCCCCC;
	padding: 10px 20px 0px 20px;
}


#sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar td {
	font-size: 10px;
}

ul {
	margin: 0px 0px 0px 10px;
	padding: 0;
	list-style: none;
	width: 400px;
}

ul li {
	position: relative;
	display: block;
	float: left;
	text-align: center;
}

li a {
	display: block;
	width: 80px;
	height: 40px;
	padding-top: 12px;
	
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

img {
	border: 0px;
}

img#image-viewer {
	width: 350px;
}
