body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#FFDAB9;
	background-color:#0053A0;
	font-family: verdana, arial, sans serif;
	font-size: small;
	color: #5089BE;
	color: #0053A0;
}

h1, h2, h3 {
	color: #333399;
}

h1 {
	font-size: large;
	font-weight: bold;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
h3 {
	font-size: small;
	font-weight: bold;
	margin-bottom: 0px;
}

#OuterBody {
	background-color:#FFDAB9;
	background-color:#0053A0;
}

#Wrapper {
	width:756px;
	margin:0px auto;
	text-align:left;
	background-color:#FFFFFF;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
}

#leftMenu {
	margin:0;
	padding:0;
	margin-top: 10px;
	width:140px;
	float:left;
	text-align: center;
}

*html #leftMenu {
	margin-left:5px;
}
#leftMenu {
	margin-left:10px;
}

#leftMenu h1 { color:#ffffff; }
#leftMenu p { margin:0; padding:0; }
#leftMenu a {
	display: block;
	width: 140px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-top:2px solid #F9AD6B;
	border-left:2px solid #F8A153;
	border-right:2px solid #CB782F;
	border-bottom:2px solid #AF6828;

	margin-bottom:2px;
	padding-top:3px;
	padding-bottom:3px;
	
	background-color:#F79239;
	color:#FFFFFF;
}
#leftMenu a.on {
	border-top:2px solid #0070D8;
	border-left:2px solid #0070D8;
	border-right:2px solid #0157A8;
	border-bottom:2px solid #0053A0;
	background-color:#8CB4D9;
	color:#0053A0;
}
#leftMenu a:hover {

	border-top:2px solid #FFE3CB;
	border-left:2px solid #FFE3CB;
	border-right:2px solid #B59B83;
	border-bottom:2px solid #B59B83;
	text-decoration: none;
	background-color: #FFDAB9;
	color:#00539F;

	background-image:url(../pics/menuHighlight.gif);
	background-repeat:no-repeat;
	background-position:right;
}


#TopLeftPic {
	width:164px;
	height:145px;
	background-color:#8CB4D9;
}

#Header {
	padding-left: 10px;
	height:145px;
}

.Menu {
	width:164px;
	background-color:#8CB4D9;
}

#Content {
	padding:10px;
	background-image:url(../pics/pageBackground.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#footer {
	text-align:center;
	font-size:smaller;
	color:#000000;
	padding-left: 10px;
}
#footer hr {
	color: #F79239;
	height: 1px;
}
.strapline {
	font-size:medium;
	font-weight: bold;
	color: #0053A0;
}
.straplineCircle {
	font-size:large;
	font-weight: bold;
	color: #F79239;
}

.WhiteMenuText, .WhiteText, .LeftText {
	text-align:center;
	margin-bottom:10px;
}

.BlueMenutext {
	text-align:center;
	margin-bottom:10px;
	color:#0053A0;
	font-size:large;
}

.WhiteMenuText {
	color:#FFFFFF;
	font-weight:bold;
}
.WhiteText {
	color:#FFFFFF;
}
.LeftText {
	color:#000000;
}

.SpacerRow {
	height:10px;
}

/* Table classes */
#tableConversion td {
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
}
.rowH3 {
	background: #F79239;
}
.rowH3 h3 {
	color: #ffffff;
}
.colHeadings {
	background: #8CB4D9;
	color: #ffffff;
}
.rowBg {
	background: #f9f9f9;
}