/* RESET */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

body {
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	background: #fff;
	position: relative;
	border-top: 4px solid #15008E;
	min-width: 760px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

code {
	font-family: monospace;
	border-width: 0.5px;
	border-style: solid;
	border-color: #ddd;
}

h1, h2, h3, h4, h5 {
	margin: 1em 0 0.2em;
	font-weight: bold;
}

p, ul, ol, dl, pre {
	font-size: 1em;
	margin: 0 0 0.6em 0;
}

h1 {
	margin: 0 0 0.2em;
	font-size: 2.0em;
	font-weight: bold;
	color: #414d46;
}

h2 {
	font-size: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.125em;
	margin-bottom: 0.25em;
}

h4 {
	font-size: 0.875em;
}

a {
	color: #2D7BB2;
	text-decoration: none;
}

a:hover {
	color: #414d46;
}

#header a {
	display: block;
	height: 91px;
	width: 430px;
	background: transparent url('/images/logo.png') no-repeat scroll 0% 0%;
	text-indent: -9999px;
	margin-left: 20px;	
	margin-top: 5px;
	margin-bottom: 5px;	
}

#subtitle {
	color: #A8B2AC;
	padding: 14px 18px 14px;
	background: #3A336E;
	font-weight: bold;
}

#subtitle a {
	color: #DDD;
}


#nav {
	float: left;	
	padding: 20px 0px 10px 10px;
	overflow: hidden;
	width: 200px;
	text-align: right;
	font-weight: bold;
	font-size: 0.875em;
}

#nav li {
	list-style-type: none;
	margin: 0.5em;
}

#nav li.selected {
	color: #222;
}

#main {
	overflow: hidden;
	padding: 20px 20px 30px 40px;
	width: 480px;
}

#footer {
	margin: 40px 0 20px 260px;
	padding: 0;
	color: #808c85;
	font-size: 0.875em;
}

#footer a {
	font-weight: bold;
	padding: 0;
}

#footer .legal {
	font-size: 0.75em;
	margin-bottom: 0;
	color: #A8B2AC;
}

#footer .legal a {
	color: #A8B2AC;
}
