/* Global and positioning */

body
{
	padding: 2px 0 5px 0;
	font-family: arial, helvetica, sans-serif; /*	font-size: 76%; font sizing in ems, baby. if you want to change anything, just change this.*/ /*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	font-size: 80%;
	color: #000;
	background-color: #ffffff;
	margin: 0px auto auto auto;
}

hr {
	display: none;
}


#container {
	
	position: relative;
	margin:  0 auto auto auto;
	padding: 0;
	width: 760px;
}


img
{
	border: 0;
}


ol, ul, li
{
	font-size: 0.95em;
}


li > p
{
	margin-top: 0.2em;
}


pre
{
	/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}


strong, b
{
	font-weight: bold;
}


.navy
{
	color: #fff;
}

/* =========================================================*/
/* Headers */

h1 {
	background: url("../images/logo.jpg") top right no-repeat;
	margin: 21px 0 0 -2000px;
	padding: 0;
	height: 125px;
	width: 2760px;
	z-index: 10;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 1.2em 0em 1.2em 0em;
}


h3
{
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4
{
	font-weight: bold;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}
h5
{
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6
{
	font-size: 1.1em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}


/* =========================================================*/
/* Footers */
#footer {
	clear: both;
	width: 760px;
	margin: 0 !important;
	margin: 15px 0 0 0;
	text-align: center;
}

#footer a {
	text-decoration: none;
}

#footer #bottomlinks a {
	font-size: 0.9em !important;
	font-size: 11px;
	text-decoration: none;
	color: #619A91;
}

#footer #bottomlinks a:hover {
	text-decoration: underline;
	color: #3F7F75;
}


.footerabove {
	height: 17px;
	width: 760px;
}

/* =========================================================*/
/* Main Content */

#content {
	width: 560px;
	/*top: 116px !important;*/
	top: 06px;
	float: right;
	margin: 0 10px 0 10px !important;
	margin: 0px 10px 0 10px;
}


abbr {
	cursor: help;
}

/* =========================================================*/
/* Main link styles */
#content a, #footer a {
	color: #742228;
	text-decoration: none;
	FONT-WEIGHT:BOLD;
}

#content a:hover, #footer a:hover {
	color: #DA1220;
	text-decoration: none;
	FONT-WEIGHT:BOLD;
}


/* =========================================================*/
/* Headings */
.commonlinks {
	top: 0;
	right: 0;
	position: absolute;
	text-align: left;
	padding: 0 5px 0 0px;
}

.commonlinks a {
	font-size: 0.9em !important;
	font-size: 11px;
	text-decoration: none;
}

.commonlinks li.fly a {
	color: #aaa;
}

.commonlinks ul li {
	display: inline;
}

.commonlinks ul {
	margin: 0;
	padding: 0;
}




/* =========================================================*/
/* Other stuff */
.hidden a {
	display: none;
}

.hidden {
	padding: 15px 0 0 0;
}





/* =========================================================*/
/* cms styles */

.sitemaplinkdesc {
	margin-left: 5px;
}


