body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #75D9FA;/* for good browsers*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	}

#maincontainer{
width: 720px; /*Width of main container*/
margin: 20px auto; /*Center container on page*/
background-color: #FFFFFF;
background-image: url(images/dps_header_v2.jpg);
background-repeat: no-repeat;
height: auto;
}

#header {
	height: 200px;
	width: 720px;
}

#contentwrapper{
float: left;
width: 100%;
margin:18px 0 20px 0;
padding-bottom: 80px;
background-image: url(images/logo-row.gif);
background-repeat: no-repeat;
background-position: right bottom;}

#contentcolumn{
margin: 0em 150px 0em 210px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#contentcolumn.wide{
margin: 0em 20px 0em 210px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#leftcolumn{
	float: left;
	width: 190px; /*Width of left column in pixel*/
	margin-left: -720px; /*Set margin to that of -(MainContainerWidth)*/
	
}

#rightcolumn{
	float: left;
	width: 140px; /*Width of right column*/
	margin-left: -140px;
	
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
height: 19px;
background-image: url(images/footer.png);
}

#footer p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
	padding: 3px 0px 0px 0px;
}
#footer a{
color: #FFFFFF;
}

.innertube{
/*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#leftcolumn ul {
padding: 0em;
margin-left: 14px; }

#leftcolumn li {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 12px;
	font-size: 80%;
line-height: 110%; 
}
#leftcolumn a {
	font-weight: bold;
}

p {
	font-size: 70%;
	line-height: 125%;
	margin: 0px 0 6px 0;
}
h1 {
	font-weight: normal;
	color: #66CCFF;
	font-size: 350%;
	margin-bottom: 10px;
}

h3 {
	font-size: 75%;
	font-weight: bold;
	margin: 0px 0 2px 0;
}
a.active { color: #7E0202;}
a:link, a:active, a:visted {
	color: #66ccff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: none;
}
#leftcolumn li ul li {
	font-size: 100%;
	margin-bottom: 0px;
	padding-bottom: 6px;
}
#leftcolumn li ul {
	padding-top: 9px;
}
.bottom-content {
	position: relative;
	width: 380px;
	float: left;
	clear: left;
	margin-top: 10px;
}
.bottom-content ul li {
	font-size: 70%;
	line-height: 125%;
	margin-bottom: 2%;
}
#leftcolumn a:link {
	text-decoration: none;
	color: #551a8b;
}
#contentcolumn-2col {
	margin-left: 210px;
	height: 500px;
}
fieldset {
	margin: 10px 0;
	border:none;
	padding: 0px;
}
label {
	width: 80px;
	display: inline-block;
	float: left;
}
