body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: white ;
	margin: 0px;
	
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
	font-size: medium;
}
a {
	color: #035c7a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.main {
	padding: 0;
	width: auto;
	margin: 0px auto;
}
.page {
	background-color: #FFFFFF;
	width: 1003px;
	float: left;
	padding: 0px;
}
/*
.header-img {
	background-image: url(../images/.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	width: 1003px;
	height: 300px;
	float: left;
}
*/

.header-img h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	line-height: 100%;
	color: #FFFFFF;
	margin-top: 63px;
	margin-right: 72px;
}
.header-img p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 136px;
}

.content {
	width: auto;
	padding-top: 16px;
}

.left-panel {
	width: 900px;
	float: left;
	padding: 20px 50px 20px 20px;
}
.left-panel-in {
	text-align: justify;
	clear: both;
}
.title {
	font-size: 25px;
	font-weight: normal;
	color: #035c7a;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	/*border-bottom-style: dashed;*/
	border-bottom-color: #CCCCCC;
	
}
.right-panel 
{
	width: 250px;
	float: right;
}
.right-panel-in {
	clear: both;
}
.right-panel-in h3 {
	font-size: 20px;
	font-weight: normal;
	color: #346397;
	margin-top: 25px;
	margin-bottom: 17px;
	margin-left: 3px;
}
.right-panel-in ul {
	list-style-type: none;
}
.right-panel-in ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.right-panel-in ul li a {
	color: #003366;
}
.right-panel-in ul li a:hover {
	text-decoration: underline;
}
.footer {
	background-color: 	#778899;
	height: 30px;
}

.footer p {
	color: #FFFFFF;
	margin-top: 20px;
	margin-left: 25px;
}