/* Drop styles */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, ol, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0;
font-weight: inherit; font-style: inherit; font-size: 100%;
font-family: inherit; vertical-align: baseline; background: transparent;}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
/* End of drop */


body  {
	background: #fff;
	text-align: left;
	color: #5e686a;
	font-family: Tahoma;
	font-size: 70%;	
	padding-bottom:50px;
}

body #all { 
/*
	min-width:1000px;
	max-width:1200px;
	*/
	width:1030px;
	margin: 0 auto; 
	text-align: left;	

} 


a {
	color: #5e686a;
}

/* 
HEADER
*/

div#header {
	float:left;
	margin-top:35px;

}

div#contact {
	float:right;
	width:200px;
	padding:  25px 0;
	line-height:120%;
	font-size:90%;
}


div#dash {clear:both; margin-bottom:20px}
div#dash div{ height:2px; border-bottom:1px solid #000000;}

div.dash_left {
float:left; width:205px; 
}
div.dash_right {
float:right; width:205px; }

div.dash_center {
	float: none;	margin:0 226px; 
}


/* 
MENU
*/


#left {
 width:200px; 
 float:left;
}
#left_menu {margin-top:65px}

#left b{
 display:block;
 margin:15px 0 5px 0;
}

#left a{
	 display:block;
	 padding:1px 0;
	 width:150px;
	 text-decoration:none;
	 color: #5e686a;

	
}

#left a:hover span {
	background: #5EFF51;
	color: #000;
	padding:1px 5px;
}

#left b a:hover span {
	background: #5e686a;
	color: #fff;
	padding:2px 5px 3px2px;
}

#cont {
	float:none;
	overflow:hidden;
	margin-left:205px;
	padding-top:35px;
}

div.maintext {
margin: 0 0 0 38px;
padding-top: 28px;
background: #fff;
}
div.maintext p{ 
	color: #929395;
	line-height: 120%;
	margin-bottom:10px;
	margin-right:25%;
}

div.maintext span{
	font-variant: small-caps;
}


#main {
 clear: both;
}

#footer  a{
text-decoration:none;
 padding: 1px 0;
 border-bottom: dotted 1px #5e686a; 
}
#footer  a:hover{
 border-bottom: none; 
}

/* footer bg */


