body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666666;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #0000CC;
}
a:active {
	color: #CC0000;
}
a:hover {
	color: #EB6E07;
	text-decoration: underline;
}
h1 {
	font-size: 2em;
	color: #EB6E07;
}
h2 {
	font-size: 1.6em;
	color: #EB6E07;
}
h3 {
	font-size: 1.2em;
	color: #EB6E07;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EB6E07;
}

#mainContent {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align: left;
	border: 1px solid #1C3F95;
	background-color: #FFFFFF;
	font-size: 1.3em;
}
#header {
	background-image: url(../images/gradient_bg_effect.jpg);
	background-repeat: repeat-x;
	height: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.logoPosition {
	margin-top: 15px;
	margin-left: 70px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#mainNavGraphic {
	background-image: url(../images/nav_gradient_blue.gif);
	background-repeat: repeat-x;
	height: 28px;
	background-color: #000000;
	clear: both;
	padding-left: 100px;
}

/* main navigation */

#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
	border: 1px solid #1C3F95;
}
	
#nav li {
	float: left;
	position: relative;
	width: 6em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1C3F95;
	text-align: center;
}
	
#nav a {
	display: block;
	width: 6em;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	color: #FFFFFF;
}

#nav li:hover, #nav li.sfhover {
	background-color: #EB6E07;
}
	
#nav li ul {
	display: none;
	position: absolute;
	top: 1.9em;
	left: 0;
	background-color: #00B2F0;
}
	
#nav li li {
	float: none;
	width: 13em;
	text-align: left;
}

#nav li li a {
	display: block;
	width: 12em;
	padding-right: .5em;
	padding-left: .5em;
}

#nav li ul li { /* all list items */
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}
	
#content {
	clear: left;
}
#footer {
	padding-top: 5px;
	clear: both;
	font-size: 0.8em;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5A5B5E;
	color: #6D6F72;
	padding-bottom: 10px;
	width: 630px;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 50px;
	padding-left: 50px;
}

#footerNav {
}

#footerNav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#footerNav ul li {
	display: inline;
	margin-right: 15px;
}
.largerText {
	font-size: 1.2em;
	color: #333333;
}
.leftSpacing {
	margin-left: 10px;
}
#mainCol {
	color: #000000;
	text-align: left;
	width: 560px;
	float: left;
}
#mainColText {
	margin-left: 100px;
	margin-right: 80px;
	margin-bottom: 30px;
}
#mainColText  p {
	line-height: 1.4em;
}
#SideCol {
	float: right;
	width: 200px;
}
#SideColText {
	padding-right: 30px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C3F95;
	padding-top: 50px;
}
.floatLeft {
	float: left;
	margin-right: 20px;
}
.ValueLogoHeader {
	color: #00652F;
}
.PremiumLogoHeader {
	color: #121362;
}
.BespokeLogoHeader {
	color: #F70000;
}
