body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #6F6E6D;
	background-image: url(../images/page_background.jpg);
	background-repeat:repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
}

a {
	color: #ECECEC;
}

td {
	font-family:Arial, Helvetica, sans-serif;
}

h1 {	
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	/*font-size: 120%;*/
}	

.pageproperties {
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: right;
}

/* main page structure */

#main {
	background-color: #6F6E6D;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 800px;
	top: 40px;
}

#sidebar {
	width: 20%;
	background-color: #000000;
	margin-left: 0.5%;
	float: left;
}

#content {
	float: left;
	display: inline;
	padding: 0px;
	width: 76.5%;
	margin-left: 0%;
	text-align: left;
}

#content_header {
	background: #ffffff;
	padding: 10px;
	color: #000000;
	margin-top: 20px;
	width: 90%;
	text-align: center;
	height: 320px;
	width: 580px;
}

#content_main {
	padding: 10px 10px 25px 20px;
}

#logo {
	text-align: center;
}

#news {
	padding: 8px;
	border: 1px solid #FFFFFF;
	font-size: 80%;
	margin-bottom: 6px;
}

#news h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#news a {
	color: red;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	width: 100%;
}

#endcontent {
	clear: both;
}

.toplinks {
	width: 790px;
	padding: 3px 10px 3px 3px;
	color: white;
	font-size: 90%;
	font-weight: bold;
	width: 800px;
	text-align: right;
}

.toplinks a {
	color: white;
	text-decoration: none;
}

.toplinks a:hover {
	text-decoration: underline;
}



/*
 * 
 * level 1 navigation 
 *
 */

	.level1 {
		list-style-type: none;
		font-family:  Arial, Helvetica, sans-serif;
		font-size: 95%;
		color: #ffffff;
		font-weight: bold;
		margin-left: 18px;
		margin-right: 10px;
	}
	.level1 li {
		padding: 7px 0px 0px 0px;
	}
	.level1 li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	.level1 li a:hover {
		text-decoration: underline;
	}
	.level1_selected{
	}
	.level1_active {
		
	}
	
/*
 *
 * level 2 navigation
 *
 */
	
	.level2 {
		list-style-type: none;
		font-family:  Arial, Helvetica, sans-serif;
		font-size: 75%;
		color: #dddddd;
		clear: both;
	}
	.level2 li {
		display:inline;
	}
	.level2 li a {
		float: left;
		text-decoration: none;
		color: #dddddd;
		font-family:Arial, Helvetica, sans-serif;
	}
	.level2_selected{
		font-weight: bold;
		text-decoration: underline;
		float: left;
	}
	.level2_active {
		font-weight: bold;
		float:left;
	}
	
	
/*
 *
 * level 3 navigation
 *
 */
	
	.level3 {
		list-style-type: none;
		font-family:  Arial, Helvetica, sans-serif;
		font-size: 65%;
		color: #cccccc;
		clear: both;
	}
	.level3 li {
		display:inline;
	}
	.level3 li a {
		float: left;
		text-decoration: none;
		color: #cccccc;
		margin-right: 5px;
		font-family:Arial, Helvetica, sans-serif;
	}
	.level3_selected{
		font-weight: bold;
		text-decoration: underline;
		float: left;
		margin-right: 5px;
	}
	.level3_active {
		font-weight: bold;
		float:left;
		margin-right: 5px;
	}
	
	
/*
 *
 * login info
 *
 */
 .logininfo {
	font-size: 70%;
	width: 805px;
	text-align: right;
	padding: 8px 0px 8px 8px;;
 }
 
 .logininfo a {
 	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-right: 8px;
	color: #444444;
 }
 
 .logininfo a:hover {
 	text-decoration: underline;
	color: #CCCCCC;
 }
 

.news {
	font-size: 100%;
}

.news H1 {
	margin: 5px;
	padding: 0;
	font-size: 2.0em;
}


.Editor {
	background-color: #000000;
	color: #ffffff;
 }


#footer {
	width: 796px;
	padding: 4px;
	text-align: right;
	
}

 .CuteEditorDropDown, .CuteEditorDropDown *{
 	color: #000 !important;
 }