#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin:10px;
}

#menu a
{
	display: block;
	padding: 3px;
	width: 140px;
	background-color:#f2d3b7;
	line-height: 26px;
}

#menu a:link, #menuitems a:visited
{
color: #402000;
text-decoration: none;
font-weight:normal;
}

#menu a:hover
{
	background-color: #edccaf;
	color: #333;
	font-weight:normal;
}

#toprow
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
#toprow a
{
padding: 26px;
}

#toprow a:link, #toprow a:visited
{
color: #ffffff;
text-decoration: none;
font-weight:bold;
}

#toprow a:hover
{
color: #DBAE8F;
text-decoration: none;
font-weight:bold;
}

A:link 
{color: #663300;
text-decoration: none;
}
A:visited {color: #663300;
text-decoration: none;
}
A:active {color: #663300;
text-decoration: none;
}
A:hover {color: #000099;
text-decoration: underline;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #442822;
	background-image: url(images/pg-bkgd.jpg);
}

.style1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.style2 {font-size: 13px}
.style3 {font-size: 10px}
.style4 {font-size: 11px; }
}

h1 {
	font-size: 16px;
	color: #630;
}

h2 {
	font-size: 14px;
	color: #963;
}
h3 {
	font-size: 14px;
	color: #333;
}
.style5 {
	color: #003399;
	font-weight: bold;
}
.style6 {
	color: #630;
	font-weight: bold;
}
.style7 {
	color: #990000;
	font-weight: bold;
}

#slider {
    position:relative;
    width:692px; /* Change this to your images width */
    height:292px; /* Change this to your images height */
	background: url(images/rotation/slide1.jpg) no-repeat;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
