@charset "utf-8";
/***************************************** 
 * Reset and layout styles
 ****************************************/

/****************************************
 * Reset
 ****************************************/
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, ol, ul {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/****************************************
 * Redefined Styles
 ****************************************/

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #747877;
	font-size: 0.688em; /* 11px */
	line-height: 1.417em; /* 17px */
	width: 100%;
	margin: auto;
}

/* Be Kind to Opera rule */
html>body {
	font-size: small;
	font-size: 0.688em; /* 11px */
	line-height: 1.417em; /* 17px */
}

p, a, th, td, li, blockquote {
}

h1, h2, h3, h4, h5, h6 {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-stretch: ultra-condensed;
	font-weight: bold;
}

h1 {
	font-size: 1.8em; /* 22px */
	line-height:2em; /* 24px */
	font-weight: bold;
	color: #565656;
}

h2 {
	font-size: 1.667em; /* 20px */
	line-height: 1.100em; /* 22px */
	font-weight: bold;
	margin-bottom: 14px;
	margin-top: 11px;
}
	
h3 {
	font-size: 1.333em; /* 16px */
	line-height: 1.125em; /* 18px */
	font-weight: bold;
	margin-bottom: 3px;
margin-top: 8px;
}
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.083em; /* 13px */
	line-height: 1.154em; /* 15px */
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 14px;
}
	
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.000em; /* 12px */
	line-height: 1.167em; /* 14px */
	font-weight: bold;
	margin-bottom: 14px;
}

h6 {
	font-size: 80%;
	margin: 12px 0;
}

p {
	padding-top: 2px;
	padding-bottom: 10px;
}

a:link {
	color: #137bb8;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #137bb8;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #137bb8;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: #137bb8;
	font-weight: normal;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
td, th {
	vertical-align: top;
	
}

ul {
	margin-left: 10px;
}
/****************************************
 * Skip Navigation Container
 ****************************************/

#skipnav {
	position: absolute;
	top: -9999em;
	left: -9999em;
}
#skipnav hr {
	display: none;
}

/****************************************
 * Wrapper & Container
 ****************************************/


/****************************************
 * Header
 ****************************************/

#header {
	position: relative;
	margin: auto;
	width: 860px;
	height: 343px;
	background: url(deimages/random/header_bkgd_0.jpg) no-repeat;
}

#logo {
	float: left;
	width: 195px;
	height:148px;
	margin-top: 37px;
	margin-left: -7px;
}

#main_content_header {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-stretch: ultra-condensed;
	position: relative;
	margin: auto;
	width: 860px;
	font-size: 1.563em; /* 25px */
	line-height:1.75em; /* 28px */
	color: #FFF;
	margin-top: -50px;
	padding-right: 50px;
	text-align: right;
}




/****************************************
 * Navigation
 ****************************************/
#nav_container {
	float: right;
	width: 614px;
	height: 81px;
	margin-top: 39px;
	background: url(deimages/nav_bkgd.png) no-repeat;
}
 
/****************************************
 * Breadcrumb
 ****************************************/



/****************************************
 * Main Content
 ****************************************/

#main_content_top {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 860px;
	height: 11px;
	background: url(deimages/main_content_bkgd.png) no-repeat;
}

#main_content {
	display: table;
	margin: 0 auto;
	text-align: left;
	width: 860px;
	padding-top: 11px;
	margin-bottom: 11px;
	background-color: #fff;
	text-align: left;
	background: url(deimages/2_col_bkgd.jpg);
}
#main_content img {
	border: 3px solid #d0d0d0;	
	margin: 8px;
}
#main_content hr {
	height: 1px;
	border-style: none; 
	color: #d3d3d3; 
	background-color: #d3d3d3;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main_column {	
	float: left;
	background-color: #fff;
	width: 505px;
	height: auto;
	margin-left: 35px;
}
#float_right_column {
	float: right;
	width: 220px;
	padding-right: 20px;

}
#float_right_column ul{
	list-style-type: none;
}


.left {
	float: left;
}
.right {
	float: right;
}
.orange {
	color: #fd9e08;
}
.blue {
	color: #137bb8;
}
.green {
	color: #7ab000;
}


/****************************************
 * Left Nav
 ****************************************/



/****************************************
 * Content Area
 ****************************************/





/****************************************
 * Footer
 ****************************************/
#page_footer_container {
	border-top: 1px solid #d3d3d3;
	clear: left;
	margin: auto;
	width: 100%;
	height: 107px;
	padding-top: 8px;
	padding-bottom: 8px;
	display: table;
}

#page_footer {
	text-align: center;
	margin: auto;
	width: 860px;
	padding-top: 40px;
	padding-bottom: 8px;
	display: table;
}