body{
	margin:0;
	padding:0;
	background:#3b4044;
}
#header{
	height:45px;
	background:#fbfbfc;
	padding:25px;
	padding-left:125px;
}
.logo{
	width:309px;
	float:left;
}
.links{
	float:left;
	vertical-align: middle;
	padding-top:10px;
	padding-bottom:10px;
	white-space: nowrap;
}
.link{
	font-family:Verdana;
	font-style:normal;
	font-size:15px;
	text-decoration: none;
	color:Black;
	margin-right: 15px;
}
.link:hover{
	border-bottom:3px solid #9b9b9b;
}
.link_hover{
	font-family:Verdana;
	font-size:15px;
	text-decoration: none;
	font-style:normal;
	color:Black;
	margin-right: 15px;
	margin-bottom: 15px;
	border-bottom:3px solid #9b9b9b;
}
img{
	border:0;
	text-decoration:none;
}
#flash{
	border-top:4px solid #595959;
	border-bottom:4px solid #595959;
}
#body{
	background:#fbfbfc;
	padding-top: 15px;
	padding-bottom: 25px;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	font-style:normal;
	color:#393939;
	padding-left:10%;
	padding-right:10%;
}
#body .l_column{
	width: 55%;
	text-align: justify;
	float: left;
}
#body .separator{
	width: 10%;
	float: left;
}
#body .r_column{
	width: 35%;
	text-align: justify;
	float: left;
}
#body .c_column{
	width: 90%;
	text-align: justify;
	float: left;
}
.clear{
	clear: both;	
}
#body .separator{
	width: 35px;
}
#footer{
	padding-top: 5px;
	border-top: 2px solid #747476;
	background:#3b3f43;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	height: 201px;
	padding-left:10%;
	padding-right:10%;
}
#footer #copyright{
	float: left;
	color: #9b9b9b;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
}
#footer #copyright a{
	color: #9b9b9b;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
}
#footer #copyright a:hover{
	color:#f5f3f7;
}
#footer #info{
	float: right;
	color: #9b9b9b;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
}
#footer #info a{
	color: #9b9b9b;
	font-family: Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
}
#footer #info a:hover{
	color:#f5f3f7;
}
.link1{
	color:#ff9c00;
	text-decoration: underline;
}
.link1:hover{
	color:Blue;
	text-decoration: none;
}
.inner_link a{
	color:#ff9c00;
	text-decoration: underline;
}
.inner_link a:hover{
	color:Blue;
	text-decoration: none;
}