body {
	font:13px Arial, Helvetica, sans-serif;
	*font-size:small;
	*font:x-small;
	color: #3F3D41;
	}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% Arial, Helvetica, sans-serif;}
pre, code {font:115% monospace;*font-size:100%;}
body * {line-height:160%;}
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }   
table { border-collapse:collapse; border-spacing:0; }  } 
fieldset,img { border:0; }  
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }   
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }   
q:before,q:after { content:''; }   
abbr,acronym { border:0; }  
div.hidden { border: solid 1px transparent; } 
p { padding-bottom: 10px; }

/** Styles **/

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	}

.info {
	font-size: 11px;
	color: #97989c;
	vertical-align: top;	
}

.indent1 {
	margin-left: 25px;
}

.indent2 {
	margin-left: 45px;
	}


.description {
	font-size: 11px;
	color: #333;
	background-color: #cce0c5;
	font-weight: bold;
}

.formfield {
	font-size: 12px;
	line-height: 14px;
	border: 1px solid #666666;
	padding: 1px 1px 1px 3px;
	background-color: #DED3E7;
	}

.formbutton {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	border: 1px solid #000000;
	padding: 1px 1px 1px 1px;
	background-color: #52197D;
	color: #ffffff;
	}


/** Divs **/

#PageWrapper { 
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
	padding: 0;
	border-top: 35px solid #ffffff;	
	}
#Logo {
	width: 800px;
	height: 70px;
	margin: 0 0 0 25px;
	}
#HeaderImage {
	width: 800px;
	background: #ffffff;
	border-top: 5px solid #97989c;
	height: 180px;
	}
#NavBar {
	width: 800px;
	background: #52197D;
	height: 25px;
	}
#Menu {
	margin-left: 25px;
	}
	
#Main { 
	background: #ffffff; 
	width: 750px; 
	padding: 25px 25px 15px 25px; 
	overflow: auto; 
	clear: both;
	}
	
#Main h1 { font-size: 18px; margin-bottom: 10px; font-weight: bold; color: #52197D; }
#Main h2 { font-size: 16px; font-weight: bold; margin-bottom: 5px; color: #52197D; }
#Main h3 { font-size: 14px; font-weight: bold; color: #52197D; }
#Main h4 { margin-top: -3px; }
#Main h5 { font-weight: bold;margin-top: -3px; }
#Main div { overflow: auto; }
#Main ul {
	margin: 0px 10px 5px 40px;
	padding: 0;
	list-style: square;
	}
#Main li {
	padding: 0px 0 2px 0;
	color: #52197d;
	font-size: 13px;
	font-weight: bold;
	}
#Main a {
	color: #52197d;
	font-weight: bold;
	 text-decoration: none;
	}
#Main a:hover {
	color: #97989c;
	text-decoration: none;
	}	
	
#Footer {
	font-size: 11px;
	width: 800px;
	background-color: #fff;
	padding: 10px 0 20px 10px;
	text-align: left;
	color: #97989c;
	border-top: solid 5px #52197D;
	}
#Footer ul { margin:0; padding:0; text-align: center; }
#Footer ul li { display: inline; padding: 0 5px;}
#Footer a {
	color: #97989c;
	 text-decoration: none;
	}
#Footer a:hover {
	color: #666;
	text-decoration: none;
	}
	
.vacancy_header { 
	font-size: 14px; 
	font-weight: bold; 
	color: #333333;
	padding-bottom: 5px;
	}	
.vacancy_pay { font-size: 14px; font-weight: bold; color: #52197D; }
.purplerule { 
	height: 1px; 
	color: #52197D;
	margin: 15px 0px;
	}

