
body {
font-family: Helvetica, Sans-serif;
font-size: 12px;
color: #000000;
background-color: #333333;
margin: 0px;
}

/* Main Container */
#container {
width: 800px;
margin: 10px auto 10px auto;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

/* Top Title Bar */
#topbar {
font-family: Arial, Sans-serif;
font-size: 14px;
color: #000000;
background: #333333 url(images/top.jpg) repeat-x;
width: 780px;
padding: 10px 0px 10px 20px;
}
#topbar a, #footbar a {
color: #FFEEAA;
text-decoration: none;
}
#topbar a:hover, #footbar a:hover {
text-decoration: underline;
}
#topbar .shadow, #topbar h1 {
color: #FFFFFF;
font-family: "Century Gothic", Sans-serif;
text-transform: uppercase;
font-size: 32px;
font-weight: normal;
}
#topbar h1 a {
text-decoration: none;
color: #FFFFFF;
}
#topbar .shadow {
color: #000000;
}
#topbar h1 {
margin: -43px 0 0 -2px;
}
#topbar .shadow b, #topbar h1 b {
font-family: Arial, Sans-serif;
font-weight: Bold;
}

/* Tabbed Menu Bar */
#menubar {
font-size: 12px;
color: #FFFFFF;
background: #333333 url(images/menu.jpg) repeat-x;
height: 28px;
text-transform: uppercase;
font-weight: bold;
padding: 0px 0px 0px 13px;
}
#menubar h2, #menubar a {
display: block;
font-size: 12px;
color: #FFFFFF;
text-transform: uppercase;
font-weight: bold;
margin: 0px;
float: left;
padding: 5px 15px 5px 15px;
text-decoration: none;
}
#menubar a {
color: #FFFFFF;
margin: 4px 0 0 0;
}
#menubar a:hover {
color: #000000;
background-color: #EECC88;	
}
#menubar h2{
color: #000000;
background-color: #FFFFFF;
margin: 3px 0 0 0;
border-bottom: solid 1px #FFFFFF;
border-top: solid 1px #000000;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
text-decoration: none;
}

/* Bottom Footer Bar */
#footbar {
display: block;
clear: both;
font-size: 10px;
color: #FFFFFF;
background: #333333 url(images/foot.jpg) repeat-x;
padding: 9px 9px;
margin: 0px;
height: 13px;
text-align: right;
}

/* Content Areas & Styles */

.contents {
float: left;
width: 760px;
background-color: #FFFFFF;
padding: 20px;
}

.contents a {
color: #882211;
text-decoration: none;
}
.contents a:hover {
text-decoration: underline;
}
.contents .break {
clear: both;
height: 0px;
}
.contact {
height: 380px;
border: 1px solid #CC8844;
padding: 10px 20px;
background: #FFEECC url(images/eric.jpg) bottom right;
}
.caption {
text-align: center;
display: block;
font-size: 10px;
}
.small {
text-align: justify;
display: block;
font-size: 10px;
}
.border {
padding: 5px;
background-color: #EECC88;
display: inline;
}

/* Content Section Box with Header */
.section {
background-color: #FFEECC; 
border: 1px solid #CC8844;
margin: 5px;
padding: 4px 4px 4px 4px;
}
.section a {
border-style: none;
}
.section img {
border-style: none;
margin: 0px;
}
.section p {
margin: 0px 0px 6px 0px;
padding: 4px 4px 4px 4px;
}
.section ul {
margin: 0px 0px 6px 6px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}
.section li {
margin: 0px 0px 6px 0px;
padding: 0px 0px 0px 10px;
line-height: 13px;
background: url(images/diamond-black.gif) 0px 4px no-repeat;
}
.section h3 {
font-size: 12px;
color: #FFEEAA;
background-color: #CC8844;
font-weight: bold;
padding: 2px 5px 2px 5px;
margin: 0px 0px 2px 0px;
}
.section h4 {
font-size: 12px;
color: #882211;
font-weight: bold;
margin: 0px 0px 3px 0px;
padding: 0px 4px 0px 4px;
}



/* Content Columns */

.col-tiny {
float: left;
width: 100px;
}

.col-fifth {
float: left;
width: 152px;
}

.col-quarter {
float: left;
width: 190px;
}

.col-third {
float: left;
width: 253px;
}

.col-half {
float: left;
display: block;
width: 380px;
}

.col-2thirds {
float: left;
width: 506px;
}

.col-3quarters {
float: left;
width: 570px;
}

.col-4fifths {
float: left;
width: 608px;
}

.col-large {
text-align: center;
float: left;
width: 660px;
}

.col-full {
float: left;
width: 760px;
}

/* Table formats */

.tableheader {
color: #000000;
background-color: #EECC88;
font-weight: bold;
}
.tablesection {
color: #000000;
background-color: #FFEECC;
font-weight: bold;
}
.tableframe {
background-color: #EECC88;
}
.tablecell {
vertical-align: top;
color: #000000;
background-color: #FFFFFF;
}





