* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: white;
	margin: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}

BODY { overflow: -moz-scrollbars-vertical; }

DIV#container {
	width: 772px;
	margin-top: 10px;
}

DIV#strap {
	padding-top: 20px;
	float: right;
}

DIV#bannerImage {
	position: relative;
	width: 770px;
	height: 184px;
	margin-bottom: 20px;
	z-index: 10;
}

DIV#strapline {
	/*
	position: absolute;
	top: 30px;
	left: 138px;
	color: #666;
	font-size: 1.4em;
	width: 270px;
	height: 140px;
	overflow: hidden;
	*/
	padding-left: 1px;
}

DIV#strapline .strapAuthor {
	font-size: 90%;
	font-weight: bold;
}

DIV#strapline .strapCo {
	font-size: 70%;
	font-weight: bold;
}

DIV#mainBox {
	width: 770px;
	clear: both;
	position: relative;
	background-repeat : repeat-y;
	background-image: url(images/leftnavbackground.gif);
	z-index: 0;
}

DIV#wrapper {
	position: relative;
	margin: 0;  
	padding: 0;
	
}
DIV.breaker {
	clear: both;
	display: block;
}

DIV#leftBox {
	float: left;
	z-index: -5;
}

DIV#leftBox A, DIV#extralinks A { 
	text-decoration: none; 
	color: Black; 
}
DIV#leftBox A:hover, DIV#extralinks A:hover { 
	text-decoration: underline;
	color: Black;
}

DIV#contentsBox {
	position: relative;
	margin-left: 140px;
	width: 444px;
}

DIV#rightBox {
	position: absolute;
	top: 0;
	left: 609px;
	width: 160px;
}

DIV#furtherInfoBox, DIV.featureBox {
	border: 1px solid #728aa6;
	margin-bottom: 1em;
}

DIV#furtherInfoBox H1, DIV.featureBox H2 {
	background-color: #728aa6;
	color: White;
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

DIV#fIBcontent, DIV.featureBoxContent {
	padding: 5px;
}

DIV#fIBcontent BLOCKQUOTE {
	margin-left: 1em;
	margin-bottom: 1em;
}

DIV.NewsBox {
	border: 1px solid #f79332;
	margin-bottom: 1em;
}

DIV.NewsBox H2 {
	background-color: #f79332;
	color: White;
	font-size: 1em;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

DIV.NewsBoxContent {
	padding: 5px;
}

DIV#fIBcontent UL {
	margin-left: 2em;
}

DIV#lowerBox {
	margin-top: 20px;
	width: 605px; 
	position: relative;
	background-image: url(images/120_lightblue.gif);
	background-repeat : repeat-y;	
}

DIV#Declaration {
	margin-left: 140px;
	width: 438px;
	border: 1px solid #909090;
	padding: 6px;
	font-size: 90%;
	color: #909090;
}
DIV#Declaration P {
	margin-bottom: 0;
}
DIV#extralinks {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	padding: 10px;
	font-size: 90%;
}

DIV#footerlinks {
	font-size: 90%;
	margin-top: 1.5em;
	width: 450px;
	margin-left: 140px;
	text-align : center;
	color: #728aa6;
}

DIV#contentsBox UL, DIV#contentsBox OL {
	margin-left: 3em;
}

DIV#contentsBox LI {
	margin-bottom: 1em;
}

DIV#contentsBox TABLE {
	border-collapse : collapse;
	empty-cells : show;
	border: 1px solid #90bade;
}

DIV#contentsBox TD {
	vertical-align: top;
	padding: 3px;
	border: 1px solid #90bade;
}

DIV#contentsBox TABLE.noborder, DIV#contentsBox TABLE.noborder TD {
	border: 0;
}

UL#subPage {
	margin-left: 3em;
}
UL#subPage LI {
	margin-bottom: 1em;
}

#persondetails {
	padding-top: 1em;
}

#persondetails UL, #persondetails OL {
	margin-left: 3em;
}

#persondetails LI {
	margin-bottom: 1em;
}

P, FORM {
	margin-bottom: 1em;
}

UL {
	margin-top: 1em;
	margin-bottom: 1em;
}

H1 {
	color: #728aa6;
	margin-bottom: 0.5em;
	font-size: 1.5em;
}

HR {
	width: 100%;
	height: 1px;
	color: #728aa6;
	background-color: #728aa6;
	margin-bottom: 1em;
}

A { 
	text-decoration: none; 
	color: #728aa6;
}
A:hover { 
	text-decoration: none;
	background-color: #d3e2f0;
	color: Black;
}

#contentsBox A {
	text-decoration: none; 
	font-weight: bold;
	color: #294294;
}
#contentsBox A:hover { 
	background-color: #294294;
	color: White;
	font-weight: bold;	
	text-decoration: none;
}

#rightBox A {
	text-decoration: none; 
	color: #294294;
}
#rightBox A:hover { 
	background-color: #294294;
	color: White;
	text-decoration: none;
}

.ViewName {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 0em;
}

.ViewJobTitle {
	font-weight: bold;
	font-size: 110%;
}

.feature {
	position: relative;
	border: 1px solid silver;
	padding-top: 10px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	margin-top: 10px;
}

.feature H2 {
	color: #728aa6;
	margin-bottom: 0.5em;
	font-size: 1.5em;
}

.newsfeature H2 {
	color: Black;
	margin-bottom: 0.5em;
	font-size: 1.2em;
}

A.homeheadlink {
	font-weight: normal;
	font-size: 1.1em;
	color: #728aa6;
}
A.homeheadlink:hover {
	font-weight: normal;
	font-size: 1.1em;
	color: #728aa6;
}

.reqd {
	color: Red;
}
DIV#AZ {
	margin-bottom: 2em;
}
DIV#AZ DIV {
	float: left;
	margin-right: 1px;
	padding: 2px 4px 2px 3px;
	color: White;
	background-color: #2175bc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

DIV#AZ A {
	color: White;
}
DIV#AZ A:hover {
	color: Yellow;
	background-color: #2175bc;
}
DIV#AZ DIV.NoStaff {
	color: #909090;
}

DIV.newsimg {
	width: 158px;
	height: 115px;
	text-align: center;
	background-color: #ebebeb;
	overflow: hidden;
	border-bottom: 1px solid #f79332;
}

.linktitle {
	margin-bottom: 0;
}
.linklink {
	margin-top: -1em;
	margin-bottom: 2em;
}

DIV#homefeature {
	border: 1px solid #F79332;
	background-color: #fde1c9;
	margin-top: 2em;
	margin-bottom: 5px;
	padding: 5px;
}