/** / REDEFINED HTML TAGS / **/

body	{
	color: #666;
	background: #999;
	margin: 20px;
	padding: 0;
	text-align: left;
	}
	
p, td, h1, h2, h3, h4, h5, h6, ul, li, ol	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
p, td, h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
    line-height: 18px;
	background: transparent;
	}
		
h1	{
    font-weight: bold;
	font-size: 28px;
	padding: 0 0 2px 0;
	}
	
h2	{
	padding: 16px 0 0 0;
	color: #555;
	font-size: 14px;
	}
	
p, ul, ol	{
    font-weight: normal;
	font-size: 12px;
	}
	
img {
	border: 0;
	}
	
a:link {
	text-decoration: none;
	color: #E87E1A;
	background: transparent;
	}
	
a:visited {
	text-decoration: none;
	color: #E87E1A;
	background: transparent;
	}

a:hover {
	text-decoration: underline;
	color: #E87E1A;
	background: transparent; 
	}
	
a:active {
	text-decoration: underline;
	color: #E87E1A;
	background: transparent; 
	}
	
	
/** / BORDER GREEN / **/

div.border_green	{
	background: url(../images/bg/bg_green.gif) left top repeat-y;
	background-color: #FFF;
	border: 1px solid #888;
	margin: 0 auto;
	}
	

div.border_green { 
	width: 802px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 800px;
	}
	
	
html>body div.border_green { 
	width: 800px;
	}
	
	
/** / BORDER BLUE / **/

div.border_blue	{
	background: url(../images/bg/bg_blue.gif) left top repeat-y;
	background-color: #FFF;
	border: 1px solid #888;
	margin: 0 auto;
	}
	

div.border_blue { 
	width: 802px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 800px;
	}
	
	
html>body div.border_blue { 
	width: 800px;
	}
	
	
/** / BORDER CIRCLE / **/

div.border_circle	{
	background: url(../images/bg/bg_circle.gif) left top repeat-y;
	background-color: #FFF;
	border: 1px solid #888;
	margin: 0 auto;
	}
	

div.border_circle	{ 
	width: 802px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 800px;
	}
	
	
html>body div.border_circle { 
	width: 800px;
	}   
	
	
	
/** / CONTAINER / **/

#container	{
	}
	


/** / SIDEBAR / **/

#sidebar	{
	float: left;
	width: 220px;
	display: inline;
	}
	


/** / DIVIDER - USED TO SET MIN HEIGHT FOR CONTENT / **/

#divider	{
	float: left;
	width: 4px;
	height: 4px;
	display: inline;
	}




/** / CONTENT / **/

#content	{
	float: left;
	width: 576px;
	display: inline;
	margin-right: -3px;
	}




/** / PRIMARY CONTENT / **/

#primarycontent	{
	padding: 28px 80px 40px 28px;
	}
	
#primarycontent h1	{
	}
	
#primarycontent h2	{
	}
	
#primarycontent p	{
	padding-top: 12px;
	}
	
#primarycontent p.callout	{
	padding-top: 5px;
	}

#primarycontent ul {
	padding-top: 4px;
    list-style-type: disc;
	}	
	
#primarycontent li {
	padding-top: 4px;
	margin-left: 16px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
	}


/** / PRIMARY CONTENT FOR CIRCLE / **/

#primarycontent_circle	{
	padding: 50px 80px 40px 28px;
	}
	
#primarycontent_circle h1	{
	}
	
#primarycontent_circle h2	{
	}
	
#primarycontent_circle p	{
	padding-top: 12px;
	}
	
#primarycontent_circle ul {
	padding-top: 4px;
	}	
	
#primarycontent_circle li {
	padding-top: 4px;
	margin-left: 16px;
    font-weight: normal;
    font-size: 12px;
    list-style-type: disc;
    line-height: 18px;
	}	
	
#primarycontent_circle a:link {
	text-decoration: none;
	color: #E87E1A;
	background: transparent;
	}
	
#primarycontent_circle a:visited {
	text-decoration: none;
	color: #E87E1A;
	background: transparent;
	}

#primarycontent_circle a:hover {
	text-decoration: underline;
	color: #E87E1A;
	background: transparent; 
	}
	
#primarycontent_circle a:active {
	text-decoration: underline;
	color: #E87E1A;
	background: transparent; 
	}
	
	
/** / STANDARD BULLET TREATMENT / **/
	
#primarycontent ul {
	margin: 0;
	padding: 6px 0 0 0;
	}
	
#primarycontent ul li {
	background: url(../images/common/bullet.gif) 0 13px no-repeat;
	padding: 6px 0 0 10px;
	margin: 0;
	list-style: none;
	}
	
#primarycontent_circle ul {
	margin: 0;
	padding: 6px 0 0 0;
	}
	
#primarycontent_circle ul li {
	background: url(../images/common/bullet.gif) 0 13px no-repeat;
	padding: 6px 0 0 10px;
	margin: 0;
	list-style: none;
	}
	
/** / PDF TREATMENT / **/
	
#primarycontent ul.pdflist {
	margin: 0;
	padding: 8px 0 0 0;
	}
	
#primarycontent ul.pdflist li {
	background: url(../images/common/pdf_icon.gif) 0 6px no-repeat;
	padding: 6px 0 0 22px;
	margin: 0;
	list-style: none;
	}
	


/** / HEADER / **/

#header_noimage	{
	background: #ECE795;
	height: 100px;
	}
	
#header_image	{
	background: #FFF;
	height: 130px;
	}
	


/** / MAIN NAV / **/

#mainnav	{
	background: #ECE795;
	padding: 0 10px 0 0;
	height: 30px;
	}
	
#mainnav ul	li {
	display: inline;
    list-style-type: none;
	}
	



/** / SUB NAV / **/

#subnav	{
	padding: 25px 15px 25px 34px;
	}
	
#subnav	p {
    font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	}
	
#subnav ul li {
	color: #FFF;
    font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	padding: 3px 0 3px 0;
    list-style-type: none;
	}
	
#subnav a:link {
    font-weight: normal;
	color: #FFF;
	}
	
#subnav a:visited {
    font-weight: normal;
	color: #FFF;
	}
	
#subnav a:hover {
    font-weight: normal;
	color: #E87E1A;
	}
	
#subnav a:active {
    font-weight: normal;
	color: #E87E1A;
	}
	
#subnavlist1	{
	}
	
#subnavlist2	{
	padding-top: 10px;
	padding-bottom: 0px;
	}

	


/** / FOOTER / **/

#footer	{
	clear: both;
	background: url(../images/bg/footer_orange.gif) left top repeat-x;
	background-color: #FFF;
    width: 100%;
	}
	
#footer p	{
	color: #999;
	text-align: right;
	font-size: 11px;
	padding: 15px;
	}
	
	
/** / COMMON CLASSES / **/

.boldtext	{
	font-weight: bold;
	}
	
.footnote	{
	font-size: 11px;
	}
	
.temp	{
	color: #C00;
	font-weight: bold;
	}
	
.underline	{
	text-decoration: underline;
	}
	
.italictext	{
	font-style: italic;
	}
	
.callout {
	border: 1px solid #CCC;
	padding: 8px;
	margin-top: 16px;
	margin-bottom: 4px;
	background-color: #EEE;
	}
	
.alignleft {
	float: left;
	margin: 13px 15px 0 0;
	}









