body {
	margin : 0;
	padding : 0;
	font : 75% helvetica, "Trebuchet MS", arial, sans-serif;
	background : #FFFFCC; /* #FFFFCC */
	line-height : 1.7em;
	color : #000000;
	border: #FF9933;
}
			/*TOP BANNER*/
#header {
	height : 188px;
	margin-top : 0;
	padding : 0; /*url(orange/img/banner.jpg) no-repeat;*/
	background : #e88d33  url(../images/banner_8.jpg) no-repeat; /*url(orange/img/banner.jpg) no-repeat;*/
	color : #555;
	
}
			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #885835;
color : #fff;
text-align : center;
font-weight : bold;
}
#topnav li {
display : inline;

}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #885835; 
color : #fff;
padding : 0.6em 1.3em;
border-right : 1px solid #fff;
}
#topnav a:link.active, #topnav a:visited.active, #topnav a:hover {
text-decoration : none;
background : #f17327;
color : #000;
}
			/*3 COLUMNS*/
#gutter {
float : left;
width : 1%;
height : 1px;
}
#col1 {
float : left;
width : 10%;
margin-bottom : 1em;
padding-right : 1%;
}
#col2 {
float : left;
width : 62%;
margin-left : 1%;
margin-bottom : 1em;
border-left : 1px dashed #dda875;
border-right : 1px dashed #dda875;
padding-right : 1%;
padding-left : 1%;
}
#col3 {
float : left;
width : 21%;
margin-left : 1%;
margin-bottom : 1em;
/* color: #000;
background-color: #FFFF99; */
}
			/*RIGHT NAVIGATION*/
		
#navcontainer ul {
margin : 0;
padding : 0;
list-style-type : none;
background : #FF9933;
color : #666;
}
#navcontainer ul li a {
padding : 20px;
color : #885835;
background : transparent url(orange/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 : transparent url(orange/img/list-on-orange.gif) no-repeat left center;
}
#navcontainer ul li a#current {
background : transparent url(orange/img/list-active.gif) no-repeat left center;
color : #000;
}

			/*FOOTER*/
#footer {
clear : both;
height : 80px; /* 40px */
background : #f17327;
border-top : 5px solid #885835;
color : #000;
padding : 0.2em 0 0 0.5em;
text-align : left;
}
#footer a {
color : #fff;
background : #e88d33;
}
#footer a:hover {
color : #000;
background : #e88d33;
}
			/*TYPOGRAPHY*/
h1 {
	margin : 0;
	padding-top : 75px;
	text-align : center;
	font-size : 2em;
	color : #FF9933;
	background : #FFFFCC;
	border: #990000;
}
h2 {
margin-top : 0;
padding-top : 0.5em;
padding-bottom : 0.5em;
text-transform : uppercase;
letter-spacing : 3px;
font-size : 1.5em;
color : #885835;
background : #FFFFCC;
}
h3 {
margin-top : 0;
font-size : 0.75em;
/*text-align : center;*/
color : #000000;  /*#666;*/
background : #FFFFCC;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #000000;  /*#b29b35;*/
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : none; /* #e88d33; */
}
a:hover {
text-decoration : underline;
color : #444;
background : #e88d33;
}
a img {
border : 0;
}
			/*IMAGES*/
.myimage {
float : left;
padding : 10px;
border : 1px solid #aaa;
margin-right : 10px;
}
.myimage2 {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}

