body {
margin : 0;
padding : 0;
font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
background : #333333;
line-height : 1.5em;
color : #555;
}
			/*TOP BANNER*/
#header {
height : 100px;
margin-top : 0;
padding : 0;
background : #892D26 url(img/banner2.gif) no-repeat;
color : #555;
}
			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #E7E5E5;
color : #fff;
text-align : center;
font-weight : bold;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #E7E5E5;
color : #333333;
padding : 0.6em 1.3em;
border-right : 1px solid #333333;
}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
text-decoration : none;
background : #CF382D;
color : #000;
}
			/*3 COLUMNS*/
#gutter {
float : left;
width : 1%;
height : 1px;
}
#col1 {
	float : right;
	width : 12%;
	margin-bottom : 1em;
}
#col2 {
	float : none;
	width : 60%;
	margin-left : 24%;
	margin-bottom : 1em;
	border-left : 1px dashed #333333;
	border-right : 1px dashed #333333;
	padding-right : 1%;
	padding-left : 1%;
	background-color: #FFFFFF;
}
#col3 {
	float : right;
	width : 22%;
	margin-left : 0%;
	margin-bottom : 1em;
	background-color: #333333;
	height: 75px;
	padding-left: 5px;
	right: auto;
	padding-right: 5px;
	position: absolute;
	left: 4px;
	top: 146px;
}
			/*RIGHT NAVIGATION*/
#navcontainer ul {
	margin : 0;
	padding : 0;
	list-style-type : none;
	background : #fffff0;
	color : #666;
	font-size: 1em;
}
#navcontainer ul li a {
padding : 20px;
color : #885835;
background : transparent url(img/list-off-orange.gif) no-repeat left center;
text-align : left;
font : 12px "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
text-decoration : none;
}
#navcontainer ul li a:hover {
	color : #f17327;
	background: #333333;
}
#navcontainer ul li a#current {
background : transparent url(img/list-active.gif) no-repeat left center;
color : #000;
}
			/*FOOTER*/
#footer {
	clear : both;
	height : 30px;
	background : #D1392E;
	border-top : 5px solid #E7E5E5;
	color : #000;
	padding : 0.2em 0 0 0.5em;
	text-align : left;
	bottom: auto;
}
#footer a {
color : #fff;
background : inherit;
}
#footer a:hover {
color : #000;
background : inherit;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0;
padding-top : 75px;
text-align : center;
font-size : 2em;
color : #efecdc;
background : inherit;
}
h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #E7E5E5;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 0.75em;
text-align : center;
color : #666;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : normal;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
	color : #900;
	background : inherit;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border : 0;
	border-color: #333333;
}
			
#col2 table tr td p {
	font-size: 1em;
}
#col2 table {
	font-size: 0.9em;
}
