body{
	background			: #DFDFDF;
	margin				: 0px;
	padding				: 0px;
}

body, td, th, div{
	font-family			: Tahoma;
	font-size			: 13px;
	color				: #000000;
}

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			: #624529 url('../images/main_top.jpg');
	height				: 250px
}

#middle_container{
	overflow			: hidden;
	
}

#middle_container_inner{
	width				: 770px;
	text-align			: left;
}

#left{
	width				: 100px;
	float				: left;
	
}

#right{
	width				: 550px;
         padding				: 0px 20px;
	float				: right;
}

#bottomcontainer{
	background			: url('../images/main_bottom.jpg');
	height				: 30px;
	padding-left:25px; padding-right:25px; padding-top:0px; padding-bottom:0px
}

#icons{
	padding-left	            	: 10px;
	padding-top			: 3px;
}

#bottomcontainer #icon{
	float				: left;
	margin-right		         : 2px;
}

#bottomcontainer #copyright{
	float				: right;
	padding-right		          : 8px;
	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			: #624529;
	font-size			: 12px;
         font-weight                : bold;
	text-decoration		: none;
	padding-bottom		: 7px;
	background		: // url('../images/underline.jpg') repeat-x bottom;
}


.contentheading a{
	color			: #444;
	text-decoration		: none;
}

.componentheading{
	color			: #624529;
	font-size			: 14px;
         font-weight                 : bold;
	margin-bottom		: 20px;
	text-decoration		: 
}

.small, .createdate, .modifydate{
	color		         : #999999;
	font-size			: 11px;
}