body{
	background			: url(../images/mn-bkg.jpg) fixed;
	margin				: 0px;
	padding				: 0px;
}

body,td,th,div{
	font-family			: Georgia, serif;
	font-size			: 13px;
	color				: #000000;
}


a { 
        color                           : #888888;
        text-decoration                 : none 
}

a:vlink { 
        color                           : #444444; 
}

a:alink { 
        color                           : #999999; 
}

a:hover { 
        color                           : #BBBBBB; 
        text-decoration                 : none
}

#outline{
	width				: 840px;
	margin-top			: 0px;
	background			: #FFFFFF;
	overflow			: hidden;
}

#top_container{
	background			: #FFFFFF url(../images/main_top.png);
	height				: 50px;
}

#middle_container{
	overflow			: hidden;
	
}

#middle_container_inner{
	width				: 840px;
	text-align			: left;
}

#left{
	width				: 580px;
	float				: left;
	padding				: 0px 20px;
}

#right{
	width				: 100px;
	float				: right;
	text-align			: left;


}

#bottomcontainer{
	background			: #FFFFFF;
	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				: 200px;
	text-align			: right;
	margin-bottom		: 10px;
}

table.moduletable th,
.sectiontableheader{
	font-weight			: bold;
	letter-spacing		: 1px;
	border-bottom		: 1px solid #000000;
}

table.moduletable td{
	padding-top			: 10px;
}

table.moduletable td td{
	padding-top			: 0px;
}

.sectiontableentry1{
	background:#e7e7e7;
}

.contentheading{
	color				: #000000;
	font-size			: 24px;
	text-decoration		: none;
	padding-bottom		: 7px;
	background			: url(../images/underline.jpg) repeat-x bottom;
}


.contentheading a{
	color				: #000000;
	text-decoration		: none;
}

.componentheading{
	color				: #000000;
	font-size			: 28px;
	margin-bottom		: 20px;
	text-decoration		: none;
}

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 11px;
}