/* Reset to default style */
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* Main style */

body {
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	font-family: Arial, sans-serif;
}

p {
	margin:  0px;
}

img {
	border: none;
}

#headerWrap {
	background-color: #ffffff;
	min-width: 1050px;
}

#headerTitle {
	padding: 5px;
	padding-top: 15px;
}

#header {
	position:relative;
	margin:auto;
	width:900px;
	height:190px;
	clear:left;
}

#access {
	list-style: none;
	margin: 0;
	float: right;
	padding-top: 85px;
}

#access li {
	float: left;
	position: relative;
}

#access a {
	font-family: "gill sans-serif";
	display: block;
	padding: 0 10px;
	color: #283B90;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #1d99d6;
}

#logo {
	padding-top: 30px;
	float: left;
}

#tagLine {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: "gill sans-serif";
	display: block;
	color: #0456A5;
	font-size: 18px;
	font-weight: bold;
}

#body {
	position:relative;
	clear:left;
	margin:auto;
	width: 100%;
	height: 710px;
	min-width:1050px;
	background-color: #ffffff;
}

#content2 {
	position:relative;
	clear:left;
	margin:auto;
	width:1050px;
	height:400px;
	background-color: #283b8f;
}

#flash {
	width: 100%;
	height: 100%;
}

#footer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:40px;
	background-color: #ffffff;
	font-size: 10pt;
}

#footerTag {
	font-family: "gill sans-serif";
	color: #283B90;
	font-size: 18px;
	text-align: left;
	display: inline;
	position: absolute;
	margin-top: 9px;
	margin-left: 6px;
	font-weight: bold;
}

#footerIcon {
	margin-left: 630px;
	margin-top: 10px;
}

#footerLine {
	position:relative;
	width: 300px;
	height: 3px;
	margin-left: 630px;
	margin-top: 15px;
	background-color: #283b90;
}