body {
margin : 0;
padding : 0;
font : 75%  "arial rounded mt bold", helvetica, "Trebuchet MS", arial, sans-serif;
line-height : 1.8em;
background : #000000;
color : #ffffff;
}
#header {
height : 200px;
margin-bottom : 0.5em;
background : #A03719 url(images/banner3.jpg) no-repeat;
color : #ffffff;
}
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 30%;
margin-bottom : 1em;
border-right : 0px solid #eee;
padding-right : 3%;
}
#col2 {
float : left;
width : 65%;
margin-left : 3%;
margin-bottom : 1em;
border-right : 0px solid #eee;
padding-right : 3%;
}
#navcontainer ul {
margin-top : 10px;
list-style-type : none;
font-size : 125%;
color : #666;
}
#navcontainer ul li a {
padding : 15px;
color : #d78a03;
background : transparent url(images/list-off.gif) no-repeat left center;
text-align : left;
text-decoration : none;
}
#navcontainer ul li a:hover {
color : #fbc233;
background : transparent url(images/list-on.gif) no-repeat left center;
}
#navcontainer ul li a#current {
background : transparent url(images/list-active.gif) no-repeat left center;
color : #000;
}
#footer {
clear : both;
height : 50px;
padding : 5px;
border-top : 10px solid #d78a03;
background :url(images/bgfooter.gif) repeat-x bottom;

}
#footer p {
color : #ffffff;
text-align:center;


}
#footer a {
text-decoration : none;
color : #fca404;
}
#footer a:hover {
text-decoration : underline;
color : #999;
background-color : inherit;
}
h1 {
margin : 0;
padding : 3em 0 0 8em;
text-align : left;
text-transform : uppercase;
letter-spacing : 10px;
font-size : 26px;
color : #fff;
background : inherit;
}
h2 {
margin-top : 0;
padding : 0.5em 0 0.5em 1em;
text-transform : uppercase;
letter-spacing : 5px;
font-size : 140%;
color : #d78a03;
background : inherit;
}
a {
text-decoration : none;
color : #fbc233;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #d78a03;
background : inherit;
}
a img {
border : 0;
}
.box {
padding : 20px;
color : #682715;
background : inherit;
}
.roundcont p {
margin : 0 15px;
}
.roundtop {
background : url(images/tr.gif) no-repeat top right;
}
.roundbottom {
background : url(images/br.gif) no-repeat top right;
}
img.corner {
width : 10px;
height : 10px;
border : none;
display : block !important;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #E05222;
}
.flt-lft {
	float: left;
	margin-right: 20px;
}

.flt-rgt {
	float: right;
	margin-left: 20px;
}