@charset "utf-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
	background-image: url(images/banner_ouside.jpg);
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: none;
}
#links a {
	color: #A62020;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
#links a:hover {
	color: #000000;
	text-decoration: underline;
}


.body_text {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.body_textLink {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #941D1D;
}
.CityNames {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.H01 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D83536;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

.H02 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D83536;
	font-weight: bold;
}


.NavTextHeaders {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.bottomnav {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.bottomtext {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.linecolour {
	font-family: Arial, Helvetica, sans-serif;
	color: #D83536;
	font-size: 14px;
}



/* ID Styles */

#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #701414;
	}
	
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#000000;
	background-color: #AB2121;
	}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #991E1E;
	background-image: url(images/bg_middle.jpg);
	background-repeat: repeat-y;
	margin-top: 8px;
} 

.twoColFixLtHdr #header {
	height: 124px;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-left: 6px;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 195px;
	background-image: url(images/banner_inside.jpg);
	background-repeat: repeat;
	text-align: center;
	font-size: 14px;
} 
.twoColFixLtHdr #bottomnav {
	padding-left: 160px;
}

.twoColFixLtHdr #footer {
	background-image: url(images/banner_bottom.jpg);
	background-repeat: no-repeat;
	padding-left: 160px;
	height: 30px;
	padding-top: 15px;
	background-color: #D93735;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
