﻿html,body 
{
    margin:2px;
    padding:0;
    background-color:#FFFFFF; /*background-color:#CCCCCC; grey*/
    font-weight: normal;
	font-size: 9pt;
	color: #333333;
	line-height: 12pt;
	font-family: Arial, Verdana, Helvetica, Sana-serif;
	text-align: left;
	text-decoration: none;
}

/***********************************/
/*DIVS START*/
/***********************************/
#container 
{
	background-image: url('../images/background.jpg');
	margin-left: auto ;
	margin-right: auto ;
	text-align:center;
	width: 990px;
	border-left-color: #c0c0c0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #c0c0c0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #c0c0c0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #c0c0c0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/***********************************/
#header
{
	background-image: url('../images/header.jpg');
	background-repeat:no-repeat;
	margin: 0 auto;
	height: 92px;
}
/***********************************/
#menu
{
	margin: 0 auto;
	height: 25px;
}
.menuitem-off, .menuitem-off2
{
	width:115px;
	float:left;
	background-color:#9F5F00; /*light brown*/
	height:25px;
	margin-left:10px;
}
.menuitem-off2
{
	margin-left:0;
	margin-right:10px;
}
.menuitem-on
{
	width:115px;
	float:left;
	background-color:#60420A; /*dark brown*/
	height:25px;
}
/***********************************/
#submenu
{
	margin: 0 auto;
	height: 5px;
}
/***********************************/
#content
{
	color:#306B76;
	margin: 0 auto;
	min-height: 400px;
}
#contentleft
{
	width: 100px;
	padding:0 10px 0 0;
	margin-left: 5px;
	float: left;
	text-align:left;
}
#contentmiddle
{
	width: 550px;
	padding:0 10px 0 0;
	margin-left: 5px;
	float: left;
	text-align:left;
	line-height:21px;
}
#contentright
{
	width: 210px;
	height:100%;
	margin-right: 20px;
	float: right;
	text-align:left;
}
/***********************************/
#footer
{
	text-align:right;
	padding-right:10px;
	color: #FFFFFF;
	font-weight:bold;
	height: 50px;
}
/***********************************/

/* STYLES START */

a{
	color:#FFFFFF;
	text-decoration: underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

a.menu{
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	line-height:12px;
	display:block;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	font-weight:bold;
}

a.menu:hover{
	color:#FFFFFF;
}

img {
	margin:  1px;
}

/* STYLES END */