#top_bg{
	background-color: #D2D7DD;
	height: 125px;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

#top_bg_grad{
	background-image: url("../images/bg_grad.png");
	height: 145px;
	position: absolute;
	width: 100%;
	top: 125px;
	left: 0px;
	z-index: -1;
}

#bottom_bg{
	background-color: #D2D7DD;
	height: 60px;
	width: 100%;
	position: relative;
	bottom: 85px;
	left: 0px;
	z-index: -1;
}


#main{
	width: 980px;
	margin: 0px auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	
    border: 1px #B4C1C9 solid;
	box-shadow: 0px 0px 10px #758D99;
	-moz-box-shadow: 0 0 10px #758D99;
    -webkit-box-shadow: 0 0 10px #758D99;
    
    min-height: 100%;
	position: relative;
    
	/*
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	*/
    
    /*
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
	*/
}

#content{
	padding: 10px 10px 80px 10px;
}

.cleaner{
	clear: both;
}

#text{
	padding: 0px 10px 0px 6px;
}

#text #left,
#text #right{
	width: 48%;
	text-align: left;
}
#text #left{
	float: left;
}
#text #right{
	float: right;
}

#text #left li,
#text #right li{
	/*text-align: left;*/
}

.vsep{
	float: left;
	height: 1px;
}

#footer{
	padding-bottom: 10px;
}

#footer_logo{
	float: right;
	margin-top: 1px;
	margin-left: 20px;
}

.menu_sep{
	color: #1F2E43;
}

.div_hr{
	padding-top: 7px;
}

.div_hr img{
	height: 2px;
	width: 100%;
}

#mailto{
	float: left;
	font-size: 12px;
	font-family: Trebuchet MS;
	margin-top: 7px;
	margin-left: 10px;
}

/* ********************* */

#entry{
	font-size: 16px;
	margin-bottom: 20px;
}

.subtitle{
	color: #263C70;
	display: block;
	font-size: 18px;
	text-align: left;
}

.accent{
	color: #35569E;
}

.accentb{
	font-weight: bold;
	color: #35569E;
}

a.lnk{
	text-decoration: none;
	color: #36647F;
	border-bottom: 1px #36647F dashed;
}

a.lnk:hover{
	color: #020338;
	border-bottom: 1px #020338 dashed;
	background-color: #F2F9E0;
}

#page_image{
	
}

#page_image img{
	/*
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	*/
	
	border: 1px #B4C1C9 solid;
	width: 958px;
}

#text{
	text-align: left;
	margin-top: 20px;
}

#text p{
	padding-top: 10px;
}

.label{
	text-align: right;
}
.value{
	text-align: left;
}

.hsep{
	clear: both;
}

.hr-div{
	border-top: 1px #666666 solid;
	margin: 5px 0px;
}

div.hr{
	border-top: 1px #E1E1E1 solid;
	margin: 20px 0;
}