html,body{margin:0;padding:0}
body{
	font: 76% arial,sans-serif;
	text-align:center;
	background-image: url(back.gif);
}
p{margin:0 10px 10px}
/*a{display:block;color: #981793;padding:10px} */
div#header{
	height:90px;
	margin:0;
	background: #FFFFFF;
	color: #000000;
	font-variant: small-caps;
}
div#container{
	text-align:left;
	top: 10px;
	padding: 10px;
}
div#wrapper1{
	background-color: #B9CAFF;
}
div#cddlogo{
	padding: 10px;
}
div#content{background:#B9CAFF}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#footer{background: #333;color: #FFF}
div#footer p{margin:0;padding:5px 10px}

div#container{width:700px;margin:0 auto}
div#navigation{float:left;width:350px}
div#extra{float:right;width:350px}
div#footer{clear:both;width:100%}
.style1 {font-family: Georgia, "Times New Roman", Times, serif}
div#menubar {
	left:0px;
	width:100%;
	background-color:#003399;
	background-repeat: repeat;
	/*height: 21px;*/
	margin: 0px;
	padding: -5px;
	text-align: center;
	z-index:1;
}
#menubar ul
{
color: White;
margin: 0;
padding: 0;
cursor: default;
list-style-type: none;
display: inline;

}

#menubar ul li {
	display: inline;
}

#menubar ul li a
{
	color: White;
	text-decoration: none;
	font-weight: bolder;
	font-size: 16px;
	padding-right: 1em;
	padding-left: 1em;
	display:inline;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}



#menubar ul li a:hover
{
color:#00FF33;
}
.style2 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; }

.vllabelerror {color:#FF0000}

.cssform p{
width: 450px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
/*height: 1%; */
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform vllabel{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}