@charset "UTF-8";

body  {
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#container { 
	width: 920px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header{
	height: 170px;
	width: 920px;
	top: 0px;
	z-index: 1;
	background: url(images/header.jpg);
}

#topnav {
	float: right;
	height: 30px;
	width: 720px;
	top: 145px;
	right: 10px;
	z-index: 2;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#pageTitle {
	float: left;
	z-index: 3;
	position: relative;
	left:15px;
	top:145px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d89584;
	text-align: left;
}

#mainContent {
 	margin: 0 5px 0 5px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
} 
#footer {
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#bc3434;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
} 
#bd_strapLine {
	position:absolute;
	left:353px;
	top:8px;
	width:535px;
	height:43px;
	z-index:3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #BC3434;
}
.bd_title {
	font-weight: bold;
}
.bd_para_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #d89584;
	background-color: #bc3434;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
	padding-right: 4px;
}
.bd_news_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #d89584;
	background-color: #bc3434;
	text-align: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
}
.bd_table {
	border-bottom-style: solid;
	border-bottom-color: #BC3434;
	border-bottom-width: thin;
}
.box_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #d89584;
	background-color: #bc3434;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

.subnav {
	text-align: left;
	width: 125px;
	height: 30px;
	left: 0px;
	top: 0px;
	padding-top: 3px;
	text-indent: 10px;
	background: url(images/subnav_bg.gif) no-repeat;
}


a:link,  
a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #bc3434;
	text-decoration: none;
	line-height: 14px;
}

a:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration:  none;
} 

