@charset "UTF-8";

body  {
	font: .8em Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#FFF;	
}


.twoCol #container { 
	width: 821px; 
	margin: 0 auto;
	text-align: left;	
}


.twoCol #mainContent {
 	margin: 0 10px 0 19px;
	background-color:#333333;
	padding-right: 0;
} 

.twoCol #footer {
 	margin: 0 0 0 20px;
	background-color:#333333;
	padding: 0 0 0 230px;
} 

p {
	padding-right: 5px;
}

h1 { font: 2em Verdana, Arial, Helvetica, sans-serif; line-height: 1.5em; font-weight:bold;
	text-align:center; color:#cc9900; }
	
h2 {color:#cc9900; line-height: 1.2em;}
h3 {color:#99cc99; font: 1.3em Verdana, Arial, Helvetica, sans-serif; font-weight:bold; line-height: 1.5em; }


a:link {
color: #cc9900;
} 

a:visited {
color: #cc9900;
}

a:hover {
color: #660000;
}

a:active {
}


div.sitemap a:link, div.sitemap a:visited
{
     color: #99cc99;
}

div.sitemap a:hover, div.sitemap a:active
{
     color: #cc9900;
     text-decoration: none;
}

div.foot a:link, div.foot a:visited
{
     color: #fff;
}

div.foot a:hover, div.foot a:active
{
     color: #cc9900;
     text-decoration: none;
}

div.foot ul {
	  margin: 0;
      padding: 0;
      list-style-type: none;
}

div.foot li {float:left; font-size:9px; padding-right:1em;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and 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;
}

.color1 {color:#9999cc}
.color2 {color:#336633}
.color3 {color:#cc9900}
.color4 {color:#660000}

#cdubox {
display: none;
}