body {
	margin: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}
h1 {
	font-size: 18pt;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 12pt;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-weight: normal;
}
h3 {
	font-size: 12pt;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
	font-weight: normal;
}
h4 {
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
p {
	line-height: 1.4em;
}
p strong {
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.nomargin {
	margin: 0px;
}
.required {
	color: #FF0000;
}
label {
	display: block;
	font-weight: bold;
	width: 100px;
	margin-left: 10px;
	font-size: 10pt;
	color: #333333;
	float: left;
}
.floatleft {
}
.setwidth2 {
	width: 95%;
}

ul {
	margin-top: 0px;
	margin-bottom: 25px;
	list-style-type: square;
}
li {
	padding-top: 10px;
	padding-right: 15%;
}

#header {
	display: block;
	width: 100%;
	height: 60px;
	background-image: url(images/headerpadding2.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: right;
}

#mainmenu {
	display: block;
	width: auto;
	height: 72px;
	text-align: left;
	background-color: #9A9BA0;
	background-image: url(images/menupadding2.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	padding-left: 230px;
}
#mainmenu a {
	display: inline;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	white-space: nowrap;
	line-height: 2em;
}
#mainmenu a:hover {
	color: #333333;
	background-color: #FFFFFF;
}

#title {
	clear: both;
	display: block;
	width: 100%;
	height: 80px;
	background-image: url(images/title2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#submenu {
	clear: both;
	display: block;
	float: left;
	width: 209px;
	/* height: auto; */
	min-height: 250px;
	background-image: url(images/submenupadding2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: white;
	padding: 0px;
}
#persistMenu {
	position: fixed;
	left: 5px;
	top: 249px;
	width: 209px;
	height: 225px;
	display: block;
	z-index: 25;
}
#persistMenu h3, #submenu h3 {
	display: block;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#submenu a, #persistMenu a {
	display: block;
	width: 191px;
	padding: 3px;
	padding-left: 14px;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	background-image: url(images/menuarrow01.gif);
	background-repeat: no-repeat;
	background-position: 4px center;
}
#submenu a:hover, #persistMenu a:hover {
	background-color: #F2F4FB;
}

#content {
	display: table;
	background-image: url(images/contentpadding2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: #F2F4FB;
}
#content object, #content object embed {
	width: 100%;
	height: 125px;
}
.spacer {
	width: 100%;
	height: 5px;
	border: 0px;
}

#careersflash object, #careersflash object embed {
	width: 200px;
	height: 125px;
	float: right;
	margin-left: 15px;
	margin-right: 15px;
}
#content p, #content h1, #content h2, #content h3, #content h4 {
	margin-left: 10px;
	margin-right: 5px;
}
#content form {
	background-color: #E7EAF8;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 15px;
	background-image: url(images/form.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.homepage {
	display: table;
	width: 100%;
	height: 125px;
	background-image: url(images/homepage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #6C767B;
}

#footer {
	clear: both;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: right;
	color: #999999;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
}
#footer a {
	padding: 3px;
	padding-right: 10px;
	padding-left: 10px;
	color: #999999;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

.clear {
	clear: both;
	margin-top: 15px;
}

td {
	text-align: left;
	vertical-align: top;
}

.topofpage {
	clear: both;
	float: right;
	display: table;
	margin-right: 10px;
}
a.topofpage {
	color: #999999;
}
a.topofpage:hover {
	color: #666666;
}
hr {
	clear: both;
	color: #dddddd;
	text-align: center;
	height: 1px;
	width: 90%;
	margin-top: 25px;
	margin-bottom: 25px;
}
#acrobat {
	display: block;
	height: 35px;
	/* width: auto; */
	vertical-align: middle;
	margin: 0px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBDC1;
	margin-bottom: 5px;
}
#acrobat p {
	display: block;
	font-size: 16pt;
	font-weight: normal;
	color: #BBBDC1;
	margin: 0px;
	margin-top: 10px;
}
#acrobat a {
	float: right;
}
#pdf {
	display: block;
	height: 50px;
	/* width: auto;
	text-align: center; */
	vertical-align: middle;
	margin: 0px;
	margin-bottom: 15px;
}
a.pdf {
	display: block;
	height: 34px;
	width: 90px;
	float: left;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	padding-left: 42px;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	background-color: #EAEBEC;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	font-size: 8pt;
	font-weight: normal;
}
a.pdf:hover {
	background-color: #E6E8DD;
}
.inline {
	font-size: 24pt;
	line-height: 1pt;
	margin: 0px;
	color: #F2F4FB;
