address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #CCCCCC;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 13px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 9px;
}

a:link {
	color: #999999;
	text-decoration: underline;
}

a:visited {
	color: #999999;
	text-decoration: underline;
}

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

a:active {
	color: #999999;
	text-decoration: underline;
}

a img {
	border: none;
}

.copyright {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.highlight {
	color: #00CED1;
}

.errorhighlight {
	color: #FF0000;
	font-weight: bold;
}

.tabletop {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
}

table.cellborder, table.cellborder td {
	border: 1px solid #000000;
	border-collapse: collapse;
}

.thumbnaillink img {
	border: 1px solid #000000;
	margin: 3px;
}

.thumbnaillink:hover img {
	border: 3px solid #365A9A;
	margin: 1px;
}

.thumbnaillink:hover{
	border: 0px;
	color: #FF0000; /* Dummy definition to overcome IE bug */
}

.fielderror {
	background-color: #FFB6C1;
	border: 1px solid #FF0000;
}

.formerrors {
	background-color: #FFFFCC;
	border: 1px solid #FF0000;
	margin: 5px 30px 5px 30px;
	padding: 0px 30px 0px 30px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 980px;
}

#header {
	background-color: #000000;
	height: 80px;
}

#contentbackground {
	background-color: #000000;
	-moz-box-shadow: 5px 5px 15px #888888;
	-webkit-box-shadow: 5px 5px 15px #888888;
}

#content {
	background-color: #FFFFFF;
	margin-left: 185px;
	padding: 5px 10px 10px 10px;
}

#header-top-logo {
	margin-left: 200px;
	padding: 5px;
}

#nav-top-buttons {
	margin-left: 172px;
}

#nav-top-buttons ul {
	line-height: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav-top-buttons li {
	display: inline;
	padding-left: 14px;
}

#nav-top-buttons a {
	font-size: 12px;
	padding: 6px;
	font-weight: normal;
}

#nav-top-buttons a:link, #nav-top-buttons a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#nav-top-buttons a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#navcontainer {
	left: 5px;
	padding: 5px;
	position: absolute;
	text-align: left;
	top: 100px;
	width: 165px;
	z-index: 1;
}

#navcontainer ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#navcontainer ul li a {
	background-color: #4A4A4A;
	border-bottom: 1px solid #000000;
	display: block;
	font-size: 14px;
	padding: 3px;
	width: 160px;
}

#navcontainer ul li a:link, #navlist ul li a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#navcontainer ul li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#navcontainer p {
	color: #FFFFFF;
}

textarea#questions {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

