body {
	margin:0;	
	font-family:verdana;
	font-size:12px;	
	background:#E7E7E7;
}


#wrapper{
	width:800px;
	height:800px;	
	margin:0;
}

#header {
	width:100%; 	
	height:180px;				
}

#header1{
	float:left;
	width:270px;
	height:100%;
	background:url(../images/h1.gif);	
}

#header2{
	float:left;
	width:530px;
	height:100%;
	background:url(../images/h2.gif);		
}

#header3{
	float:left;
	width:17px;
	height:100%;
	background:url(../images/header33.gif);			
}


#content{
	width:100%; 	
	/*height:100%;*/
	min-height:600px;
	background-color:#fefffd;	
}

#left{
	float:left;
	width:270px;	
}

#right{
	float:left;
	width:530px;		
}

#contentcolumn{
	float:left;
	width:17px;	
	background:url(../images/right_col.gif);
	background-repeat:repeat-y;
}


#footer{
	width:100%; 	
	/*height:50px;*/
	background:url(../images/footer_bg.gif);		
}

.bottom_menu{
	display:inline;
	float:left;
	text-align:center;
	border:0;
	margin:0;
	/*width:530px;*/
	height:39px;
	border-top:1px solid #dedddd;
	/*background-color:#e5fad3;	*/
	/*border-top:solid 2px #cff5ae;*/
	/*border:1px solid #dcdcdc;*/
	
}


.bottom_menu_span{
	float:left;
	clear:none;
	padding-left:5px;
	border-left:2px solid #dedddd;
	padding-right:5px;
	text-align:center;
	font:bold 12px arial;	
	color:#186488;
	height:20px;
	padding-top:10px;
	padding-bottom:9px;
}


/*
.bottom_menu ul{
	padding: 0;
	margin: 0;	
	height:39px;	
	border-left:1px solid black;
}

.bottom_menu li{	
	display: inline;
	clear:none;		
	height:39px;
	margin:0;
	padding:0;
	padding-left: 5px;
	padding-right: 5px;	
	text-align:center;
	border:1px solid #000000;
	border-left:1px solid #dddddd;
}
*/
.bottom_menu a{	
	vertical-align:bottom;
	font:bold 12px arial;	
	color:#186488;
	text-decoration:none;
}



#footer1{
	float:left;
	width:270px;
	height:21px;
	background:url(../images/footer1.gif);	
}

#footer2{
	float:left;
	width:530px;
	height:21px;
	background:url(../images/footer2.gif);		
}

#footer3{
	float:left;
	width:17px;
	height:21px;
	background:url(../images/footer3.gif);			
}


.menu{
	/* width: 90%; width of menu. Uncomment to change to a specific width */
	width:530px;
	height:52px;		
	margin: 0;
	padding: 0;
	/*margin-top:14px;	
	position:absolute;	
	top:0px;
	left:270px;			*/		
}


.divmenu a{
    text-decoration: none;
    font: bold 11px arial;
    color: #525252;
    padding: 0px 10px 0px 10px;
    float:left;
    height:52px;
}

.divmenu a:hover{
	background:url(../images/btn_on3.gif);			
	background-repeat:no-repeat;
	background-position:center;
}


.divmenu .linkpadding {
	padding-top:25px;
}

.title{
	font: bold 18px arial;	
	color:#0ca9f8;	
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	/*border-bottom:1px #cdcdcd dotted; */
}