@import url("gnav.css"); 
@import url("custom_styles.css"); 

/* CSS RESET */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	caption  {
		margin: 0px;
		padding: 0px;
		border: 0;
		outline: 0;
		font-size: 100%;
		background: transparent;
	}



/* END RESET */

body {
	font-family:Verdana,Arial,sans-serif;
	font-size:12px;
	color:#000000;	
	background-color:#000000;
}

html
{
height: 100%;
}

body
{
height: 100%;
}

a,a:link,a:visited {
	color:#4A3824;
}

a:hover {
	color:#0505F0;
}


.clear {
	height:1px;
	clear:both;
	overflow:hidden;
}


.site_notification {
	font-size:18px;
	color:#E02619;
	font-weight:bold;
	padding:10px;
	border:1px solid #E02619;
	text-align:center;
}


.site_wrapper {
	width:740px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
}

/** BEGIN TOP **/

.header_image {
	width:740px;
	height:78px;
	background-image:url(../site_images/DPAS_header.jpg);
	background-repeat:no-repeat;
}


/** END TOP **/

/** BEGIN BODY **/

 .body_wrapper {
	width:740px;
	background-color:#ffffff;
	background-image:url(../site_images/col1_bg2.jpg);
	background-repeat:repeat-y;
	background-position:left top;
} 


.body_col1 {
	width:109px;
	float:left;
	display:inline;
	font-family:Arial,Verdana,sans-serif;
	

}

.col1_stilt {
	float:right;
	display:inline;
	width:1px;
	height:450px;
}

.body_col1 a,.body_col1 a:link,.body_col1 a:visited {
	display:block;
	color:#4A3824;
	text-decoration:none;
	padding:5px 0px 0px 10px;
}

.body_col1 a:hover {
	color:#0505F0;
}

.column_1_on,.gnav_on {
	color:#0505F0;
}


.body_col2 {
	width:589px;
	float:left;
	display:inline;
	background-color:#ffffff;
	margin-left:41px;

}


.page_content {
	line-height:18px;
	padding:15px 40px 15px 40px;
}

.page_content p {
	margin-bottom:10px;
	
}

.col2_stilt {
	float:right;
	display:inline;
	width:1px;
	height:450px;

}

.contact_text {
	font-size:10px;
	font-weight:bold;
	padding:0px 0px 3px 4px;
}

.contact_text a {
	font-size:8px;
}

/** END BODY **/

/** BEGIN FOOTER **/

.footer {
	width:740px;
	height:24px;
	background-image:url(../site_images/footer_bg.jpg);
	background-repeat:repeat-x;
	padding:1px 0px 0px 0px;
}

/** END FOOTER **/