/** / REDEFINED HTML TAGS / **/

body	{
	color: #555;
	background: #999;
	margin: 20px;
	padding: 0;
	text-align: left;
	}
	
#intro	{
	color: #333;
	text-align: center;
	margin-top: 180px;
	background: #FFF;
	}

	
p, td, h1, h2, h3, h4, h5, h6, ul, li, ol	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}


p, td	{
    line-height: 18px;
	background: transparent;
	margin: 0;
	padding: 0;
	}
	
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	{
    font-weight: normal;
	font-size: 12px;
	}
		
ul, li, ol {
    font-weight: normal;
    font-size: 12px;
    list-style-type: none;
	}
	
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 / **/

#border	{
	background-color: #E3DB47;
	border: 1px solid #888;
	margin: 0 auto;
	}
	
#border	{
	width: 802px; 
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 800px;
	}
	
	
	
/** / CONTAINER / **/

#container	{
	width: 800px;
	}
	


/** / SIDEBAR / **/

#sidebar	{
	float: left;
	background-color: #FFF;
	width: 344px;
	}
	

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


#divider	{
	float: left;
	width: 4px;
	background-color: #900;
	height: 4px;
	}
	


/** / CONTENT / **/

#content	{
	float: left;
	background-color: #E3DB47;
	width: 456px;
	}
	
	


/** / PRIMARY CONTENT / **/

#primarycontent	{
	padding: 28px 30px 15px 28px;
	}
	
#primarycontent h1	{
	}
	
#primarycontent p	{
	padding-top: 12px;
	}
	
#primarycontent a:link, a:visited {
	color: #FFF;
	}
	
#primarycontent a:hover, a:active {
	color: #E87E1A;
	}

	


/** / HEADER / **/

#header_noimage	{
	background: #FFF;
	width: 456px;
	height: 120px;
	}
	
	
	

/** / SUB NAV / **/

#subnav	{
	padding: 10px 0 0 0;
	}
	
#subnavcol1 {
	width: 185px;
	float: left;
    border-right: 1px solid #FFF;
    padding: 0 5px 0 0;
	}
	
#subnavcol2 {
	}	
	
#subnavcol1 ul li {
	color: #FFF;
    font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	padding: 3px 0 5px 0;
	}
	
#subnavcol2 ul {
	margin-left: 205px;
	}
	
#subnavcol2 ul li {
	color: #FFF;
    font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	padding: 3px 0 5px 0;
	}
	
#subnav a:link {
    font-weight: normal;
	color: #6A819B;
	text-decoration: none;
	}
	
#subnav a:visited {
    font-weight: normal;
	color: #6A819B;
	text-decoration: none;
	}
	
#subnav a:hover {
    font-weight: normal;
	color: #E87E1A;
	text-decoration: underline;
	}
	
#subnav a:active {
    font-weight: normal;
	color: #E87E1A;
	text-decoration: underline;
	}
	
#subnavlist1	{
	}
	
#subnavlist2	{
	}





/** / MAIN NAV / **/

#mainnav	{
	background: #ECE795;
	height: 30px;
	border-bottom: 2px solid #FFF;
	}
	
#mainnav ul	li {
	display: inline;
	}

	


/** / FOOTER / **/

#footer	{
	clear: both;
	background: url(../images/bg/footer_blue.gif) left top repeat-x;
	background-color: #FFF;
    width: 100%;
	}
	
#footer p	{
	color: #89A4C2;
	text-align: right;
	font-size: 11px;
	padding: 15px;
	}
	
	
/** / HOME BOLD ORGANGE / **/

#boldorange {
	font-weight: bold;
	color: #E87E1A;
	}
	
#boldorange a:link, a:visited, a:hover, a:active{
	color: #E87E1A;
	text-decoration: underline;
	}
	

	
	
/** / COMMON CLASSES / **/

.indentitalic	{
	font-style: italic;
	margin: 0 15px 0 15px;
	}

	
	
