/* @override http://www.ccorc.com/06/templates/ms_thinking_brown/css/template_css.css */

body{
	background: #DFDFDF;
	margin: 0px;
	padding: 0px;
}
body,td,th,div  { 
	color: #444; 
	font-size: 11px; 
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	line-height: 15px 
}
a.mainlevel {
	display: block;
	background-color: #d1cdb6;
	margin: 1px;
	padding: 4px 4px 4px 8px;
	font-size: 13px;
	line-height: 16px;
	color: #996600;
}
a.mainlevel:hover, a#active_menu.mainlevel {
	background-color: #d4bb77;
	text-decoration: none;
}
a.sublevel {
	display: block;
	background-color: #d1cdb6;
	margin: 1px;
	padding: 4px 4px 4px 8px;
	font-size: 13px;
	line-height: 16px;
	color: #996600;
	list-style-type: none;
}
a.sublevel:hover, a#active_menu.sublevel {
	background-color: #d4bb77;
	text-decoration: none;
}
a { 
	color: #996600; 
	text-decoration: none 
}
a:hover { 
	text-decoration: underline 
}
#outline {
	width: 840px;
	margin-top: 10px;
	background: url(../images/main_middle.jpg) repeat-y;
	overflow			: hidden;
}
#top_container{
	background: #DFDFDF;
	height: 255px;
	padding: 0;
	width: 840px;
}
#middle_container{
	overflow: hidden;
}
#middle_container_inner{
	width: 800px;
	text-align: left;
}
#left {
	width: 570px;
	float: left;
	padding: 0px 20px;
}
#right{
	width: 190px;
	float: left;
}
#bottomcontainer{
	background: url(../images/main_bottom.jpg);
	height: 30px;
	padding: 0px 25px;
}
#icons{
	padding-left: 10px;
	padding-top: 3px;
}
#bottomcontainer #icon{
	float: left;
	margin-right: 2px;
}
#bottomcontainer #copyright{
	float: right;
	padding-right: 10px;
	color: #999999;
}
table.moduletable{
	width: 180px;
	margin-bottom: 10px;
}
table.moduletable th,
.sectiontableheader{
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #666;
}
table.moduletable td{
	padding-top : 10px;
}
table.moduletable td td{
	padding-top: 0px;
}
.sectiontableentry1{
	background: #e7e7e7;
}
.contentheading  { 
	color: #030; 
	font-size: 16px; 
	text-decoration: none; 
	background: url("../images/underline.jpg") repeat-x 50% bottom;
	padding-bottom: 7px 
}
.contentheading a{
	color: #444;
	text-decoration: none;
}
.componentheading { 
	color: #996600; 
	font-size: 18px; 
	text-decoration: none; 
	margin-bottom: 20px 
}
.small,.createdate,.modifydate{
	color: #999999;
	font-size: 11px;
}

