@charset "utf-8";
/* CSS Document */

body {
	font: 100% Palatino, Arial, Helvetica, sans-serif;
	background: #FFF;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#header {
	background:url(images/bnr_top.jpg) no-repeat;
	width: 1024px;
	height: 190px;
	margin-bottom: 15px;
}
#headerSub {
	background:url(images/bnr_top_sub.jpg) no-repeat;
	width: 1024px;
	height: 203px;
	margin-bottom: 15px;
}
#sidePanel {
	background:url(../Images/sidePanel.jpg) no-repeat;
	width: 189px;
	height: 767px;
	float:left;
	
}
#logo {
		width: 178px;
		height: 158px;
		position: absolute;
		z-index: 1;
		left: 50px; 
		top: 24px;
	}
#mainContentHome {
	background-image:url(../Images/bkg_home.gif) ;
	repeat: no-repeat;
	width: 835px;
	height: 724px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	
}
#contentAreaHome {
	padding: 10px 100px 0 56px;		
}
#contentAreaHome h1 {
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFF;
	line-height: 24px;
}
#contentAreaHome p {
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}
#mainContent {
	padding: 0 0 0 74px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0 300px 0 0;
}
#mainContent h1 {
	font-family: Palatino, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #4d4e53;
	margin-top: 10px;
}
#contentArea {
	width: 580px;	
}


#contentArea p {
	font-size: 12px;
	color: #4d4e53;
	line-height: 16px;
}
#contentArea h2 {
	font-size: 16px;
	color: #4d4e53;
	line-height: 20px;
	font-weight: normal;
}
#contentAreaWide {
	width: 580px;
	padding-bottom: 20px;	
}

#contentAreaWide p {
	font-size: 12px;
	color: #4d4e53;
	line-height: 16px;
}
#contentAreaWide h2 {
	font-size: 16px;
	color: #4d4e53;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 2px;
}
#contentAreaSub {
	width: 490px;	
}

#contentAreaSub p {
	font-size: 12px;
	color: #4d4e53;
	line-height: 13px;
}
#contentAreaSub h2 {
	font-size: 16px;
	color: #4d4e53;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
}
#boxArea {
	width: 209px;
	float: right;
	margin: 0 20px 0 0;
}
#boxArea .box {
	border: 1px solid #bec0c2;
	background-color: #e2e1dd;
	margin-top: 10px;
}
#boxArea .box p {
	font-size: 11px;
	padding: 0 10px 0 10px;
	margin: 6px 0 8px 0;
}
#boxArea .box h3 {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	background-color: #747679;
	margin: 0;
}
#boxAreaLarge {
	width: 100%;
	margin: 0 20px 0 0;
	clear: right;
}
#boxAreaLarge .boxLarge {
	border: 1px solid #bec0c2;
	margin-top: 0;
	padding-bottom: 0;
}
#boxAreaLarge .boxLarge p {
	font-size: 11px;
	padding: 0 20px 0 20px;
	margin: 6px 0 12px 0;
}
#boxAreaLarge .boxLarge h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
	background-color: #747679;
	margin: 0 0 10px 0;
}
#boxAreaLarge .boxLarge h4 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #000;
	margin: 0 20px 0 20px;
}
.box_line {
	border: 1px solid #bec0c2;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
#loginArea {
	width: 640px;
	margin: 20px 0 0 80px;
	text-align: center;
}
#loginArea p, td {
	font-size: 12px;
}
#footer {
	border-top: 1px solid #bec0c2;
	width: 1024px;
	height: 44px;
	margin-top: 10px;
	float:left;
	clear: both;
}
#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 */
	color: #4d4e53;
	font-size: 10px;
	padding: 6px 0 0 70px;
}

#footer a {
	color: #4d4e53;
	text-decoration:none;
}
#footer a:hover {
	color: #0e8fb5;
	text-decoration:underline;
}
#footerHome {
	background: url(images/footerHome.gif) ;
	width: 835px;
	height: 40px;
	padding-top: 3px;
	float: right;
}
#footerHome p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #c3c3c3;
	font-size: 10px;
	padding: 9px 0 0 56px;
}
#footerHome a {
	color: #c3c3c3;
	text-decoration:none;
}
#footerHome a:hover {
	color: #FFF;
	text-decoration:underline;
}
#footerPrivacyStmt {
	border-top: 1px solid #bec0c2;
	width: 1024px;
	height: 44px;
	margin-top: 10px;
	float:left;
	clear: both;
}
#footerPrivacyStmt p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color: #4d4e53;
	font-size: 10px;
	padding: 6px 0 0 25px;
}
#popup {
	padding: 20px;
	width: 450px;
	text-align: left;
}
#popup h1 {
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	padding: 55px 0 30px 140px;
}
#popup h2 {
	color: #808080;
	font-size: 18px;
	font-weight: bold;
	padding-top: 55px;
}
#popup h3 {
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 4px 0 4px 0;
}
#popup p {
	font-size: 12px;	
}
#popup .qa p {
	padding-left: 16pt;
    text-indent: -15pt;
    margin-bottom: 4px;
    margin-top: 4px;	
}
#popup .fltrt {
	float: right;	
}
#popup .largeBold {
	font-size: 16px;
	font-weight: bold;
	color: #808080;
}
#popup table.list td {
	font-size: 11px;
	padding: 0 4px 15px 0;
}
.nav {
	padding-right: 5px;
	padding-left: 5px;
}
a:link, a:visited {
	color: #0b5d74;
	text-decoration: underline;
}
a:hover {
	color: #0e8fb5;
	text-decoration: underline;
}
.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;
}
.fltlft {
	float: left;
	width: 250px;
}
.fltrgt {
	float: right;
	width: 250px;
}
.fltrt {
	float: right;
	padding-left: 20px;
}
.heading {
	font-family: Times New Roman;
	font-size: 28px;
	font-weight: normal;
	color: #4d4e53;
	margin-top: 10px;
	padding-left: 8px;
}
.heading2 {
	font-size: 14px;
	font-weight: normal;
}
.contact {
	width: 220px;
	font-size: 11px;
}

.contact {
	width: 220px;
	font-size: 11px;
}

.footer
{
	background-image : "Images/footer.gif";
}

/*privacy statement*/


/*---end privacy statement---*/