body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
}
form {
	margin: 0px;
}
h1 {
	font-size: 26px;
	color: #990000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
}
h2 {
	font-size: 18px;
	color: #990000;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
}
h3 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}
/* GENERAL */

/* image borders */
a img {
	color: #fff;
}         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
a img, img {
	color: inherit;/* undo the rule above */
	border: none;               /* hide from Netscape 4 */
}                           /* code from W3C - www.w3.org */
}
/* links */
A, A:link, A:visited {
	color: #990000; /* link_color */
	text-decoration: none;
}
A:hover {
	color: #666666;
	text-decoration: underline;
}
#main {
	width: 1050px;
	margin: 0px auto;
	text-align: left;
}
#backgroundTop {
	background: url("../images/background-top.gif") no-repeat bottom left;
	width: 100%;
	height: 33px;
}
#backgroundBottom {
	background: url("../images/background-bottom.gif") no-repeat bottom left;
	width: 100%;
	height: 33px;
}
#backgroundRepeater {
	background: url("../images/background-centre.gif") repeat-y top left;
	width: 100%;
	background-color: #EEEEEE;
}
#backgroundRepeaterContentContainer {
	width: 900px;
	margin: 0px auto;
	padding-bottom: 50px;
}
#backgroundBottomTop {
	position: relative;
	top:0px;
	height: 8px;
	width: 100%;
	background-color: #ffd204;
}
/*Header*/
#header {
	position: relative;
	width: 100%;
	z-index: 30;
}
#headerImg {
	position: absolute;
	top: 25px;
	left: 100px;
}
#headerImg img {
	behavior: url(../css/iepngfix.htc);
}
/*Navigation*/
#navContainer {
	background: url("../images/navigation.gif") repeat-x;
	width: 100%;
	height: 73px;
	float: left;
	position: relative;
}
#menuItems {
	position: absolute;
	left: 70px;
	top: 22px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}
#menuItems a, #menuItems a:visited, #menuItems a:link, #menuItems a:active {
	color: #fff;
	text-decoration: none;
}
#menuItems a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
div.spacer {
	display: inline;
	padding-left: 32px;
}
#contentArea {
	width: 100%;
	background: #fff url("../images/content_background.gif") repeat-x;
	position: relative;
	padding-bottom: 50px;
	z-index: 20;
}
#dropDownMenu {
	position: absolute;
	top: 80px;
	left: 400px;
	width:150px;
	background-color: #841128;
	z-index: 150;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
}
#dropDownMenu ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
#dropDownMenu ul li {
	padding-left: 15px;
	margin-top: 10px;
	list-style: none;
	margin-bottom: 10px;
}
#dropDownMenu a, #dropDownMenu a:visited, #dropDownMenu a:link, #dropDownMenu a:active {
	color: #fff;
	text-decoration: none;
}
#dropDownMenu a:hover {
	color: #CCCCCC;
}
/*Page Specifics*/

.head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	font-weight:bold;
	color:#4AA71C;
}
.read_more {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4AA71C;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
.read_more a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4AA71C;
	text-decoration:none;
	text-align:left;
	font-weight:bold;
}
.read_more a:hover {
	color:#666666;
	text-decoration:none;
}
#news {
	width:430px;
	text-align:left;
	height:240px;
	background:url("../images/newsbg.gif") no-repeat left top;
	margin-left:0px;
	margin-top:30px;
}
.newscontent {
	margin-left:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	padding-left:0px;
	padding-top:60px;
	text-decoration:none;
	font-weight:bold;
	padding-right: 40px;
}
.correction {
	vertical-align: text-bottom;
}
#footer {
	width: 1050px;
	height: 50px;
	font-size: 12px;
	color: #999999;
	padding-top: 50px;
}
#footerMenuDiv {
	width: 1050px;
	margin: 0px auto;
	text-align: center;
}
#footerMenuDiv a, #footerMenuDiv a:visited, #footerMenuDiv a:link, #footerMenuDiv a:active {
	color: #666666;
	text-decoration: none;
}
#footerMenuDiv a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.imgRight {
	float: right;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail {
	position: relative;
	z-index: 0;
	float: right;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: transparent;
	left: -1000px;
	visibility: hidden;
	width: 350px;
	height: 380px;
	padding: 5px;
	margin: -30px;
}
.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0px;
	left: -300px;
}
#flashcontent {
	height: 240px;
	width: 1050px;
}
#flashcontent1 {
	height: 335px;
	width: 500px;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
}
.errorText{
	color:#FF0000;
	font-weight:bold;
	margin-left:20px;
}