@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #9D9D9D;
	background-image: url(../Images/Bg.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	position: absolute;
}
#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	height: 2350px;
} 
#divider_img {
	background-image:url(../Images/Divider.png);
	text-align:center;
	width:820px;
	height:3px;
	margin-left:70px;

}
#Sidebar_l {
	width:200px;
	height:auto;
	float: left;


}
#Sidebar_r {
	width:200px;
	height:auto;
	padding: 10px;
	float: right;
	margin-right: 0px;


}
#Sidebar_mid {
	width:660px;
	height:auto;
	padding: 10px;
	width: 380px;
	position: relative;

}

#main_content {
	width:266px;
	height:auto;
	padding: 10px;
	float: left;
	clear: none;
	position: absolute;
	left: 582px;
	top: 513px;

}

.style1 {color: #CCCCCC}



.style3 {
color: #000000;
	text-decoration: none;
}
.style3 a {
	color:#000000;
		text-decoration: underline;




}

.style3 a:focus
{
	color:#000000;
		text-decoration: none;
}


.style3 a:hover {
	text-decoration: underline;
	color:#67649F;
}





.style4 {color: #7A7DA0}
.style6 {color: #CCCDDB}
.style8 {
	font-size: 16px;
	padding-left: 20px;
}

.style14 {color: #67649F}

#Contact {
	width:313px;
	height:auto;
	position: absolute;
	left: 736px;
	top: 62px;



}

