body.commsen {
	background-color: #0c1707;
	background-image: url("butterfly.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}

body.commsen * {
	text-align: left;
}

body.mceContentBody {
	font-family: Verdana;
	font-size: 10pt;
	background-color: transparent;
}

.mceEditor {
	background: transparent none repeat scroll 0 0;
}

.general_text {
	font-size: 9pt;
	color: #11200a;
	line-height: 1.6em;
	text-align: justify;
}

pre.code {
	border: 1px solid green;
	background-color: white;
	padding: 10px;
	font-size: 9pt;
} 

pre.console {
	border: 1px solid white;
	background-color: black;
	color: white;
	padding: 10px;
	font-size: 9pt;
} 

h2 {
	color: green;
	font-size: 12pt;
	font-weight: bold;
}

#content_panel a {
	text-decoration: none;
	color: #a0a553;
	font-size: 0.9em;
	font-weight: bold;
}

#body_panel a img {
	border: none;
}

#content_panel a:hover {
	color: #435324;
}

#top_panel {
	width: 100%;
	height: 30px;
	background-image: url("menu_background.png");
	position: relative;
	vertical-align: middle;
	color: black;
	overflow: hidden;
}

#menu_panel {
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}

#menu_panel a {
	color: black;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 10px;
}

#quote_panel {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 9pt;
}


#logo_panel {
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	position: relative;
	background: transparent;
	width: 100%;
	height: 50px;
}

#view_panel {
	width: 1000px;
	margin: 0 auto;
	background-color: transparent;
	border: 2px solid #0c430e;
}

#title_panel {
	background-image: url("header_background.png");
	height: 30px;
	overflow: hidden;
	padding-left: 10px;
}

#title_panel h1 {
	font-size: 11pt;
	font-weight: bold;
	color: white;
	vertical-align: middle;
	margin: 3px;
}

#body_panel {
	background-image: url("content_background.png");
	width:100%;
	overflow: hidden;
	position: relative;
	min-height: 400px;
}

#sub_menu_panel {
	width: 290px;
	height: 100%;
	background-image: url("submenu_background.png");
	position: absolute;
	right: 0px;
	padding-left: 10px;
}

#sub_menu_panel a.menu_link {
	display: block;
	height: 30px;
	width: 100%;
	color: gray;
	text-decoration: none;
	padding: 7px 0px 3px 20px;
}

#sub_menu_panel a.active_menu_link {
	display: block;
	height: 27px;
	width: 300px;
	left: -10px;
	position: relative;
	background-image: url("active_menu_background.png");
	color: black;
	padding: 7px 0px 3px 30px;
	text-decoration: none;
	
}

#link_buttons {
	text-align: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#content_panel {
	padding: 10px;
	width: 650px;
}

#footer {
	width: 1000px;
	margin: 0 auto;
	background-color: transparent;
	color: #0c430e;
	text-align: center;
}



