/* --- General Definitions --- */

body {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, arial;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #bfbfbf;
	background-color: #303030;
}

A:link { 
	color: #ff8b00;
}
A:visited { 
	color: #3386d3;
}
A:active { 
	color: #3386d3;
	text-decoration: none;
}

A:hover {
	color: #3386d3;
	text-decoration: none;
}

A.header_menu:link { 
	color: #FFFFFF;
}
A.header_menu:visited { 
	color: #FFFFFF;
}
A.header_menu:active { 
	color: #dfdfdf;
	text-decoration: none;
}

A.header_menu:hover {
	color: #dfdfdf;
	text-decoration: none;
}

img {
	border: 0px solid #ff8b00;
}

hr {
	color: #ff8b00;
	height: 1px;
	background-color: #ff8b00;
	border: 0px;
}

.border {
	border: 1px solid #000000;
}

textarea {
	width: 500px;
	height: 200px;

}

input.text {
	width: 500px;
}

ul {
	padding: 5px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
}

li.menu {
	display: block;
	float: left;
}

fieldset {
	border: 1px solid #ff8b00;
	padding: 10px 10px 10px 10px;
}

legend {
	font-size: large;
	font-weight: bold;
}

.error {
	color: #ff2f2f;
}

.bold, .error {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

img#tree {
	float: left;
	width: 30px;
	overflow: auto;
}

/* --- Div Definitions --- */

div#header {
	height: 74px;
}

div#header_menu {
	background-image: url(menubg.jpg);
	height: 30px;
	color: #FFFFFF;
	font-weight: bold;
}

div#content_frame {
	background-color: #dbdbdb;
}

div.content, div.content_text {
	background-color: #FFFFFF;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #bfbfbf;
}

div.content_text {
	width: 940px;
	padding: 10px 10px 10px 10px;
}

div#content_header {
	height: 80px;
	text-align: center;
	background-image: url(logobg.jpg);
}

div#content_menu {

}

div#content_footer {
	text-align: center;
}