@charset "utf-8";

body {
	font: Arial, sans-serif;
	font-family:Arial;
	font-size:12px;
	color:#333;
	background-image:url(../images/bkgd.jpg);
	background-repeat:repeat-x;
	background-color:#00237e;
}
body a:active, a:focus{
	outline: 0 none;
	-moz-outline: 0 none;
	}

body a{
	color:#313231;
}
body a:link{
	color:#313231;
}
body a:visited{
	color:#313231;
}
body a:hover{
	color:#313231;
	text-decoration: none;
}

.clear{
	clear:both;
}
#wrapper{
	width:870px;
	margin:auto;
	margin-top:50px;
}
#header{
	height:72px;
	display:block;
}

#headerRt{
	float:left;
	width:444px;
}
#headerLt{
	float:right;
	width:426px;
}

#headerLogin{
	width:406px;
	height:32px;
	padding-right:20px;
	text-align:right;
	color:#FFF;
	font-weight:bold;
	background-image:url(../images/hdr_sub2.png); 
	background-repeat:no-repeat;
}

#headerLogin a{
	color:#FFF;
	font-weight:bold;
}

#headerLogin a:visited{
	color:#FFF;
	font-weight:bold;
}

#homeNav{
	height:28px;
	width:426px;
}

#homeBanner{
	width:870px;
	height:228px;
	background-image:url(../images/home_banner.png);
	background-repeat:no-repeat;
	clear:both;
	color:#FFF;
}

.homeBox{
	width:200px;
	height:120px;
	padding-right:10px;
	float:left;
}

.homeBoxLearnMore{
	font-size:10px;
	color:#333;
	position:absolute;
	text-align:right;
	padding-right:10px;
	top:100px;
}

#getStarted{
	float:left;
	width:198px;
	height:120px;
	border:1px solid #cccccc;
	/*background-image:url(../images/bkgd_getStarted.jpg);
	background-repeat:no-repeat;*/
}

#subNav{
	height:28px;
	width:426px;
}

#subTitle{
	height:80px;
	width:870px;
	background-image:url(../images/sub_banner.png);
	background-repeat:no-repeat;
	clear:both;
}

#subTitleText{
	text-align:right;
	color:#8f00ae;
	font-size:48px;
	font-weight:bold;
	padding-top:20px;
	padding-right:40px;
}

#content {
	clear:both;
	width:830px;
	display:block;
	background-image:url(../images/bkgd_content.png);
	background-repeat:repeat-y;
	padding:10px 20px 10px 20px;
	position:relative;
}

#subContent {
	clear:both;
	width:790px;
	display:block;
	background-image:url(../images/bkgd_content.png);
	background-repeat:repeat-y;
	padding:10px 40px 10px 40px;
	position:relative;
}

#contentFooter{
	width:870px;
}

#footer{
	font-size:10px;
	float:inherit;
	width:864px;
	margin: 0 auto;
	height:45px;
	text-align:center;
	padding-top:10px;
	position:static;
	background-image:url(../images/bkgd_footer.jpg);
	background-repeat:no-repeat;
}

#footer a:link{
	color:#313231;
	font-size:10px;
	text-decoration:none;
}

#footer a:visited{
	color:#313231;
	font-size:10px;
	text-decoration:none;
}

#footer a:hover{
	color:#313231;
	font-size:10px;
	text-decoration:underline;
}

#copy{
	font-size:10px;
	float:inherit;
	width:864px;
	margin: 0 auto;
	height:45px;
	text-align:center;
	padding-top:10px;
	position:static;
}

/* Header styles */
h2{
	color:#001e7c;
	font-size:20px;
	font-weight:100;
	margin:0;
}

h3{
	color:#001e7c;
	font-size:18px;
	font-weight:100;
	margin:0;
}

fieldset{
	BORDER-RIGHT: #bbc2bb 1px solid; 
	PADDING-RIGHT: 5px; 
	BORDER-TOP: #bbc2bb 1px solid; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 0px; 
	BORDER-LEFT: #bbc2bb 1px solid; 
	PADDING-TOP: 0px; 
	BORDER-BOTTOM: #bbc2bb 1px solid; 
	HEIGHT: 200px;
	WIDTH: 230px; 
}

legend{
	color:#313231;
	font-size:14px;
	font-weight:bold;
}

.required{ 
    color:Red;  
    vertical-align:top; 
    font-weight:normal; 
}

.completed {
    margin-top:5px; 
    padding-left:5px; 
    padding-top:7px; 
    color:White; 
    background-color:Green; 
    height:20px; 
    width:300px;
}

.completed a:link{
    color:White; 
}
.completed a:visited{
    color:White; 
}

/* General text fields */
.textField{
	font-size:12px;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F0F0F0;
	border: 1px solid #666666;
	padding:3px;
	width:200px;
}


.submitBtn{
	color:#FFFFFF;
	text-align:center;
	background-color:#8f00ae;
	border:none;
	font-weight:bold;
	height:25px; /*width:98px; 
	background-image:url(../images/btn_bkgd.jpg);
	background-repeat:no-repeat;*/
}

.webCastBox1{
    border:5px solid #cccccc; 
    padding:10px; 
    background-image:url(../images/bkgd_webcast_purple.jpg); 
    background-repeat:no-repeat;
    color:White;
}

.webCastBox2{
    border:5px solid #cccccc; 
    padding:10px; 
    background-image:url(../images/bkgd_webcast_blue.jpg); 
    background-repeat:no-repeat;
    color:White;
}

.webCastBox3{
    border:5px solid #cccccc; 
    padding:10px; 
    background-image:url(../images/bkgd_webcast_orange.jpg); 
    background-repeat:no-repeat;
    color:White;
}

.italicHighlight{
    color: #8f00ae;
    font-style: italic;
}
