body {
	background-color: #DCDCDC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

a {
	color: #3366CC;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

#container {
	width: 760px;
	margin: auto;
	text-align:center;
	background-color: white;
	border-right: 2px solid #999999;
	border-left: 2px solid #999999;
	border-bottom: 2px solid #999999;
}

#container #header {
	width: 760px;
	background-color: white;
	padding-top: 10px;
}

#container #header #header_image_left {
	background-image: url(images/avdc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 110px;
	width: 130px;
	background-color: white;
}

#container #header #header_image_right {
	background-image: url(images/dcv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
	width: 130px;
	float: left;
	background-color: white;
}

#container #header #header_banner {
	height: 85px;
	width: 500px;
	float: left;
	background-color: white;
	padding-top: 5px;
}

#header_navigation_bar
{
	padding: 10px;
	height: 50px;
	width: 740px;
	background-color: white;
	clear:both;
}

#header_navigation_bar ul
{
	background-color: white;
	padding: 0;
	margin: 0;
	border: 1px solid #CCCCCC;
	height: 54px;
}

#header_navigation_bar li
{
	float: left;
	display: block;
	width: 121px;
	height: 25px;
	background-color: #eeeeee;
	/*background-image: url(images/navbuttonbackground.gif);
	background-repeat: repeat-x;*/
	text-decoration:none;
	border: 1px solid #CCCCCC;
	list-style-type: none;
	color: black;
	line-height:25px;
}

#header_navigation_bar a
{
	color: black;
	background-color: #85D8EF;
	display: block;
	width: 91px;
	height: 23px;
	padding: 1px 15px;
	text-decoration:none;
	float:left;
	line-height:23px;
}

#header_navigation_bar a:visited, #header_navigation_bar a:link, #header_navigation_bar a:hover
{
	color: black;
	text-decoration:none;
}

#header_navigation_bar a:hover
{
	background-color: #3ABEE4;
}

#content {
	background-color: white;
	padding: 15px;
	clear: both;
	text-align: left;
}
