body {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	font-family: Verdana, Arial, san-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #D6D6D6;
}

a:link, a:visited {
	color: #EBEBEB;
	text-decoration: underline;
} 
a:active, a:hover {
	color: #97CAFD;
}

p {
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}


.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

.cleaner_with_width {
	float: left;
	width: 20px;
	height: 30px;
	font-size: 1px;	
}

#wrapper {
	margin: 0 auto;
}


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px 10px 10px;
}

/* banner */
#banner {
	clear: both;
	height: 400px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(images/header.jpg);
}

#bannernamve {
	clear: both;
	height: 400px;
	margin-top: 5px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(images/banner_bg_namve.jpg);
}

#banner h1 {
	margin: 0px;
	padding: 0px;
	padding: 80px 0 20px 0;	
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	
}

#banner p {
	font-size: 30px;
	width: 400px;
	line-height: 30px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* end of banner */

#content {
	clear: both;
	position: relative;
	width: 960px;
}

#content #content_top {
	position: absolute;
	width: 960px;
	height: 10px;
	top: 0;
	left: 0;
	background: url(images/content_top.jpg) no-repeat;
}

#content h1 {
	font-size: 2.2em;
	color: #FFFFFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	line-height: normal;
}

#content h2 {
	font-size: 2em;
	color: #EBEBEB;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#content h3 {
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: normal;
}

#content img {
	float: left;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	clear: right;
}

#content .content_section_01 {
	clear: both;
	padding: 40px;
	background-color: #1E3A6D;
	height: auto;
	background-image: url(images/section1back.png);
	background-repeat: repeat-y;
	border: 1px solid #E3E4E4;
}

.section_01_primary {
	display: block;
	float: right;
	width: 65%;
}

.section_01_subnav {
	display: block;
	float: left;
	width: 30%;
}

.content_section_01 .section_01_left {
	float: left;
	width: 556px;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
}

.content_section_01 .section_01_right {
	float: right;
	width: 260px;
	padding-left: 5px;
}

.content_section_01 .section_01_full {
	float: left;
	width: 100%;
	padding-right: 40px;
}

.section_01_left p{
	padding-bottom: 10px;
	text-align: left;
}

.section_01_right p{
	padding-bottom: 5px;
	text-align: left;
}

#content .content_section_02 {
	clear: both;
	color: #CCC;
	padding: 0px;
	background-color: #221e1f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #828282;
}

.content_section_02 p {
	text-align: left;
}

.content_section_02 .section_02_subsection {
	float: left;
	width: 238px;
	margin: 30px 0px;
	padding: 0 40px;
	border-right: 1px solid #332e30;
	background-color: #221e1f;	
}

.section_02_subsection li a {
	color: #e7eaeb;
	font-weight: normal;
}

.section_02_subsection ul {
	margin: 20px 0 10px 10px;
	padding: 0px;
	list-style: none;
}

.section_02_subsection li {
	margin: 0px;
	list-style-type: disc;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 3px;
}


/* footer */
#footer {
	clear: both;
	width: 960px;
	height: 65px;
	padding: 15px 0 0 0;
	text-align: center;
	color: #FFFFFF;
}

#footer p {
	padding-bottom: 5px;
	font-size: .8em;
}

#footer a {
	color: #FFFFFF;
	font-weight: normal;
}
/* end of footer */

.box {
	display: block;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

.enroll a:link, .enroll a:visited{
	background-color: #990023;
	vertical-align: middle;
	line-height: 3em;
	margin: auto;
	padding: 10px;
	border: 1px solid #EBEBEB;
	width: 200px;
	font-size: 1.6em;
	text-align: center;
	text-decoration: none;
}

.enroll a:active, .enroll a:hover{
	background-color: #CC002E;
	color: white
}
.section_01_subnav p a {
	text-decoration: none;
	display: block;
	padding: 8px;
	background-color: #4D6EA9;
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	text-transform: uppercase;
	margin: 0px;
}

.section_01_subnav p a:hover {
	background-color: #6280A3;
}

#wrapper #container #content .content_section_01 .section_01_subnav p .selected {
	background-color: #203C70;
}
#logo {
	background-image: url(images/dhusa.png);
	background-repeat: no-repeat;
	width: 430px;
	z-index: 999;
	height: 51px;
	float: left;
	margin-top: 10px;
	margin-bottom: 4px;
}

#tag {
	background-color: #EAEAEA;
	font-style: italic;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #1D3A6E;
	font-size: 18px;
}
a.quotes {
	color: #FFF;
	background-color: #900;
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
	margin-right: 30px;
	margin-left: 30px;
}

a.quotes:hover {
	background-color: #C00;
}
