* {
	margin: 0;
	padding: 0;
}

body {
background: #D0D0D0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-indent: 2px;
list-style-type: disc;
padding: 6px;
padding-left: 2em;
margin: 1px;
}



/* #list li {
	list-style: circle;
	margin: 1.5em;
	line-height: 1em;
	padding: .1em;
	}

#list li ul {
	font-size: 90%;
	margin: 1.5em;

	}

#list li ul li ul li {
	padding-left: 16px;
	margin: 2.5em;
	line-height: 0.5em;
	
	} */

.list-reg{
	float:right; 
	margin: 0 0 15px 15px; 
	width: 5em;
	}
.align-right{ 
	float:right; 
	margin: 0 0 15px 15px; 
	width:auto;
	}
.align-left{
	float:left; 
	margin: 0 15px 15px 0; 
	width:auto;
	}

p{
margin-bottom:6px;
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
	position:relatvie;
	margin: 0 auto;
	width: 960px;
	margin-top:.5em;
	background: #fff;
	height:auto;
}

#header {
position: relative;
height: 60px;
}


#dpaLogo {
	position: absolute;
	padding-top:.3em;
	padding-left:.5em;
}

#promobar{
	position: absolute;
	top:5px;
	left:260px;
	width: 320px;
	height:43px;
	padding-right:.5em;
	float:none;
}

#search {
	position:absolute;
	top:5px;
	left:695px;
	width: 240px;
	padding-right:.5em;
	background: #FFCC33;
	border-style: outset; 
	border-color: #CCCCCC;
		float:none;
}


#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #aaa;
}

#text-content h1 { 
font-size: 24px;
letter-spacing: -1px;
padding: 10px 10px 10px  10px;
color: #000000;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #111;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#top-links {
height: 30px;
line-height: 30px;
border-top: 1px dotted #555;
border-bottom: 1px dotted #555;
}
#top-links ul {
list-style-type: none;
padding-left: 20px;
}
#top-links ul li {
display: block;
float: left;
width: auto;
}
#top-links ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #004990;
}
#top-links ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 510;
}

#content {
	padding: 0 20px 20px 5px;
	height:auto;
}

.right {
padding: 0 20px 20px 10px;
float: right;
width: 700px;
	height:auto;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
color: #004990;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 195px;
margin-top: 10px;
background: #004990;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #788BBD;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #788BBD;
}
.left ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.left ul li a:hover {
color: #fff;
font-weight: 600;
}

#footer {
padding: 10px 0 15px 20px;
background-color: #657983;
font-size: 11px;
overflow: auto;
}

#footer a { color: #fff; }
#footer a:hover { color: #CCCCCC; }

#footer ul {
list-style-type: none;
padding-left: 0px;
}
#footer ul li {
	display: block;
	float: left;
	width:auto;
}
#footer ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #FFFFFF;
}
#footer ul li a:hover {
color: #004990;
text-decoration: none;
font-weight: 510;
}


#sideBySide {
	position:relative;
	float: left;
	margin-bottom: 10px;
	width:auto;
}

#side-a {
	position:relative;
	float: left;
	width: 345px;
}

#side-b { 
	position:relative;
	margin: 0;
	float: left;
	width: 345px;
	padding: 5px 0 5px 5px;
	background: #6699CC;
}

#text-content { 
	position:relative;
	margin: 0;
	float: left;
	width: auto;
}
