@charset "UTF-8";
/* CSS Document */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a:link {
	color: #000000;
	
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

p {
	padding-bottom: 1.5em;
}


/* STRUCTURE */

#container {width:750px;margin:0 auto;}



#logo {
	float: right;
}

#mainBody {
	clear: both;
	margin: 0px 0px 0px 0px;
}

#content {
	padding: 10px 10px 10px 10px;
}




#footer {
	clear: both;
	text-align: center;
}

/*Typography */


body {
	font-size:.8em;
	color:#000000;
	background:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {
	font-size:1.8em;
	line-height:1;
	margin-bottom:0.5em;
	text-align: center;
}
h2 {
	font-size:1.5em;
	margin-bottom:0.75em;
	text-align: center;
	font-style: italic;
}
h3 {font-size:1em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

.italic {
	font-style: italic;
}



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

#navcontainer ul
{
text-align: right;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #120b7c;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 1.5;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer #last a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: none;
}

#navcontainer ul li a:hover
{
background-color: #ca1421;
color: white;
}

#navcontainer #active a { 
border-left: 1px solid #fff; 

}

.current a { 
background-color: #ca1421; 

}



/**************footer **********************/

#footer {
	background-color: #120b7c;
	color: #FFFFFF;
}
