html {
min-height: 100%; margin-bottom: 1px;
}
	body {
	margin-top: 15px;
	background-color: #002462;
	text-align: center;
	}
	
	h1 {
	font-size: 18px;
	color: #283296;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 17px 15px 5px 20px;
	line-height: 20px;
	}
	
	h2 {
	font-size: 14px;
	color: #283296;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 15px 10px 20px;
	line-height: 20px;
	}
	
	h3 {
	font-size: 12px;
	font-weight: bold;
	color: #373535;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 15px 0px 20px;
	line-height: 20px;
	}
	
	p {
	font-size: 12px;
	color: #373535;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 15px 8px 20px;
	line-height: 20px;
	}

	td {
	vertical-align: top;
	}

	img {
	border: 0;
	}
	
	form {
	width: 500px;
	padding: 0;
	margin: 0;
	}
	
	form p, form h3 {
	margin-left: 20px;
	}
	
	hr {
	border: 0;
	border-top: dashed 1px #8D9CB5;
	color: #fff;
	margin-left: 20px;
	}

	.txt_right {
	text-align: right;
	}
	
	.question {
	padding-top: 20px;
	padding-bottom: 0;
	padding-left: 53px;
	background: transparent url(images/q_pic.gif) 20px 21px no-repeat;
	font-weight: bold;
	}

	.answer {
	padding-top: 5px;
	padding-left: 53px;
	background: transparent url(images/a_pic.gif) 20px 7px no-repeat;
	}

	.alert {
	font-weight: bold;
	color: #CC0000;
	}

	#wrapper {
	margin: 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 780px;
	}
	
	html>body #wrapper {
	box-sizing: content-box;
	width: 780px;
	}
	
	#header {
	position: relative;
	float: left;
	width: 780px;
	background: transparent url(images/header_bg.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	}
	
	#header h2 {
	color: #fff;
	text-align: right;
	padding: 0;
	margin: 49px 18px 20px 0px;
	font-size: 12px;
	}
	
	#leftside {
	position: relative;
	float: left;
	width: 174px;
	padding: 0;
	margin: 0;
	background: transparent url(images/leftside_bg.gif) 0 0 no-repeat;
	}
	
	#main {
	position: relative;
	float: left;
	width: 606px;
	padding: 0;
	margin: 0;
	}
	
	#main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
	#main li {
	font-size: 12px;
	color: #373535;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(images/ul_square.gif) 15px 15px no-repeat;
	margin-left: 6px;
	padding: 10px 15px 10px 35px;
	}
	
	#footer {
	position: relative;
	float: left;
	width: 780px;
	background: #002462 url(images/footer_top.gif) 0 0 no-repeat;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	}
	
	#footer p {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 12px;
	}
	
	#footer a {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	text-align: center;
	margin-top: 12px;
	text-decoration: none;
	}
	
	#footer a:visited{
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	text-align: center;
	margin-top: 12px;
	text-decoration: none;
	}

	#footer a:hover{
	color: #f6dc72;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	text-align: center;
	margin-top: 12px;
	}
	
	/* begin left side navigation */
	#leftside ul {
	list-style: none;
	margin: 0;
	margin-top: 7px;
	padding: 0;
	border: none;
	background: transparent;
	}
	
	#leftside li {
	margin: 0;
	padding: 0;
	background: transparent;
	}
	
	#leftside li a {
	display: block;
	padding: 7px 5px 7px 20px;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #82a3d8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	width: 100%;
	}
	
	#leftside li a.first {
	background: #82a3d8 url(images/leftside_top.gif) 0 0 no-repeat;
	border: 0;
	border-bottom: 1px solid #fff;
	margin-left: 7px;
	margin-right: 7px;
	}
	
	#leftside li a.last {
	background: #82a3d8 url(images/leftside_bottom.gif) bottom left no-repeat;
	border: 0;
	padding-bottom: 20px;
	margin-left: 7px;
	margin-right: 7px;
	}
	
	#leftside li a.last:hover {
	background: #f6dc72 url(images/leftside_bottom_over.gif) bottom left no-repeat;
	}
	
	html>body #leftside li a {
	width: auto;
	}
	
	#leftside li a:hover {
	background-color: #f6dc72;
	}
	
	#leftside li.active a {
	background-color: #f6dc72;
	}
	/* end left side navigation */

	.in_line {
	float: left;
	padding-right: 0;
	display: inline;
	}

	.formerror{
	text-align:justify;
	font-size:11px;
	color: #E82033;
	font-weight: bold;
	text-decoration: none;
	font-family: "verdana";
	}

	.img_right {
	float: right;
	}
	
	.img_left {
	float: left;
	}
	
	.curvy {
	float: right;
	clear: right;
	margin-right: -5px;
	padding: 0;
	padding-left: 5px;
	}