@charset "UTF-8";
/* CSS Document */

body {
	background-color:#F3F3F3;
}

#pageholder {
	width: 800px;
	height: 595px;
	background-color:#FFF;
	border: 1px solid #888;
	margin-top:20px;

}

#header {
	background-image:url(../images/logo_site.jpg);
	background-repeat:no-repeat;
	float:left;
	height: 70px;
	width: 250px;
	margin-top: 20px;
	margin-left: 20px;

	
}

#leftmenu {
	background-image:url(../images/menu_bg.jpg);
	background-repeat:no-repeat;
	height: 360px;
	width: 150px;
	margin-top: 110px;
	float:left;
	margin-left:-270px;
}
#leftmenu .current {
	color: #002A9E;
	background-image:url(../images/menu_white_box.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:25px;
	margin-left:15px;

	
}

#leftmenu h5 {
	font-size: 18px;
	font-family: Geneva, Tahoma, sans-serif;
	font-weight:500;	
	color:#FFF;
	line-height: 25px;
	margin-left: 15px;
	letter-spacing: 2px;
	
}

#leftmenu h5 a {
	color: #fff;
	text-decoration: none;
}


#grayline {
	height: 550px;
	border-left:1px #888 dashed;
	margin-top: 25px;
	margin-left:250px;
}

#content {
	height: 500px;
	width:470px;
	margin-right: 50px;
	margin-top: 30px;

	float:right;
	
	
	
}

#content h2 {
	font-size: 20px;
	font-family: Geneva, Tahoma, sans-serif;
	color:#888;
	line-height: 25px;
	letter-spacing: 1px;
	text-align:left;

}

#content h3 {
	font-size: 12px;
	font-weight:500;
	font-family: Geneva, Tahoma, sans-serif;
	color:#AAA;
	line-height: 25px;
	letter-spacing: 1px;
	text-align:justify;
	margin-top: 30px;
	
}

#content h3 a{
	font-size: 12px;
	font-weight:500;
	font-family: Geneva, Tahoma, sans-serif;
	color:#AAA;
	line-height: 25px;
	letter-spacing: 1px;
	text-align:justify;
	margin-top: 30px;
	
}

#followus{
	width: 150px;
	font-size: 20px;
	color:#888;
	height:100px;
	margin-top: 0px;
	text-align:left;
	margin-left: 10px;
	float:left;
}
#footer{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#888;
	margin-top:10px;

}
#footer a{
	text-decoration:none;
	color:#888;
}







.right {
	float: right;
}

.left {
	float: left;
}

.clearer {
	clear: both;
	height: 0;
}#pageholder #leftmenu h5 {
	text-align: left;
}

