@charset "utf-8";
body {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE1', startColorstr='#000000', gradientType='0'); /* graduate background colour */
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #C0CFE1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	line-height: 18px;
	overflow: scroll;
	}
#container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	background-color: #EBEBEB;
	position: relative;
	margin: 10px auto;
}

#container a:focus {
	outline: 0;
}
.font110{
	font-size: 110%;
	line-height: 1.3em;
}

#header {
	height: 120px;
	background-color: #FFFFFF;
}

#logo {
	position: absolute;
	left: 23px;
	height: 100px;
	width: 400px;
	top: 18px;
	z-index: 1;
}
#sub-header {
	height: 253px;
	background-color: #000000;
	color: #000000;
}
#sidebar1 {
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 22px 0px 8px 0px;
	text-align: center;
	float: left;
}
#mainContent {
	padding-top: 25px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	float: right;
	width: 600px;
} 
#navigation {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#DE2418', startColorstr='#BF003F', gradientType='0'); /* graduate background colour */
	background-color: #DE2418;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 60px;
	width: 900px;
	text-align: right;
}
#navigation ul {
	margin: 0px;
	list-style-image: none;
	padding: 10px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#navigation  a:hover   {
	color: #000000;
}
#navigation  a:active   {
	color: #000000;
}
#navigation a.selected {
	font-weight: bolder;
	color: #000000;
}
.navdivider {
	font-size: 24px;
	color: #88150F;
}
H2 { display: inline; 
}
.header1 {
	font-size: 180%;
	color: #DE2418;
	line-height: 1em;
	font-weight: normal;
}

.header2 {
	font-size: 150%;
	color: #DE2418;
	line-height: 2em;
	font-weight: normal;
}
.header3 {
	font-size: 130%;
	color: #DE2418;
	line-height: 1em;
}
.header4 {
	font-size: 130%;
	color: #DE2418;
	line-height: 0.4em;
}
.header5 {
	color: #DE2418;
}
.list {
	list-style-type: disc;
}


.table {
	line-height: 1.2em;
	vertical-align: middle;
}
.cell1 {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #DE2418;
	padding-right: 10px;
}
.cell2 {
	padding-left: 10px;
}
.ul-noIndent {
	font-size: 95%;
	list-style-type: disc;
	text-align: left;
	list-style-position: outside;
	margin-left: 0.75em; /* the margin-left & padding left settings cause the bulleted list to be no indent*/
	padding-left: 0.75em;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DE2418;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
#container #footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
