html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: #194727;
}
#wrapper {
	height: 2200px;
	width: 800px;
	background-color: #BCD8C5;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 100px;
	border: 2px solid #000000;
}
#header	{
	width: 100%;
	background-image: url("images/header_bg.gif");
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#pagename	{
	position: absolute;
	left: 400px;
	top: 90px;
	font-size: 14pt;
	font-family: "Times New Roman";
	font-weight: 900;
}
#employmentForm{
	position: relative;
	top: 5px;
	left: 5px;
	width: 780px;
	border: 1px solid #191970;
	background-color: #DCDCDC;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-family: Verdana;
	font-style: normal;
	color: #00008B;
	font-weight: 900;
	font-size: 8pt;
}
.sectionHeaderBar {
	width: 100%;
	background-color: #00008B;
	font-family: Verdana;
	font-style: normal;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 8pt;
	text-align: center;
	padding: 2px;
}
table {
	width: 100%;
	background-color: #DCDCDC 
}
#positions{
	font-family: Arial;
	font-size: 8pt;
	font-weight: 500;
	color: #000000;
	padding: 5px;
	text-decoration: none;
	/*text-align: right;*/
}
.label{
	font-family: Arial;
	font-size: 8pt;
	font-weight: 500;
	color: #00008B;
	/*text-align: right;*/
}
.labelDateBox{
	font-family: Arial;
	font-size: 8pt;
	font-weight: 500;
	color: #00008B;
	background-color: #ffffff;
	text-align: right;
}
.labelFromTo{
    width:10%;
	font-family: Arial;
	font-size: 8pt;
	font-weight: 500;
	color: #00008B;
}
.DisclaimerTextItalic{
	font-family: Arial;
	font-size: 10pt;
	font-weight: 500;
	color: #00008B;
    font-style: italic;
	/*text-align: right;*/
}
.textbox{
	font-size: 8pt;
}
.rblWidth{
	width:30%;	
}
.radiobutton{
	font-family: Arial;
	font-size: 10pt;
	font-weight: 500;
	color: #00008B;
	text-align: left;
}
.radiobuttonbold{
	font-family: Arial;
	font-size: 10pt;
	font-weight: 700;
	color: #00008B;
	text-align: left;
}
.ddlWidth {
    width: 25%;
	text-align: left;
	font-family: Arial;
	font-size: 8pt;
	font-weight: 400;	
}
#BoldNote {
    font-family: Arial;
	font-size: 10pt;
	font-weight: 700;
	color: #00008B;
}
#return {
	font-style: italic;
	margin: 2px;
	padding: 0px 0px 0px 20px;
	float: left;
}
#webmaster {
	font-style: italic;
	margin: 2px;
	padding: 0px 20px 0px 0px;
	float: right;
}
#footer {
	width: 100%;
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #8CB58C;
	border-top: 1px solid #184A29;
	border-bottom: 1px solid #184A29;
	margin: 0 auto 20px auto;
}
#footer a:link, #footer a:visited {
	color: #FFFDEB;
	text-decoration: none
}
#footer a:hover, #footer a:active {
	color: #000000;
	text-decoration: none
}

hr.a {
	border: none 0;
	border-top: 3px double #000000;
	width: 100%;
	height: 3px;
	margin: 10px auto 0 0;
	text-align: left;
	}
hr.dashed {
	border: none 0;
	border-top: 1px dashed #00008B;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;
	}

