body {
margin : 0;
padding : 0;
font : 75% Arial;
background : #fffff0;
line-height : 1.7em;
color : #555;
}
			/*TOP BANNER*/
#header {
height : 188px;
margin-top : 0;
padding : 0;
padding-right: 0px;
background : #A7EDFF url(img/logo.jpg) no-repeat right 0px;
color : #555;
}

#header h1 {
margin : 0;
padding-top : 75px;
padding-left: 20px;
text-align : left;
font-size : 2em;
color : #3333CC;
background : inherit;
}

			/*TOP NAVIGATION*/
#topnav ul {
padding : 0.5em 0;
margin : 0 0 5px 0;
list-style-type : none;
background : #601D00;
color : #fff;
text-align : center;
font-weight : bold;
border-bottom : 5px solid #885835;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
text-decoration : none;
background : #601D00;
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 : #885835;
color : #fff;
}

#topnav li.active {
text-decoration : underline;
}

			/*3 COLUMNS*/
#gutter {
float : left;
width : 3%;
height : 1px;
}
#col1 {
float : left;
width : 15%;
margin-bottom : 1em;
padding-right : 1%;
}
#col2 {
float : left;
width : 50%;
margin-left : 2%;
margin-bottom : 1em;
border-left : 1px dashed #dda875;
border-right : 1px dashed #dda875;
padding-right : 3%;
padding-left : 3%;
font-family: Arial;
}
#col3 {
float : left;
width : 18%;
margin-left : 3%;
margin-bottom : 1em;
}
			/*RIGHT NAVIGATION*/
#navcontainer ul {
margin : 0;
padding : 0;
list-style-type : none;
background : #fffff0;
color : #601D00;
}
#navcontainer ul li a {
padding-left : 20px;
color : #601D00;
background : transparent no-repeat left center;
text-align : left;
font : 14px Arial;
text-decoration : none;
cursor: pointer;
line-height: 1.7em;
}
#navcontainer ul li a:hover {
color : #885835;
background : transparent url(img/list-on-orange.gif) no-repeat left center;
}
#navcontainer li.active {
background : transparent url(img/list-active.gif) no-repeat left center;
}

			/*FOOTER*/
#footer {
clear : both;
height : 40px;
background : #601D00;
border-top : 5px solid #885835;
color : #fff;
padding : 0.2em 0 0 0.5em;
text-align : left;
}
#footer a {
color : #fff;
background : inherit;
}
#footer a:hover {
color : #fff;
text-decoration: underline;
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 : #885835;
background : inherit;
}
h3 {
margin-top : 0;
font-size : 0.75em;
text-align : center;
color : #666;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
text-decoration : none;
color : #006699;
background : inherit;
}
a:hover {
text-decoration : underline;
color : #444;
background : inherit;
}
a img {
border : 0;
}
/*.active {
text-decoration: underline;
}*/
			/*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;
}

.textdef {
font : 12px "Arial";
}

