body {
	background-color: #202020;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

label {
	display: block;
	float: left;
	width: 12em;
	text-align: right;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: normal;
	clear: both;
	font-size: 12px !important;
}

fieldset {
	border: solid 1px #808080;
	font-size: 20px;
	font-weight: bold;
}

input,select,textarea {
	width: 200px;
	border: solid 1px #808080;
	background-color: #ffffff;
	margin-bottom: 1px;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clearing {
	clear: both;
}

#container {
	background-color: #3b3b3b;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	max-width: 940px;
	width: 940px;
	margin: 0 auto;
}

#header {
	background: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	height: 144px;
	overflow: hidden;
}

#content_container_1 {
	min-height: 235px;
	background: url("../images/bg_top.png");
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: top left;
}

#content_container_2 {
	min-height: 235px;
	background: url("../images/bg_bottom.png");
	background-repeat: repeat-x;
	background-color: transparent;
	background-position: bottom left;
	margin-top: 3px;
}

#footer {
	background: url("../images/footer.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	height: 106px;
}

#menu {
	width: 200px;
	padding: 30px 10px 3px 0px;
	float: left;
}

#menu a {
	display: block;
	background: url("../images/menu_item.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 23px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 0px 0px 5px;
	font-weight: bold;
}

#menu a:hover {
	display: block;
	background: url("../images/menu_item_hover.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 23px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 0px 0px 5px;
}

.menuHeader {
	display: block;
	background: url("../images/menu_item.png");
	background-repeat: no-repeat;
	width: 200px;
	height: 23px;
	margin-bottom: 0px;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 0px 0px 5px;
	font-weight: bold;
}

.submenu {
	display: block;
	background: url("../images/submenu_bg.png");
	background-repeat: repeat-x;
	width: 185px;
	margin: 0px 0px 3px 3px;
	color: #ffffff;
	border: solid 1px #808080;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	font-weight: normal !important;
}

.submenu a {
	background: none !important;
	width: auto !important;
	height: auto !important;
	color: #ffffff !important;
	padding: 1px !important;
	font-weight: normal !important;
}

.submenu a:hover {
	color: #ff0000 !important;
	font-weight: normal !important;
}

#content_editable {
	float: right;
	padding-right: 10px;
	width: 710px;
}

#content_editable a {
	color: #ffffff;
	text-decoration: none;
}

#content_editable a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#content_footer {
	text-align: center;
	color: #808080;
	font-size: 10px;
	padding-bottom: 5px;
}

#content_footer a {
	color: #808080;
	text-decoration: none;
}

#content_footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

hr {
	border: solid 1px #808080;
	color: #808080;
}

.pageTitle {
	text-align: right;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}

.pageContent {
	text-align: left;
	font-size: 12px;
	color: #808080;
}
