body
{
	margin: 0;
	padding: 7px 0 0 0;
	background: #EFDECF url("images/background.jpg");
	font: 13px arial, sans-serif;
}

div#page
{
	position: relative;
	width: 784px;
	margin: 0 auto 0 auto;
	border: 1px solid #0D280B;
	padding: 0;
}

div#top
{
	height: 110px;
	margin: 0;
	padding: 0;
	background: url("images/logo.gif");
		background-repeat: no-repeat;
}

a#logo, a#logo:link, a#logo:visited, a#logo:hover, a#logo:active
{
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
	height: 110px;
	background: none;
}

/*MENUS*/
	div#topmenu
	{
		position: absolute;
		top: 89px;
		right: 0;
		margin: 0 auto 0 auto;
		height: 27px;
	}

	.inactive:link, .inactive:visited, .inactive:active
	{
		display: block;
		float: left;
		height: 22px;
		width: 85px;
		margin: 0;
		padding: 2px 0 0 2px;
		background: url("images/topmenu.gif");
		background-repeat: no-repeat;
		font: bold 13px arial, sans-serif;
		color: #EBDACC;
	}

	.inactive:hover, .active:link, .active:visited, .active:hover, .active:active
	{
		display: block;
		float: left;
		height: 22px;
		width: 85px;
		margin: 0;
		padding: 2px 0 0 2px;
		background: url("images/topmenu-hover.gif");
		background-repeat: no-repeat;
		color: white;
	}

	div.submenu
	{
		width: 784px;
		height: 20px;
		background: #497146;
	}

	div.submenu a, div.submenu a:link, div.submenu a:visited, div.submenu a:active
	{
		display: block;
		float: left;
		padding: 2px 30px 0 10px;
		font: bold 13px arial, sans-serif;
		color: white;
	}

	div.submenu a:hover 
	{
		color: #0D280B;
	}

/* CONTENT*/
div#content
{
	clear: both;
	width: 744px;
	margin: 0;
	border-top: 1px solid  #0D280B;
	padding: 15px 20px 0 20px;
	background: white;
}

h1
{
	width: 744px;
	margin: 0;
	border-bottom: 1px solid #143E11;
	font: bold 24px arial, sans-serif;
	color: #0D280B;
}

h2
{
	margin: 15px 0 0 0;
	font: bold 18px arial, sans-serif;
	color: #143E11;
}

h3
{
	margin: 15px 0 0 0;
	font: bold 15px arial, sans-serif;
}

p
{
	margin: 15px 0 0 0;
}

img
{
	border: 0;
}

div.highlight
{
	float: right;
	width: 225px;
	margin: 25px 0 0 10px;
	border: 2px solid black;
	padding: 5px;
	background: white;
}

img.highlight
{
	float: right;
	margin-left: 15px;
	border: 1px solid black;
}

a:link, a:visited, a:active
{
	margin: 0;
	padding: 0;
	color: #497146;
	font-weight: bold;
	text-decoration: none;
}

a:hover 		
{	
	color: #0D280B; 
}

table
{
	margin-left: 20px;
}

tr.grey
{
	background: #eee;
}

tr.bold td, td.bold
{
	font-weight: bold;
}

fieldset
{
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

/* FOOTERS*/
p.siteby
{
	clear: both;
	margin: 30px 0 5px 0;
	padding: 0;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #333;
}

div#footer
{
	clear: both;
	width: 784px;
	margin: 0;
	border-top: 1px solid  #0D280B;
	padding: 3px 0 2px 0;
	background: #497146;
	color: white;
	text-align: center;
}

