/* CSS Document */

body {
margin:0px;
background-image:url(images/bg_gold60.gif);
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:100.1%;
color:#333333;
}

#wrapper {
margin:0px;
}

#header {
background-image:url(images/header01_spacer.gif);
background-repeat:repeat-x;
}

	#left {
		width:130px;
		float:left;
		padding:0px;
		background-color:#d6bd7b;
		border-right:1px solid #6e82d8;
		text-align:right;
		font-size:80%;
		}

	#content {
margin:0px 0px 0px 15px;
		float:left;
		width:80%; 
		}
	
#footer {
font-size:75%;
padding:10px 0px 0px 10px;
background-color:#d6bd7b;
border-bottom:1px solid #6e82d8;
margin-bottom:25px;
clear:both;
}


img#huey {
padding:5px;
margin:5px;
}

h4 {
font-size:130%;
color:#6e82d8;
}

dt {
padding-top:2px;
font-weight:bold;
}

dd {
padding-bottom:2px;
text-align:left;
}

/* nav styles */

a, a:link {
color:#333;
padding-right:6px;
text-decoration:underline;
}

a:visited {
color:#6e82d8; /*bue*/
padding-right:6px;
}
a:hover, a:active, a:focus {
color:#6e82d8; /*blue*/
padding-right:6px;
text-decoration:underline;
}

#left a, #left a:link {
display:block;
color:#fff;
padding-right:6px;
text-decoration:none;
}

#left a:visited {
display:block;
color:#666633; /*dark green*/
padding-right:6px;
}

#left a:hover, #left a:active, #left a:focus {
display:block;
color:#6e82d8; /*blue*/
padding-right:6px;
text-decoration:underline;
}

#footer a, #footer a:link {
color:#fff;
padding-right:6px;
text-decoration:none;
}

#footer a:visited {
color:#666633; /*dark green*/
padding-right:6px;
}

#footer a:hover, #footer a:active, #footer a:focus {
color:#6e82d8; /*blue*/
padding-right:6px;
text-decoration:underline;
}



.big {
font-size:200%;
color:#6e82d8;
}

.clear {
clear:both;
}

.colbottom {
margin-bottom:0; !important
padding-bottom:0px;
line-height:0px;
font-size:0px;
}

.justify {
text-align:justify;
}

.indent {
text-indent:.25in;
}

.georgia {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
}

.tahoma {
font-family:Tahoma;
}

.small {
font-size:65%;
}

.red {
color:#990000;
}


