@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #2A343B; 
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#header {
	padding: 23px 0 0 26px;
	text-align: left;
	
}

#nav {
	margin: 70px 0 0 45px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#content {
	padding: 100px 0 0 0;	
}

#leftCol {
	margin: 0 0 0 0;	
	width: 280px;
	padding: 25px 30px 15px 30px;
	float: left;
	text-align: left;
	min-height: 260px;
}

#rightCol {
	margin: 0 0 0 354px;
	padding: 25px 30px 15px 30px;
	text-align: left;
	min-height: 260px;
}

#greyBox {
	margin: 10px 0 0 0;
	background-color: #B2B5B8;
	text-align: left;
}

#greyBox h1 {
	font-size: 80%;
	color: #0B2242;
	line-height: 1.5em;	
}

#greyBox p {
	color: #0B2242;
	line-height: 1.2em;
}

#leftCol2 {	
	width: 340px;
	float: left;
	padding: 25px 30px 15px 30px;
}

#rightCol2 {
	margin: 0 0 0 400px;
	padding: 25px 30px 15px 30px;
}

#subPageCol {
	padding: 25px 30px 15px 30px;
	text-align: left;
	
}

#subLeftCol {
	margin: 0 0 0 0;
	padding: 0;
	width: 140px;
	float: left;
	text-align: left;
}

#subRightCol {
	margin: 0 0 0 160px;
	padding: 0;
	text-align: left;
}

#cookieTrail {
	margin: 0 0 20px 0;
}

#footer {
	margin: 10px 0 10px 0;	
}

#footer p {
	color: #8FB5CA;	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 95%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	font-size: 70%;
	line-height: 1.5em;
}

p a {
	color: #CCC;	
}

p.policies a {
	text-decoration: none;
}

p.policies a:hover, p.policies a:focus {
	color: #FFF;
}

p .policyTitle {
	font-size: 130%;
	font-weight: bold;	
	color: #FFF;
}

ul li {
	list-style: disc;
	color: #CCC;
	margin: 0 0 0 20px;
}

ul.cList li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #CCC;
	line-height: 1.2em;
	text-decoration: none;
}

ul.cList li a:focus, ul li a:hover {
	color: #FFF;
}

.rounded-corners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	background-image: url(../images/bg1.png);
}

.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.floatLeft2 {
	float: left;
	margin: 0 10px 15px 0;
}

.clearBoth {
	clear: both;
}










