
body
{
	background-color : #60501f;
}

img {
}


#main-body
{
	display : block;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	background-color : #fff;
	top : 0px;
	width : 80%;
	min-width : 900px;
	height : 700px;
	font-family : arial;
	font-size : 13pt;
	color : #fff;
}


A:link 
	{
		text-decoration: none;
		color: #fff;
	}
A:visited {color: #fff; text-decoration: none}
A:active {text-decoration: none}
A:hover {font-weight: bold; color: black;}
a.links:link {color: #000; text-decoration: underline;}
a.links:visited {color: #000; text-decoration: none; }
a.links:active {color: #fff;font-weight: bold; } 
a.links:hover {color: #fff; text-decoration: underline;}

#left-logo
{
	display : block;
	position : absolute;
	left : 10px;
	top : 10px;
	border :0;
}

#left-logo img
{
	border : 0;
}

#right-logo
{
	display : block;
	position : absolute;
	right : 10px;
	top : 10px;
}

#right-logo img
{
	border :0;
}

#center-logo
{
	display : block;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	top : 35px;
	border :0;
	width : 204px;
}

#center-logo img
{
	border :0;
}

#title-text
{
	display : block;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	font-size : 17pt;
	color : #60501f;
	width : 60%;
	min-width : 550px;
	top : 20px;
	text-align : center;
}

#menu-container
{
	display : block;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	height : 45px;
	width : 850px;
	background-color : #fff;
	top : 50px;
}


.menu-button
{
display:block;
float : left;
width : 80px;
height: 50px;
margin-left : 2px;
margin-right : 2px;
background-color : #60501f;
color : #fff;
font-size : 11pt;
font-family : arial;
font-style : italic;
text-align : center;
line-height : 50px;
vertical-align : middle;
font-weight: 500;
}

.menu-button:link
{
text-decoration:none;
color:#fff;
}

.menu-button:visited
{
	text-decoration:none;
	color:#fff;
}

.menu-button:active
{
text-decoration:none;
}

.menu-button:hover
{
	background-color : #9b8962;
	color:black;
}


#main-content
{
	display : block;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	background-color : #60501f;
	top : 60px;
	width : 90%;
	min-width : 880px;
	height : 390px;
	overflow :auto;
}



#footer-text
{
	display : block;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	top : 60px;
	bottom : 30px;
	width : 100%;
	text-align : center;
	background-color : #60501f;
	width : 90%;
	height : 50px;
	min-width : 880px;
}

.sortable-onload-0  {
        border-style: solid !important;
        border-color: #fff !important;
	border-width: 1px !important;
	margin : 0px !important;
	padding : 0px !important;
	border-collapse:collapse;
} 
.sortable-onload-0 th {
        border-style: solid !important;
        border-color: #fff !important;
	border-width: 1px !important;
	padding : 0px !important;
	margin : 0px !important;
} 

.sortable-onload-0 td {
        border-style: solid !important;
        border-color: #fff !important;
	border-width: 1px !important;
	padding : 0px !important;
	margin : 0px !important;
} 

table.sortable a { color: #fff; text-decoration: none; font-size: 13pt; font-weight: normal;}
table.sortable a:visited {color: #fff; text-decoration: none; font-size: 13pt; font-weight: normal;}
table.sortable a:active {color: #fff; text-decoration: none; font-size: 13pt; font-weight: normal;}
table.sortable a:hover {color: #fff; text-decoration: none; font-size: 13pt; font-weight: normal;}



