body 
{
	margin: 0;
	/* background: #6f4e37; */
	/* background: #553936; */
	
	background:#635147;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}

h1
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 30px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
}

h2
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
}

.text1
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.text1bold
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
}

.text2
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.heading1
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 26px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
}

.heading2
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 24px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
}

.heading3
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
}

.bottom-text
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-transform:uppercase;
}

.table-style
{
	border: 1px solid #333333;
}	

#page 
{ 
	margin: 0 auto;
	text-align:center;
	position: absolute;
	height: auto; width: 100%; 
	background: url('bg-shadows.png') top center repeat-y;
}

#contents 
{
	width: 980px;
	text-align: left;
	margin: 0 auto;
}

#top
{
	width: 980px;
	height: 25px;
	margin: 0 auto;
}

.listing
{
	margin: 0px 0px 10px;
	padding: 0;
	height: auto;
	width: 900px;
	border-bottom: 2px solid #333333;
}

#bottom
{
	width: 980px;
	text-align: center;
	margin: 0 auto;
}

#latestnews
{
	position:relative;
	width:235px;
	border:2px solid #333333;
	padding:10px;
	background-color:#E4E1D0;
	height: auto;
}
 	
 ul.main_menu {
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 220px; 
	text-align: left;
	border-top: 30px solid #617FB3;
	border-bottom: 30px solid #617FB3;
}

ul.main_menu li {
	position: relative;
}

ul.main_menu li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	font: bold 14px arial;
	background: #617FB3;
	padding:  5px 5px 5px 18px;
}

ul.main_menu li a:hover { color: #E4E1D0; } /* Hover Styles */

.nav
{ 
	margin:0;
	padding:0; 
	list-style:none;
}

ul#menu 
{ 
	height:30px;
	margin: 0; 
	padding: 0 27px;
	clear:both;
	background:#617FB3;
	text-align:center;
}

ul#menu li {
	margin: 0;
	position: relative;
	display:inline;
	font: bold 14px arial;
	padding: 3px 15px;
	line-height: 30px;
}
	
ul#menu a {
	margin:0;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
	letter-spacing:1px;
}

ul#menu li a:hover { color:#E4E1D0; }

ul#menu a:active { position:static; }







	