/* CSS Document */
body {
	background-color: #8A9BA9;
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0px;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-family: Arial, Verdana, sans-serif;*/
	
}

.rightfloat {

float: right;

padding-left: 15px;
padding-bottom: 15px;
margin-right: 15px;

}

.leftfloat {

float: left;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 5px;

}



	
h2 {
	font-variant: small-caps;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #8A9BA9;
	padding-bottom: 4px;
	font-family: Arial, Verdana, sans-serif;
	font-size: medium;
	}

h3 {

	font-weight: 600;
	font-size: 14px;
	
	}

/* Wrapper */
#wrapper {
	display:block;
	width:760px;
	margin: 0px auto;
	background-image: url(../images/bottom.jpg);
	padding: 0px;
	background-position: left top;
	float: clear;
	}
	
	
/* Headline area - Banner */	

#header {
	padding: 0px;
	margin: 0px;
	height: 105px;
	float: clear;
}

#header h1 {
	display:none;
}
	
		
/* Lefts Column */		
#lftcol {
	width:300px;
	display: block;
	float: left;
	padding: 0px;
	margin:0px 0px 0px 30px;
	}
	
	

	
/* Right Column */		
#rgtcol {
	color: #191A18;
	line-height: 1.4em;
	margin-left: 373px;
	margin-right: 80px;
	}

	
	
#bottom {
	clear: left;
}

#top_fold {
	height: 457px;
	background-image: url(../images/wrap_bg.jpg);
	background-repeat: no-repeat;
	display: block;
	float:clear;
	
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	padding-left: 25px;
	background-color: #8A9BA9;
	text-align: left;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	clear: both;
}


 

div {
border:0px solid #ff0000;

}
 
	/* Navigation in Left column */

#menu {
	margin:90px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;




}
#menu dl {
	width: 150px;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
}

.bottomNav {
	background: url(../images/menu_btm.gif) no-repeat left bottom;
	height: 15px;
	border: none;
}

#menu dt {
	margin:0; 
	padding: 5px; 
	font-size: 1em; 
	font-weight:bold; 
	color: #fff; 
	border-bottom:1px solid #fff;
	background: url(../images/menu_top.gif) no-repeat left top;
	}
	
#menu dt a{

	color: #fff;
	text-decoration: none;
	}
	
#menu dd {
	margin:0; 
	padding:0; 
	color: #fff; 
	font-size: 0.9em; 
	}

#menu dd a, #menu dd a:visited {
	color:#fff; 
	text-decoration:none; 
	display:block; 
	padding:5px 5px 5px 20px;
	background: #859AA8 url(../images/arrow_up.gif) no-repeat 10px 10px; 
	width:125px;
}
#menu dd a:hover {
	background: url(../images/arrow_over.gif) no-repeat 10px 10px; 
	color:#000000;
	}
	
#bigWrap {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#lftcol_content {
	background-color: none;
	margin-top: 45px;
	padding: 0;
	width: 280px;
}
