body {
margin:0;
padding:0;
background:#d3d5d5;
color:#212324;
font:normal 13px Arial, Helvetica, sans-serif;
line-height:145%;
}
p {
margin:12px 0;
}
a {
color:#2969a0;
text-decoration:none;
}
h2 {
color:#000;
margin:0px 0px 15px 0px;
font:normal 22px "Times New Roman", Times, serif;
}

h3 {

color:#000;
margin:40px 0px 20px 0px;
font:normal 20px "Times New Roman", Times, serif;

}

h4 {

color:#000;
margin:30px 0px 10px 0px;
font:bold 17px "Times New Roman", Times, serif;

}

#wrapper {
width:776px;
margin:5px auto 20px auto;
border:1px solid #bab7b7;
background:#fff;
padding:0 62px;
}
.header {
height:87px;
padding-top:17px;
padding-left:14px;
background:url(images/header.png) repeat-x left bottom;
}
.hleft {
float:left;
}

.imageleft{

margin: 0px 5px 0px 0px;
float:left;
border: 0;

}
.comment{
font-size:11px;
margin-left:15px;
margin-top:5px;
}

.hright {
float:right;
padding-top:10px;
font:normal 14px "Times New Roman", Times, serif;
}
.hright a {
color:#868585;
text-decoration:none;
margin:0 8px;
}
.hright a:hover {
color:#4373b5;
}
.content {
height:100%;
overflow:hidden;
clear:both;
border-bottom:1px solid #c2e4fa;
}
.sidebar {
float:left;
width:216px;
}
.sidebar h4 {
font:bold 20px "Times New Roman", Times, serif;
color:#4373b5;
margin:10px 0 0 0;
}
.sidebar ul {
margin:0;
padding:8px;
list-style:none;
background:#fefefe url(images/sideul.png) repeat-x left top;
}
.sidebar ul li {
margin:13px 0;
text-align:right;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.sidebar ul li a {
color:#717171;
text-decoration:none;
}
.sidebar ul li a:hover {
color:#4373b5;
}
.widget {
margin-top:1px;
}
.widget a {
color:#84bae9;
text-decoration:underline;
}
.widget a:hover {
text-decoration:none;
}
.widget h3 {
margin:0;
text-align:center;
font:bold 17px "Times New Roman", Times, serif;
color:#000;
padding:8px 0;
background:#f2f2f2;
}
.widbody {
text-align:center;
line-height:170%;
padding:10px 10px;
background:url(images/widbody.png) repeat-x left bottom;
}
.widbody2 {
text-align:center;
line-height:170%;
padding:10px 10px;
background:url(images/widbody2.png) repeat-x left bottom;
}
.main {
float:right;
width:546px;
margin-top:17px;
}
.main-desc {
padding:6px 30px 6px 25px;
background:#f2f2f2;
height:100%;
overflow:hidden;
}
.alignright {
float:right;
}
.main-desc .alignright {
margin-left:30px;
}
.mdtxt {
padding-right:80px;
padding-top:20px;
color:#000;
font:normal 13px tahoma, Arial, Helvetica, sans-serif;
line-height:150%;
}
.mdlink {
text-align:right;
padding-top:25px;
font:normal 13px "Times New Roman", Times, serif;
}
.mdlink a {
color:#1862a2;
text-decoration:underline;
}
.main-txt {
padding-left:20px;
margin-top:0px;
border-top:0px solid #f2f2f2;
line-height:175%;
}
.footer {
padding:20px 20px 40px 20px;
text-align:center;
font:normal 14px "Times New Roman", Times, serif;
}

input, textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	background: #FFFFFF;
	}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #C9C9C9;
	}

.form label {
	margin-left: 10px;
	color: #999999;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	}

