
/*-- Global --*/

* { margin: 0; padding: 0; }

html, body { height: 100%; }
body {
	background: #fff; text-align: left;
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
}

img { border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1.0em; }
table, th, td { font-size: 1.0em; }
a, a:visited { color: #c71444; }


div.clear { clear: both; height: 0; line-height: 0px; }
#wrapper {  }

/* --------------------------------------------------------------------------------- HEADER & UTILITIES AREA */

#header {
		width: 968px; height: 74px;
		margin: 0px auto; position: relative; border-bottom: 1px solid #ccc;
}
	
#utilitynav { display: none; }

#header_primarynav { display: none; }

#maincontent_subsections { 	 border-bottom: 1px solid #ccc;  }
#maincontent_subsections ul { list-style: none; }
#maincontent_subsections li { float: left; margin: 0; padding: 0 27px 0 10px; background: url("/images/bg_subsection_separator.gif") 0% 50% no-repeat; }
#maincontent_subsections a, #maincontent_subsections a:visited { color: #fff; padding: 7px 0; text-decoration: none; font-size: 7pt; display: block; }
#maincontent_subsections h1 { 
	color: #000; font-size: 10pt; margin: 10px;
}   

#maincontent_toolbox { display: none; }
#maincontent_sidebar { display: none; }

#maincontent_masthead_tagline { margin: 20px 0; }

#maincontent_text img { display: block; margin: 10px; }

#footer  { margin: 20px 0; border-top: 1px solid #ccc; }
#footer img { margin: 20px; }
#footer ul { display: none; }





