html {
	overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    background: #c0833f;
}
body, div, td, span, p {
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
    color: #000000;
}

h1, h1 a {
    font-size: 16px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #754a1c;
}
h2 {
	font-size: 12px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    color: #754a1c;
}
h3 {
    font-size: 12px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
p {
    margin: 0 0 10px 0;
    line-height: 130%;
}

a {
    color: #000000;
}

table td {
	vertical-align: top;
}
ul {
	list-style-type: circle;
	margin: 0 0 10px 13px;
	padding: 0;
}

#center {
	margin: 0 auto;
	width: 996px;
}
#center td.main {
	text-align: left;
	vertical-align: top;
}

#top {
	width: 996px;
	height: 114px;
	position: relative;
	background: transparent url(topbanner.jpg) no-repeat top left;
}
#top .text {
	position: absolute;
	top: 35px;
	right: 50px;
	background: #FFFFFF;
	text-align: center;
	padding: 5px 10px;
	font-size: 13px;
	font-family: georgia, serifl, arial, verdana, sans-serif;
	line-height: 150%;
}

#logo {
	text-align: center;
}

#content {
	background: transparent url(contentbg.jpg) repeat-y top left;
}
.content-inner { padding: 0 8px; background: transparent url(logobg.png) no-repeat center top; }
.innercontent p img {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 0 0 10px 10px;
}

#footer {
	background: transparent url(footer.jpg) no-repeat top left;
	height: 80px;
}

.menu {
	margin: 0 0 20px 0;
	list-style-type: none;
}
.menu li {
	margin: 0 0 3px 0;
}
.menu li a {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.menu li a:hover {
	text-decoration: underline;
}
.menu li a:hover, .menu li a.selected {
	color: #754a1c;
}

.submenu {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
.submenu li {}
.submenu li a {
	font-size: 10px;
}
.submenu li a:hover, .submenu li a.selected {
	color: #754a1c;
}


.box {
	margin: 0 0 15px;
}


/*** ADMIN STYLES */

tr.list-row {}
tr.content-row {}

ul.admin {
	margin: 0 0 10px 0;
	list-style-type: none;
}
ul.admin li {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
ul.admin li a {
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
}
ul.admin li a:hover {
	text-decoration: underline;
	color: #754a1c;
}


ul.admin-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.admin-menu li {
    float: right;
}
ul.admin-menu li a {
    float: left;
    padding: 5px 10px 5px 10px;
    margin: 0 2px 10px 2px;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    background: #DDDDDD;
}
ul.admin-menu li a:hover {
    background: #CCCCCC;
}

.disabled, .disabled p {
	color: #999999;
}

/******************/
