﻿body {
	color: #000;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #abc;
	background-image: url('../images/Background.gif');
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

/* Layout */
#container {
	padding: 0;
	width: 820px;
	margin: 0 auto;
	background: url('../images/BackgroundCentre.png') top;
	background-repeat: repeat-y;
}
#masthead {
	width: 800px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
}
#navigation {
	background: url('../images/MenuBar.gif') ;
	background-repeat: repeat-x;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	height: 27px;
	padding: 0;
	border: 0;
}
#home_page_image {
	margin-right: 10px;
	margin-left: 10px;
	width: 800px;
	height: 284px;
	padding: 0;
	position: relative;
}
#title_bar {
	margin-left: 10px;
	margin-right: 10px;
	width: 760px;
	height: 37px;
	padding: 0px 0px 0px 40px;
	background: url('../images/TitleBar.gif');
	background-repeat: repeat-x;
	overflow: hidden;
}
#page_content {
	padding: 10px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#page_content_border {
	background-position: bottom;
	background-image: url('../images/ContentGradient.gif');
	background-repeat: repeat-x;
	padding: 30px 10px 10px 10px;
	height: 100%;
}
#content_sidebar {
	border-left-color: #848798;
	border-left-style: solid;
	border-left-width: 1px;
	color: #848798;
	font-style: oblique;
	padding-left: 14px;
}
#column_l {
	width: 340px;
	margin: 0px 20px 20px 20px;
}
#column_r {
	float: right;
	width: 340px;
	margin: 0px 20px 20px 20px;
}
#home_page_image_2 {
	margin-right: 10px;
	margin-left: 10px;
	width: 800px;
	padding: 0;
	background-color: #FFFFFF;
	position: relative;
}
#footer {
	width: auto;
	overflow: auto;
	background-color: #A20B0B;
	margin-right: 10px;
	margin-left: 10px;
	padding: 2px 10px 2px 10px;
	height: 100%;
}


/* Styles for columns */
#column_l ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_l ul li {
	display: list-item;
	list-style-position: outside;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: x-small;
	display: list-item;
	list-style-position: outside;
}


/* Styles for Masthead */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: x-small;
	text-align: right;
	margin: 10px 10px 0 10px;
}


/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px ;
}
#navigation li {
	float: right;
	padding: 0px 5px 0px 0px;
}
#navigation a {
	color: #A20B0B;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: none;
}
#navigation a:hover {
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}


/* Styles for Content */
h1 {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	float: left;
	margin-top: 2px;
}
h2 {
	color: #A20B0B;
	font-size: 1.75em;
}
h3 {
	color: #A20B0B;
	font-size: 1em;
	padding: 0px;
	margin: 0 0 1em 0;
}
h4 {
	color: #A20B0B;
	font-size: 0.75em;
}
h5 {
	color: #A20B0B;
	font-size: 0.75em;
}
h6 {
	color: #A20B0B;
	font-size: 0.5em;
}
big {
	color: #A20B0B;
	font-size: medium;
}
p {
	margin-top: 0px;
	margin-bottom: 1em;
}

/* Styles for Footer */
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}


/* Styles for Links */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
