body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

body {

	margin: 0px;
}
a:link, a:visited, a:active {
	color: #811788;
	text-decoration: none;
}
a:hover {
	color: #811788;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px 0px;
}

h1
{
font-size:18px;
color:#811788;
}

h2
{
font-size:16px;
color:#811788;
}

h3
{
font-size:13px;
color:#811788;

}


.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}


.highlight {
	background-color: #D0D0D0;
}
.content {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height:145%;
	
}
.footer {
	background-color: #DDDDDD;
	text-align: center;
	font-size: 10px;
	height: 10px;
}


/***********************************
sidebar
************************************/

.menu{
	border: 0px;
	font-size:13px;

}

.content
{
width:800px;
height:370px;
margin-bottom:20px;
overflow:auto;
}
.menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.menu ul ul {
	padding-left: 10px;
	background-color: #E1EAEA;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 7px 10px;
	margin-bottom:5px;
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;	
	background-image: url(/buttonoff.png);
	background-repeat: no-repeat;	
}
.menu a:hover {
	text-decoration: none;
	color: #ff0;
	background-image: url(/buttonover.png);
	background-repeat: no-repeat;
}
.menu a.menu_current {
	font-weight: bold;
	color: #fff; 	 
	background-image: url(/buttonover.png);
	background-repeat: no-repeat;
}

.tools {
	float: left;
	width: 170px;
	color: #666;
	text-align: center;	
	background-color: #FFF;
	font-size: 70%;
	padding: 0px;
}
.tools input {
	width: 80%;
	font-size: 80%;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}