body {
	font-family:Arial,Helvetica,Sans-Serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/background.png);
	background-color:#E6E6E6;
	background-repeat:repeat-x;
	font-size:14px;
}

.header {
	width:986px;
	margin:auto;
}
.headContent {
	background-image:url(../images/head_bg.gif);
	background-repeat:repeat-x;
	border-left:1px solid #BABABA;
	border-right:1px solid #BABABA;
}
.logoDiv {
	width:180px;
	padding-top:15px;
	padding-bottom:10px;
	padding-right:15px;
	text-align:center;
	float:left;
}

.hssDiv {
	width:401px;
	padding-top:23px;
	float:left;
}

.headBottom {
	width:100%;
	height:21px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;	
	-webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
	background-image:url(../images/header_line.png);
	background-repeat:repeat-x;
}
.content {
	width:986px;
	margin:auto;
	border:1px solid #BABABA;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#ffffff;
	background-image:url(../images/bottomRight.gif);
	background-repeat:repeat-x;
}

.vfweb_logo {
	float:left;
	width: 350px;
	margin-top:40px;
	margin-left:50px;
}
.v_spacer {
	height:160px;
	float:left;
	width: 3px;
	margin-top:10px;
}
.panel {
	float:left;
	width: 500px;
	margin-top:70px;
	margin-left:50px;
	color:#003A76;
}
.panel h1 {
	font-size:25px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-family:verdana, arial;
}

.contentPanel {
	background-image:url(../images/shadow.gif);
	background-repeat:repeat-x;
	clear:both;
	padding:20px 20px 3px 20px;
	border-top:1px solid #BABABA;
}

.leftContent {
	float:left;
	width:70%;
}

.rightContent {
	float:left;
	width:30%;
}

.roundedFieldset {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #eeeeee;
}

.roundedFieldset legend, .roundedFieldset h2 {
	color:#003A76;
	font-weight:bold;
	font-size:14px;
}

.resourcePanel {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #cecece;
	background-image:url(../images/resource_bg.gif);
	background-repeat:repeat-x;
	padding:6px 10px 10px 10px;
	color:#3D4145;
	margin-left:18px;
	margin-top:7px;
}


.resourcePanel a {
	color:#3D4145;
	text-decoration:none;
}
.resourcePanel table tr td {
	height:41px;
}
.resourcePanelHeader {
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	height:32px;
	padding-left:10px;
}

.button {
	background-image:url(../images/button_bg.png);
	background-repeat:no-repeat;
	width:230px;
	margin:auto;
	height:32px;
	margin-top:9px;
	margin-bottom:8px;
}
.button a {
	color:#ffffff;
	font-weight:bold;
	display:block;
	width:230px;
	text-align:center;
	padding-top:7px;
	height:25px;
}

.footer {
	color:#666666;
	font-size:11px;
	font-weight:normal;
	padding:5px 0px 5px 0px;
	width:986px;
	margin:auto;
}