* {
	font-size: 14px;
}
html,body {
	height: 100%;
}

body {
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 150%;
	font-size: 11px;
	color: #333333;
	background: #8aa294;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

h1 { font-size: 1.7em }
h2 { font-size: 1.4em }
h3 { font-size: 1.3em }
h4 { font-size: 1.2em }
h5 {font-size: 1.1em }

/*a {
	color: #006633; text-decoration: none;
	font-weight: bold;
}*/

a:hover {
	color: #900;	text-decoration: none;
}

a:active {
	color: #ffffff; text-decoration: none;
	font-weight: bold;
}

div#cubody {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	background: url(../gui/progress_layout.png) repeat-y;
	}


div#cutop {

	background: url(../gui/progress_layout_top.jpg) no-repeat;
	height: 195px;
}

div#cumiddle {
	background: url(../gui/progress_layout.png) repeat-y;
}

div#cumandiv_inner {
	position: relative;
	left: 20px;
	top: 160px;
	/*width: 550px;^*/
	height: 16px;
	overflow: hidden;
	font-size: 18px;
	
	}
	
div#cumain {
	background: #ffffff;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 37px;
	margin-bottom: 20px;
	/*width: 700px;*/
	overflow: auto;
	line-height: 150%;
}



div#cubottom {
    clear: both;
	float: none !important;
	background: url(../gui/progress_layout_bottom.png) no-repeat;
	width: 786px;
	height: 31px;
}

.menulink, .menulink:visited {
	font-size: 17px;
	vertical-align: top;
	color:  #2d2d2d;
	font-weight: 900;
}

.menulink:hover {
	color: white;
}

/* 
	editor id�s
*/

.left {
	float: left;
	border: 1px solid #505050;
	margin: 0px 15px 15px 0;
        clear: both;

}

.right {
	float: right;

	margin: 0px 0px 15px 15px;
	clear: both;

}.right img, img.right {	border: 1px solid #505050;	background: #dedede;	border: 1px solid #ccc;	padding: 3px;}

.italic {
	font-style: italic;
}

.bold {
	font-weight: 900;
}

.underlined {
	text-decoration: underline;
}
.imagebox {	border: 0px solid white;	background: #dedede;	border: 1px solid #ccc;	padding: 3px;	}.imagebox img {	padding: 0px;	border-width: 0px;	padding: 0px;}.imagetext {	border: 0px solid white;	font-style: italic;	font-family: Times New Roman;	font-size: 15px;}
