@charset "utf-8";
* {
	margin: 0px;
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}




body {



}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imagePreload {
	display: none;
}

.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	font-variant: normal;
	color: #000000;
	line-height: 2;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #8B0E04;
	text-align: left;
}

.header2main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #8B0E04;
	text-align: left;
	margin-left: 10px;
}

.header2 a {
	color: #8B0E04;
}
.normalText {
	font-family: Calibri, Arial, sans-serif;
	font-size: 100%;
	text-align: justify;
	line-height: 120%;
}
.smallText {
	font-size: 80%;
}
.bigText {
	font-size: 125%;
}

.wrapper {
	width: 735px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: none;
}
.content {
	position: relative;
	font-family: Calibri, Arial, sans-serif;
	font-size: 100%;
	text-decoration: none;
	overflow: hidden;
}
.entryItem {
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1px;

}
.entryItem .entryPicture  img{


}


.entryItem .entryPicture {
	float: left;
	width: 250px;
}
.entryItem .entrySideText {
	width: 440px;
	float: right;
}
.entryItem .entryDescription {
	overflow: hidden;
	padding-bottom: 10px;
	clear: both;
	padding-top: 10px;
}
.generalForm {
	border: 1px dashed #666;
	background-color: #EEE;
	padding: 10px;
}
.generalForm form .formTable {
	width: 100%;
}
.generalForm form table   .bandedRow{
	width: 100%;
	background-color: #DDD;
}
.generalForm form table tr td {
	text-align: left;

}
.button a {
	background-image: url(/images/button.png);
	display: inline-block;
	height: 40px;
	width: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #EEE;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
}
.button a:hover {
	background-image: url(/images/button_hover.png);
	text-decoration: none;
}
.centreDiv {
	text-align: center;
}
.quote {
	font-style: italic;
	line-height: 150%;
	font-weight: normal;
	background-color: #EEE;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
	margin-right: 30px;
	margin-left: 30px;
}
.headerDiv {
	background-color: #333;
	width: 735px;
	text-align: left;
	border: 0px none #666;
	padding: 5px;
	color: #FFF;
}
.sitemap {
	margin: 5px;
	width: 330px;
	clear: none;
	background-color: #EEE;
	border: 1px solid #000;
}
.left {
	clear: none;
	float: left;
}
.right {
	clear: none;
	float: right;
}
.sitemap ul  {
	list-style-type: square;
	padding-left: 25px;
}
.sitemap .header {
	background-color: #333;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 325px;
}
.sitemap .header a {
	color: #FFF;

}
.careers .picture {
	float: right;
	opacity: .85;
}
.careers {
	overflow: hidden;
	margin-bottom: 20px;
}

.careers .description {
	width: 330px;
}
.newsdatestamp {
	font-size: small;
	color: #666;
	text-align: right;
}

