* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
}

body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background: #a29d69 url(/gfx/background-shadow.gif) 50% 0 repeat-y;
    line-height: 1.5;
}

a:link {
    color: #a29d69;
}

a:visited {
    color: #666666;
}

a:hover {
    color: #000000;
}

a:focus {
    color: #000000;
    background-color: #cfcea9;
}

a:active {
    color: #000000;
}

/* fix for ie6 and ie7 linked image hover */
img.imageborder, img.imageborder:link { border: 2px solid #a29d69; }
img.imageborder:visited { border: 2px solid #666666; } /* does not seem to work */
img.imageborder:hover { border: 2px solid #000000; }
img.imageborder:active { border: 2px solid #000000; } 

#wrapper {
    position: relative;
    padding: 5px;
    background: #ffffff;
    width: 990px;
    margin: 0 auto;
}

#header {
    padding: 0px 0px 5px 0px;
    margin-top: 0px;
}

#boxouttrio {
 /* font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; /* not needed unless changing body fonts */
    background-color: #cfcea9;
    width: 320px;
    height: auto;
    float: left;
    padding: 3px 2px 3px 2px;
    margin: 2px 2px 2px 2px;
    font-size: 1.2em;
    border: 1px solid black;
}

#boxouttrio2 {
 /* font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; /* not needed unless changing body fonts */
    background-color: #cfcea9;
    width: 320px;
    height: 200px;
    float: left;
    padding: 3px 2px 3px 2px;
    margin: 2px 2px 2px 2px;
    font-size: 1.3em;
    border: 1px solid black;
}

#boxoutfull {
    background-color: #cfcea9;
    width: 600px;
    height: auto;
    padding: 3px 3px 3px 3px;
    margin: 0 auto;
    font-size: 1.5em;
    border: 1px solid black;
    clear: both;
}

#bannerfull {
    text-align: center;
    background-color: #adac7e;
    width: auto;
    height: 20px;
    padding: 3px 3px 3px 3px;
    margin: 2px 2px -2px 2px;
    font-size: 1.5em;
    border: 1px solid black;
    clear: both;
}

#midbarside{
    text-align: center;
    background-color: #ffffff;
    width: 180px;
    height: auto;
    float: left;
    padding: 9px 3px 3px 3px;
    margin: 2px 2px 2px 2px;
    font-size: 1.2em;
}

#midbarcenter{
    background-color: #ffffff;
    width: 600px;
    height: auto;
    float: left;
    padding: 9px 3px 3px 3px;
    margin: 2px 2px 2px 2px;
    font-size: 1.54em;
    text-align: justify;
}

#midbarcenter a {
    font-weight: bold;
}

#midbarcenter ul {
padding-left: 20px;
}

#boxoutfull ul {
padding-left: 30px;
}

#boxouttrio2 ul {
padding-left: 20px;
}

h2 {
    font-weight: bold;
    font-size: 1em;
    font-variant: small-caps;
}

h3 {
    font-size: 1.2em;
}

#bold {
    font-weight: bold;
}

#italic {
    font-style: italic;
}

#underline {
    text-decoration: underline;
}

#boxouttrio img {
    border: 0;
}

#twobarright{
    background-color: #ffffff;
    width: 360px;
    height: auto;
    float: right;
    padding: 9px 3px 3px 3px;
    margin: 2px 2px 2px 2px;
    font-size: 1.54em;
    text-align: center;
}

#twobarrightbox{
    background-color: #cfcea9;
    width: 350px;
    height: 168px;
    float: left;
    padding: 0px 3px 0px 3px;
    margin: 0px auto 6px auto;
    font-size: 1em;
    text-align: left;
    border: 1px solid black;
}

#content {
	clear: both;
	color: #ccc;
}

.noborder {
    border: 0;
}

.picadjust {
    margin-bottom: -3px;
}

.floated {
    float: right;
}

.floatedleft {
    float: left;
}

.floatedclear {
    clear: both;
    float: right;
}

/* suckerfish drop-down menu below */

#nav { /* all lists */
	float: left;
	list-style: none;
/*	line-height: 1.2; */
/*	padding: 0; */
	border: solid #000000;
	border-width: 2px 0px 2px 0px; /* 1px space to right here - okay with fake shadow */
	width: 100%;
	text-align: center;
        font-size: 1.1em;
        font-weight: bold;
        background-color: white;
        
}

#nav ul { 
	width: 88em;
        list-style: none;
	margin: 0 auto;
}

#nav a {
	display: block;
	width: 11em;
	color: #000000;
/*	text-decoration: none; */
/*	padding: 0.1em 1em; */
        text-decoration: none;
}

#nav a:hover {
    background-color: #cfcea9;
    text-decoration: underline;
}

#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
/*      font-size: 1.2em; */
	position: relative;
        border: solid #000000;
	border-width: 0px 0px 1px 0px; /* provides menu item separation but doubles bottom line */
}

#nav li li { display: block }

#nav li ul { /* second-level lists */
        display: block;
	position: absolute;
	background: #e7e7cd;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
        border: solid #000000;
        border-width: 3px 3px 1px 1px; /* works with nav li above */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 0;
        background-position: 0 0; /*fix for ie7 sticky menu bug, woo! */
}