@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}
body {
	height:100%;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#cccdcf;
}

#page {
	width: 930px;
	margin:0 auto; 
	text-align:center; 
	/*background-image:url(../images/bg-gradient.gif);
	background-repeat:repeat-y;*/
	position: relative; 
	/*min-height: 88%;*/
	padding-left:10px; padding-right:0px;
	background-color:#ffffff;
	padding-bottom:25px;
	margin-top:25px;
}

* html #page { /*height: 100%;*/ background-color:#FFFFFF}

#pagecontent-outer {
	width:930px;
	margin-top:0px;
	text-align:left;
	/*min-height:100%;*/
	background-color:#ffffff;
}

* html #pagecontent-outer { min-height: 100%;}

#header {height:80px; margin-bottom:15px}
#header #header-left {float:left; width:204px; padding-top:25px}
#header #header-right {float:right; width:258px; padding-top:10px}

#left-column {width:210px; margin-right:10px; float:left}
#left-column ul {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; list-style-type:none; display:block}
#left-column ul li {font-size:11px; color:#646467; border-bottom:1px solid #5a95d0; display:block}
#left-column ul li.current {background-color:#cccdcf}
#left-column ul li a {padding:3px 3px 3px 3px; background-color:#ffffff}
#left-column ul li a.current {padding:3px 3px 3px 3px; background-color:#cccdcf; color:#ffffff}
#left-column ul li a:link {color:#646467; text-decoration:none; display:block}
#left-column ul li a:active {color:#646467; text-decoration:none; display:block}
#left-column ul li a:visited {color:#646467; text-decoration:none; display:block}
#left-column ul li a:hover {color:#ffffff; text-decoration:none; background-color:#cccdcf; display:block}

#left-column #help-with {background-color:#5a95d0; padding:6px 6px 6px 6px; margin:15px 0px 15px 0px; width:198px}
#left-column #help-with p {margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; line-height:24px; font-size:13px; font-weight:normal; color:#ffffff}

#right-column {float:right; width:702px}
#right-column .header-img {margin-bottom:10px;}
#right-column #body-text {width:650px; clear:both}
#right-column #body-text-home {width:700px; clear:both}
#right-column #body-text-home #body-text-left-home {float:left; width:400px; padding-left:0px; padding-right:20px; border-right:1px solid #5a95d0; min-height:130px}
#right-column #body-text-home #body-text-right-home {float:left; width:250px; padding-left:15px; padding-right:0px; min-height:130px}
#right-column #body-text #body-text-left {float:left; width:260px; padding-left:0px; padding-right:20px; border-right:1px solid #5a95d0; min-height:130px}
#right-column #body-text #body-text-right {float:left; width:260px; margin-left:20px; padding-left:0px; padding-right:10px; min-height:130px}
#right-column #body-text ul {margin:0; padding:0px 0px 0px 10px}
#right-column #body-text ul li {list-style-type:disc;}
#right-column #body-text #body-text-left-sml {float:left; width:140px; padding-left:0px; padding-right:10px; border-right:1px solid #5a95d0; min-height:130px}
#right-column #body-text #body-text-lc-sml {float:left; width:135px; padding-left:10px; padding-right:10px; border-right:1px solid #5a95d0; min-height:130px}
#right-column #body-text #body-text-rc-sml {float:left; width:135px; padding-left:10px; padding-right:10px; border-right:1px solid #5a95d0; min-height:130px}
#right-column #body-text #body-text-right-sml {float:left; width:140px; padding-left:10px; padding-right:10px; border-right:1px solid #5a95d0; min-height:130px}
#right-column h1 {font-size:14px; font-weight:bold; color:#646467; margin-top:5px; margin-bottom:5px; padding:0px 0px 0px 0px}
#right-column h2 {font-size:12px; font-weight:bold; color:#646467; margin-top:5px; margin-bottom:5px; padding:0px 0px 0px 0px}
#right-column p {font-size:11px; font-weight:normal; color:#646467; line-height:16px}
#right-column li {font-size:11px; font-weight:normal; color:#646467}
#right-column td {font-size:11px; font-weight:normal; color:#646467}
#right-column .text-box {font-size:11px; color:#646467; border:1px solid #5a95d0; padding:2px 2px 2px 2px}
#right-column .form-button {border:none; background-color:#5a95d0; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; padding:3px 3px 3px 3px}
#right-column a:link {color:#5a95d0; text-decoration:none}
#right-column a:active {color:#5a95d0; text-decoration:none}
#right-column a:visited {color:#5a95d0; text-decoration:none}
#right-column a:hover {color:#5a95d0; text-decoration:underline}

#footer-banner {float:right; width:100%; text-align:right; background-color:#e0edf7; margin-top:5px; height:75px}

#footer-text {padding:0px 10px 5px 10px; font-size:10px; color:#bbbbc0; margin-bottom:10px; height: 55px;}
#footer-text #footer-left {float:left; width:160px}
#footer-text #footer-right {float:right; width:480px; text-align:right}
#footer-text a:link {color:#bbbbc0; text-decoration:none}
#footer-text a:active {color:#bbbbc0; text-decoration:none}
#footer-text a:visited {color:#bbbbc0; text-decoration:none}
#footer-text a:hover {color:#bbbbc0; text-decoration:underline}


.blue {color:#5a95d0;}
