@charset "utf-8";

html, body {
	font-family: Arial, Helvetica, sans-serif;
}
body {
    margin: 10px 0;
    padding: 0;
    background-color: #010e26;
	font-size: 80%;
	text-align: center;
	color: #fff;	
}
table, p, th, td, ol, ul, ol ol, ul ul, h1, h2, h3, h4, h5, h6, form, label {
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 120%;
}
input, textfield, textarea, select, option, button, radiobutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/*	
table {
    font-size: 100%;
}
*/
a img {
	border: 0;
}
img {
	border: 0;
}
hr {
	border: 0;
	clear: right;
	height: 1px;
	color: #d2120c;
	background-color: #d2120c;
}
td {
	vertical-align: top;
}
.photoRight { 
	float: right;
	margin: 0 0 10px 10px;
}
.photoLeft {
	float: left;
	margin: 0 10px 10px 0;
}
.clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}

#containerBg {
	width: 760px;
	background: #061e4b;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#container {
	width: 760px;
	margin: 0;
	background-image: url(../images/bg_photo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
} 
#header {
	height: 133px;
	margin: 0;
	padding: 0;
} 
#headerPrint {
	display: none;
} 
#sidebar {
	float: left;
	width: 155px;
	padding: 0 0 20px 0;
}
#sidebarLogo {
	clear: left;
	width: 155px;
	margin: 0;
	padding: 30px 0 30px 0;
}
#sidebarInfo {
	clear: left;
	width: 155px;
	margin: 0;
	padding: 0 0 25px 0;
}

#navlist {
	margin: 0;
	padding: 0;
	width: 155px;	
}
#navlist li {
	list-style: none;
	margin: 0;
	font-family: "Bell Gothic Std", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: right;
	text-transform: uppercase;
	border-bottom: 1px dotted #fff;
}
#navlist li#end {
	border-bottom: none;
}
#navlist a, #navlist a:visited, #footEnd a:link, #footEnd a:visited {
	display: block;
	padding: 4px 0 4px 2px;	
	text-decoration: none;
	color: #fff;
}
#navlist a:hover, #navlist a:active, #footEnd a:hover, #footEnd a:active {
	text-decoration: none;	
	color: #e0dc5e;
}

#mainContent { 
	margin: 0 0 0 233px;
	padding: 0;
} 
#mainNews {
	width: 505px;
	height: 60px;
	margin: 0 0 12px 0;
	padding: 0;
}
#mainBreadcrumbs {
	width: 505px;
	height: 60px;
	margin: 0 0 12px 0;
	padding: 0;
}
#mainBreadcrumbs p {
	margin: 0;
	padding: 30px 0 0 65px;	
	color: #fff;
	font-size: 90%;
}
#mainContent #mainBreadcrumbs a:link, #mainContent #mainBreadcrumbs a:visited {
	color: #fe837f;
	font-weight: normal;
	text-decoration: none;
}
#mainContent #mainBreadcrumbs a:hover, #mainContent #mainBreadcrumbs a:active {
	color: #fff;
	text-decoration: underline;
}

#mainContent #mainBoxes a:link, #mainContent #mainBoxes a:visited {
	color: #a22304;
	font-weight: bold;
	text-decoration: none;
}
#mainContent #mainBoxes a:hover, #mainContent #mainBoxes a:active {
	color: #000;
	text-decoration: underline;
}
#mainContent p {
	line-height: 150%;
}

#mainText {
	width: 505px;
	margin: 0 0 15px 0;
	padding: 0;
	background-color: #e0dc5e;
	background-image: url(../images/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mainTextContent {
	margin: 0;
	padding: 10px 65px 10px 65px;
	background-image: url(../images/contentTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #061e4b;
}
#footer {
	clear: both;
	width: 760px;	
	margin: 0;
	padding: 20px 0 0 0;
}
#copyright {
	width: 155px;
	margin: 0;
	padding: 10px 0 25px 0;
	text-align: right;
	border-top: 1px dotted #fff;
}
#footEnd {
	clear: both;
	width: 760px;	
	margin: 0;
	padding: 0;
	background-color: #010e26;
	text-align: right;
}
#footEnd p {
	padding: 20px 20px 10px 0;
	font-size: 85%;
}

h1 {
	font-size: 180%;	
	color: #061e4b;
	padding-top: 15px;
}
h2 {
	font-size: 150%;	
	color: #d2120c;
}
h3 {
	font-size: 120%;
	color: #d2120c;
}
h4 {
	font-size: 110%;
	color: #061e4b;
}
h5 {
	font-size: 100%;
	color: #061e4b;
}

#mainContent ul li  {
	margin-left: -15px;
	list-style-image: url(../images/bullet1.gif);		
}
#mainContent ul ul li  {
	margin-left: -20px;
	list-style-image: url(../images/bullet2.gif);		
}	
#mainContent ul ul ul li  {
	margin-left: -25px;
	list-style-image: url(../images/bullet3.gif);		
}

#mainContent a:link, #mainContent a:visited {
	color: #010e26;
	font-weight: bold;
	text-decoration: none;
}
#mainContent a:hover, #mainContent a:active {
	color: #a22304;
	text-decoration: underline;
}

.bg1a, .highlight1a, .colour1 {
	background-color: #061e4b;
} 
/* 50% */
.bg1b, .highlight1b {
	background-color: #828ea5;
}
/* 20% */
.bg1c, .highlight1c {
	background-color: #cdd2db;
}
.bg2a, .highlight2a {
	background-color: #da534f;
}
.bg2b, .highlight2b {
	background-color: #eca9a7;
}
.bg2c, .highlight2c   {
	background-color: #f8dddc;
}
.bg3a, .highlight3a {
	background-color: #ede518;
}
.bg3b, .highlight3b {
	background-color: #f6f28b;
}
.bg3c, .highlight3c   {
	background-color: #fbfad1;
}
.highlight1a, .highlight1b, .highlight1c, .highlight2a, .highlight2b, .highlight2c, .highlight3a, .highlight3b, .highlight3c {
	padding: 10px;
}

.pad5 {
	padding: 5px;	
}
.fontRed {
	color: #a22304;
}
.fontBlack {
	color: #000;
}
.fontWhite {
	color: #fff;
}



