body {
background-color: #666633;
padding: 0px;
margin: 0px;
}

td {
color: #663300;
font-family: 'Arial';
font-size: 12;
font-weight: 400;
}

p {
color: #663300;
font-family: 'Arial';
font-size: 12;
font-weight: 400;
}

.small {
color: #663300;
font-size: 11;
font-family: 'Arial';
font-weight: 200;
}

a:link {
color: #666633;
text-decoration: none;
}

a:hover {
color: #333333;
text-decoration: none;
}

a:visited {
color: #666633;
text-decoration: none;
}

.heading {
color: #666633;
font-size: 16;
font-family: 'Arial';
font-weight: 600;
text-decoration: none;
}

img
{
border:none;
border-width:0;
margin:0px 0px 0px 0px;
}

img.rightimg
{
float:right;
border:none;
margin:0px 0px 10px 10px;
}

.bottom {
border-spacing: 0;
border: none;
empty-cells: show;
border-collapse: collapse;
padding: 0;
background-color: #666633;
}

.main {
border-spacing: 0;
border: none;
empty-cells: show;
border-collapse: collapse;
padding: 0;
background-color: #cc9933;
}

.body {
border-spacing: 0;
border: none;
empty-cells: show;
border-collapse: collapse;
padding: 10;
background-color: #cc9933;
}

.border {
border-spacing: 0;
border: solid 2px;
border-color: #666633;
empty-cells: show;
border-collapse: collapse;
padding: 10;
background-color: #cc9933;
color: #663300;
font-family: 'Arial';
font-size: 12;
font-weight: 500;
}

.highlight {
color: #666633;
font-family: 'Arial';
font-weight: 400;
}
.highlight a:link {
color: #333333;
text-decoration: none;
}
.highlight a:hover {
color: #663300;
text-decoration: none;
}
.highlight a:visited {
color: #333333;
text-decoration: none;
}

#rotator
{
	border: 0px;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 1px;
	position: relative;
	width: 250px;
	height: 188px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 250px;
	height: 188px;
}


.clearfix:after {
    display:block;
    clear:both;
}
 
/*----- Menu Outline -----*/
.menu-wrap {
    width:100%;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background-color: #cc9933;
}
 
.menu {
    width:600px;
    margin:0px auto;
}
 
.menu li {
    margin:0px;
    list-style:none;
    font-family: Arial;
}
 
.menu a {
    transition:all linear 0.15s;
    color: #666633;
}
 
.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
    color:#666633;
}
 
.menu .arrow {
    font-size:11px;
    line-height:0%;
}
 
/*----- Top Level -----*/
.menu > ul > li {
    float:left;
    display:inline-block;
    position:relative;
    font-size:14px;
}
 
.menu > ul > li > a {
    padding:10px 15px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background-color: #663300;
}
 
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
 
.sub-menu {
    width:250px;
    padding:5px 0px;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    box-shadow:0px 2px 3px rgba(0,0,0,0.2);
    background-color: #cc9933;
}
 
.sub-menu li {
    display:block;
    text-align: left;
    font-size:14px;
}
 
.sub-menu li a {
    padding:10px 15px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background-color: #663300;
}