@charset "UTF-8";


/***********************************
          LAYOUT STYLES
***********************************/

body {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0; /* zero the margin and padding for differing browser defaults */
	padding: 0;
	text-align: center; /* centers container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFF;
	background-image: url(../images/bkg_tent.gif);
	background-repeat: repeat-y;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/leftSideBack.gif);
	background-repeat: repeat-y;
	border: 2px solid #030;
}
#header {
	background-image: url(../images/header.jpg);
	height: 130px;
}
#header h1 {
	margin: 0; /* prevent margin collapse */
	text-indent: -1000px; /* move off-screen */
}
#header h2 {
	margin: 0; /* prevent margin collapse */
	text-indent: -1000px; /* move off-screen */
}
#sidebar {
	float: left; /* since this element is floated, width is specified */
	width: 200px;
	background-color: #030;
}
#sidebar p {
	font: bold 0.95em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}
#navcontainer {
	width: 200px;
	background: #030;
}
#mainContent {
	margin: 0 0 0 210px;
	padding: 0 10px 0 5px;
	width: 549px;
}
#mainContent h1,h2 {
	margin: 0; /* prevent margin collapse */
	padding-top: 10px;
}
#footer {
	padding: 5px;
	border-top: 1px solid #030;
}
#footer p {
	margin: 0; /* prevent margin collapse */
	font-size: 0.75em;
}

/***** STANDARD FLOAT ELEMENTS *****/
.fltrt { /* float an element right */
	float: right;
	margin-left: 8px;
}
.fltlft { /* float an element left */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/***********************************
        PRESENTATION STYLES
***********************************/

/***** Note: left margin set in header styles to match #contentBackground p *****/
/***** h tags in serif face to coordinate with font in header graphic *****/
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #030;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #030;
	font-style: italic;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #030;
	margin-bottom: 0;
	font-style: italic;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #030;
	font-style: italic;
	margin-bottom: 0;
}
p {
	font-size: 0.94em;
	line-height: 1.2em;
	text-align: justify;
}
th {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #030;
	font-style: italic;
	text-align: left;
}
td {
	font-size: 0.94em;
	line-height: 1.2em;
}
#mainContent ul {
	list-style-image: url(../images/bullet_round.gif);
}
#mainContent li {
	font-size: 0.94em;
	line-height: 1.5em;
}
.paragraph_divider { /* e.g. on home page to divide current info from "boilerplate" */
	border-top: 1px solid #030;
	padding-top: 10px;
}
.notes { /* e.g. on home page for fair promo copy */
	font-style: italic;
}
.footnotes { /* e.g. on sponsorship page for "mouse type" */
	font-style: italic;
	font-size: 0.8em;
}
.form_divider {
	border-top: 1px dashed #030;
}
.textArea {
	font: 12px Arial, Helvetica, sans-serif;
}
.highlight {
	font-weight: bold;
	color: #F00;
}


/***** NAVIGATION *****/
a:link {
	text-decoration: none;
	color: #030;
}
a:visited {
	text-decoration: none;
	color: #030;
}
a:hover {
	color: #C90;
	text-decoration: underline;
}
#sidebar a:link {
	text-decoration: none;
	color: #fff;
}
#sidebar a:visited {
	text-decoration: none;
	color: #fff;
}
#sidebar a:hover {
	color: #FC0;
	text-decoration: none;
}
.navMenu { /* use to emphasize free-standing navigation choices; e.g. on vendor page for contract */
	font-weight: bold;
	padding: 3px;
	border-top: 2px solid #FC0;
	border-bottom: 2px solid #FC0;
	background-color: #FF9;
}
/* remainder of navigation styles in SpryMenuBarVertical.css */

/***** END STYLES *****/
