@charset "UTF-8";
body  {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: #05219f url(images/back.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.testwin {
	background-color: #CCCCCC;
	height: 300px;
	width: 200px;
	z-index: 50000;
}
.bodyhome  {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	background: #05219f url(images/back.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

.thrColFixHdr #header {
	background: #00FF00 url(images/homeheader.jpg);
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 219px;
	margin-left: 0px;
	margin-right: 0px;
} 

.thrColFixHdr #slides {
	background: #FFFFFF url(images/slideback.jpg) no-repeat;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 259px;
	margin: 0px;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	padding: 0px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.container {
	background-color: #0000b4;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.top {
	background-image: url(images/index_01.jpg);
	background-repeat: no-repeat;
	height: 93px;
}
.slides {
	background-image: url(images/slideback.jpg);
	background-repeat: no-repeat;
	height: 260px;
	padding-top: 0px;
	padding-right: 29px;
	padding-left: 29px;
}
.foot {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: 29px;
	margin-left: 29px;
	padding-top: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 20px;
	font-weight: normal;
}

.foot h2{
	color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 1px;
}

.foot p{
	color: #FFFFFF;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 1px;
}.textboxes {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.footIn {
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A0A0A0;
	border-right-color: #A0A0A0;
	border-bottom-color: #A0A0A0;
	border-left-color: #A0A0A0;
	margin-right: 29px;
	margin-left: 29px;
	padding-top: 10px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 20px;
	font-weight: normal;
	background-color: #FFFFFF;
	font-size: 10px;
	margin-top: 20px;
}
.containerIn {
	background-color: #FFFFFF;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.main {
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	padding-left: 24px;
	width: 500px;
}

.main h1{
	color: #0000a9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	padding-left: 25px;
	padding-bottom: 10px;
	}
	.main h2{
	color: #0000a9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	
	
	}
.main p {
	padding-left: 25px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 25px;
}
.main ol {
	padding-left: 25px;
	line-height: 16px;
}
.rightCol {
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
	width: 250px;
	float: right;
	padding-right: 30px;
}
.footin h2 {
	color: #333333;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 1px;
}
.footin p {
	color: #333333;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	letter-spacing: 1px;
}
.main ol li {
	padding-bottom: 0px;
	padding-top: 5px;
}
.rightCol h2 {
	color: #0000a9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
}
.rightCol p {
	padding-left: 25px;
}
.rightCol strong {
	font-weight: bold;
	color: #0000A9;
}
.rightCol em {
	font-weight: normal;
	color: #0000A9;
	font-style: normal;
}
.rightCol h1 {
	color: #0000a9;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-indent: 25px;
	margin-top: 0px;
	padding-top: 0px;
}

.submitBtn {
	color: #FFFFFF;
	background-color: #0010A5;
	padding: 3px 7px 2px;
	margin-right: 100px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	text-align: center;
}
.formbox {
	padding-left: 25px;
	margin: 8px 0px 0px 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #0D0DAE;
}
.rightPic {
	margin-left: 25px;
	border: 2px solid #0000A9;
	width: 219px;
}
