body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #333;
	line-height: normal;
	padding: 0;
	margin: 20px 0 0 0;
	background-color: #800000;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #333;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 1.8em;
	color: #762323;
	margin: 0px;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif,;
}
h2 {
	font-size: 1.4em;
	color: #762323;
	margin: 0px;
	font-style: italic;
}
h3 {
	font-size: 1.2em;
	color: #762323;
	margin: 0px;
}
h4 {
	font-size: 1em;
	color: #762323;
	margin: 0px;
	font-style: italic;
}

form {
	margin: 0;
}
input,
textarea {
  color: #333;
  background-color: #EEE;
  border: 1px solid #999;
}

/***********************************
container
************************************/
#container {
	width: 750px;
	border: #ddd 1px solid;
	padding: 10px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

/***********************************
masthead
************************************/
#masthead {
	/*background: url(pic.jpg) no-repeat 100% 0;*/
	padding: 0px 0px 0px 0px;}#masthead p {	margin:0;	padding: 0px 0px 0px 0px;}

/***********************************
sidebar
************************************/
#sidebar {
	float: right;
	width: 170px;
	vertical-align: top;
	background-color: #FFF;
	margin-top: 30px;
	margin-left: 0px;
	padding: 0px;
}
.menu{
	border: 0px;
	text-align: left;
	margin-bottom: 30px;
}
.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #999;
}
.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #999;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #D4D4D4;
	border-bottom: 0px;
	font-size: 0.8em;
}

.menu ul ul ul{
	display:none
}
.menu_default {
	padding: 4px 10px 4px 10px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #ccc;
}

.menu_current {
	padding: 4px 10px 4px 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #333333;
}
.menu_current a:hover {
	text-decoration: none;
	color: #B90000;
}
/***********************************
for login, search etc.
************************************/
.tools {
	float: left;
	width: 150px;
	color: #333333;
	text-align: center;	
	background-color: #999;
	font-size: 1em;
	padding: 10px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a {
	color: #333333;
	text-decoration: none;
	text-align:left;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}

/***********************************
latest news
************************************/
.news{
font-size:.75em;
text-align:left;
background-color:#EEEEEE;
border: 1px solid #817C76;
margin: 0 0 20px 0;
padding: 7px;
}				

.news ul, .news ol
	{
	padding-left: 0;
	margin-left: 13px;
	margin-top: 5px;
	}

.news li
	{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	list-style-image: url(arrow1.gif);
	list-style-position: outside;
	font-style: italic;
	}

.news a{
	padding: 3px 0px 0px 0px;
	color: #333333;
	text-decoration: none;
	font-size: 1.1em;
	text-align:left;
	}	

.news a:hover{
	color: #800000;
	}	


/***********************************
main content
************************************/
#content {
	width: 540px;
	padding: 5px 20px 20px 10px;
	background-color: #FFF;
	margin: 0px;
	position: relative;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
}
#content a:link, #content a:visited, #content a:active {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #033;
	text-decoration: none;
	font-weight: bold;
}
/***********************************
main content illustrations & submenu
************************************/
#float {
	float:left;
	width: 200px;
	margin: 10px 20px 10px 0px; /*margin-top max 10px necessary for IE, otherwise the content will start 200px to the right if there's no block in a page....*/
	font-size:0.8em;
	padding: 0px;
	position: relative;
	list-style-type: none;
	font-weight: bold;
	text-align: left;
}#float p{margin:0; padding:0;}


#float ul, #float ol
	{
	list-style-type: none;
	background-color: silver;
	margin: 0px;
	padding-left: 5px;
	border-bottom: 1px #FFF;
	}

#float li
	{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
/*	list-style-image: url(arrow1.gif);
	list-style-position: inside;*/
	font-style: normal;
	}

#float a{
	padding: 3px 0px 0px 0px;
	color: #333333;
	text-decoration: none;
	font-size: 1.1em;
	text-align:left;
	}	
#float a:hover {
	text-decoration: none;
	color: #000;
}

#float a.float_current{
	color: #000;
}
#float a.float_current:hover {
	color: #800000;
}	
#float ul ul li{
	padding-left: 10px;
	list-style: none;
}


#float img{
	padding-bottom: 10px;
}
/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #CCC;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #EEE;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #999; color: #999; 
	}

