/*   =======   RESET    =======   */

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; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	background-color: #000000;
}
h1, h2, h3, h4, h5, h6 { margin-bottom: 15px; }
h1	{ font-size: 2.25em;}
h2	{ font-size: 1.625em; }
h3	{ font-size: 1.25em; }
h4	{ font-size: 1em; }
p	{ 
	font-size: .875em; 
	line-height: 150%; 
	margin: 15px 0;
}

a, a:link, a:visited, a:active { color: #628cbd; text-decoration: none; }
a:hover { color: #fff;  }
a:active { outline: none; }

.left { float: left }
.right { float: right }
.center { text-align: center; }
.hide { display: none; }
.clear { clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder { border: none !important; }
.roman { font-family: Trajan, 'Times New Roman', serif; }
.error{
	background: #f8dbdb;
	border-color: #e77776;
}
.errorDisplay {
	padding: 10px;
	display: block;
	border: 2px dotted #e77776;
	color: #e77776;
	background: #111;
}

/*   =======   TOP/NAV  =======   */

#top {
	width: 960px;
	margin: auto;
	height: 115px;
}
#logo {
	float: left;
	margin-top: 23px;
}

#nav {
	float: right;
	padding-top: 75px;
}
#nav li {
	display: inline;
	margin-left: 28px;
}
#nav a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: .8125em;
	font-weight: bold;
}
#nav a:visited, #nav a:active {
	color: #ffffff;
}
#nav a:hover, #nav a.navOn {
	color: #628cbd !important;
}

/*   =======   CENTER  =======   */

#centerWrap {
	width: 100%;
}
#center {
	margin: auto;
	width: 960px;
}

/*   =======   CONTENT  =======   */

#content {
	width: 960px;
	margin: auto;
	padding: 40px 0 40px;
	overflow: auto;
	clear: both;
}
.linkList li {
	list-style: disc outside;
	padding: 0 0 10px 5px;
	margin-left: 15px;
}
/*   =======   FOOTER  =======   */

#footer {
	overflow: auto;
	width: 960px;
	margin: auto;
	border-top: 1px solid #628cbd;
	padding: 40px 0;
	font-size: .75em;
	color: #628cbd;
}
#copyright {
	float: left;
}
#footerNav {
	float: right;
	text-align: right;
}
#footerNav li {
	display: inline;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #628cbd;
}
.noPipe { border: none !important; margin-right: 0 !important; padding-right: 0 !important;}

#credit {
	clear: both;
	float: right;
	padding-top: 12px;
}
