/* layout.css CSS file*/
html, body {
background: #172f0f;
color: #333;
line-height: 1.2em;
}

a			{
			color: #555;
			font-weight: bold;
}

		
#content_container {
}	


#sub_sub_wrap{
}

h1,h2,h3,h4,h5,h6,blockquote,form,label,ul,ol,dl,fieldset,address {
color: #000;
}


#footer,.small,.createdate,.modifydate,.mosimage_caption{
color:#999;
}

#header .moduletable	{
}

#header .moduletable h3 {
border-top: 1px dashed #ccc;
border-bottom: 1px dashed #ccc;
text-decoration: none;
}

#header .moduletable, #header .moduletable p{
color: #fff;
}


.componentheading {
					color:#82010d;
}

.moduletablemenu{
color:#FFFFFF;
}
.moduletablemenu h3 {
background:#666;
color:#fff;
}

.moduletablemenu li{
}

.moduletablemenu li a{
background-color:#666;
color: #fff;
}

.moduletablemenu li a:hover,a#active_menu:link,a#active_menu:visited{
background-color: #2586d7;
color: #fff;
}

#copyright, #copyright a	{
color: #efefef;
}