﻿/***********************************************/
/* din-style.css                             */
/***********************************************/

#body {
	color: #878686;
	background-image: url(images/grad_BG.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

a{
	color: #72AA00;
	text-decoration: none;
}

a:link{
	color: #72AA00;
	text-decoration: none;
}

a:hover{
	color: #A5CF3D;
	text-decoration: underline;
}
#h1{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 24px;
	color: #72AA00;
	font-weight: normal; 
}

#h2{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 16pt;
	color: #666666;
	font-style: italic;
}

#h3{
 font-family: "Tahoma", Arial, Helvetica, sans-serif;
 font-size: 9pt;
 color: #6A6A6A;
 font-weight: bold;
}

#h4{
font-family: "Georgia", Times New Roman, Times, serif;
 font-size: 9pt;
 font-style: italic;
 font-weight: normal;
 color: #818181;
}

/***********************************************/
/* List properties                                 */
/***********************************************/
<style type="text/css">

.wireframemenu{
border: 1px solid #e4e4e4;
background-color: white;
border-bottom-width: 0;
width: 170px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font-size: 10pt;
font-family: "Tahoma", Arial, Helvetica, sans-serif;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a: active{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: #878686;
}

</style>


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.noshade {noshade:0; 
color: #323232; 
size: 1PX;
margin: 0;
padding: 4px;
}
#footer {
clear: both;
	height: 45px;
	width: 820px;
	background-image: url(images/footerBG.jpg);
	padding-top: 29px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #818181;
}
#vertical_space {
	height: 100px;
	width: 10px;
	float: right;
}
#header {
	height: 294px;
	width: 820px;
}
#nav_space {
	height: 27px;
	width: 820px;
	background-color: #3A3A3A;	
}
#space_between_hdr_body {
	background-color: #ffffff;
	height: 13px;
	width: 820px;
}
#header_mast_area {
	height: 267px;
	width: 820px;
}
#main_area {
	height: 100%;
	width: 820px;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	color: #6A6A6A;

}
#spaceb4footer {
	background-color: #ffffff;
	height: 14px;
	width: 820px;
}
#dark_content_area {
	height: auto;
	width: 507px;
	font-family: Tahoma;
	font-size: 10pt;
	color: #818181;
	background-color: #ffffff;
	padding-top: 0px;
}

#wrapper {
	height: auto;
	width: 820px;
	margin: 0 auto;
	border: 1px;
	border-color: #dfe9d1;
	background-color: #FFFFFF;
}
#left_sidebar {
	float: left;
	height: auto;
	width: 189px;
	background-color: #ffffff;
	font-style: normal;
	padding-left: 5px;
	padding-right: 4px;
}
#right_sidebar {
	float: right;
	height: auto;
	width: 193px;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 2px;
	font-size: 9pt;
}
#middle_content_area {
	height: auto;
	width: 417px;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 2px;
	float: left;
}
#box {
	float: left;
	height: auto;
	width: 186px;
}
