body{
	color: #333;
	background-color: #56657a;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
}
h1,h2,p{
	margin: 0;
	padding: 0 10px}
p{padding: 0 10px 15px}
h1{
	font-size: 1.3em;
	color: #7F6B4A;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F6B4A;
}
h2{
	font-size: 1.2em;
	color: #7F6B4A;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-style: italic;
}
a:link{
	color: #7F6B4A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #7F6B4A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #2F271C;
	font-weight: bold;
}
	
div#container{
	width:894px!important;
	width /**/:460px;
	padding:11px;
	text-align:left;
	background-color: #b8a994;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#header{
	padding: 0px;
	background-image: url(images/header.jpg);
	height: 215px;
	z-index: 0;
}
div#content{
	float:none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #cfc3ae;
	margin: 0px;
}
/* .menu{
	background-color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	padding-left: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: +11;
}*/
/* .menu a:link {
	text-decoration: none;
	color: #333333;
}*/
/* .menu a:visited {
	text-decoration: none;
	color: #333333;
}*/ 
/* .menu a:hover{
	color: #999999;
}*/ 
.small {
	font-size: 0.7em;
	font-weight: normal;}

.times-indent {
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}	
.arial-accent {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
}
.bold {
	font-weight: bold;
}
.big-accent {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.25em;
	font-variant: normal;
	text-decoration: underline;
}
/*.menu a:active{
	color: #999999;
}*/
div#footer{
	clear:both;
	width:auto;
	text-align:center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}


.menu {
	width:100%;
	height:32px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	background-color: b8a994;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:100%;
	w\idth:100%;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:138px;
	height:30px;
	border:1px solid #585752;
	background:#b8a994;
	padding-left:10px;
	line-height:29px;
	font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#b8a994 no-repeat 130px center;}
/* style the second level hover */

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#b8a994; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#cfc3ae;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#cfc3ae;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
.red {
	color: #F00;
}

