/* CSS Document */

body,td,th {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:1.5em;
	
}
body {
	background-color: #4E463B;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	border-bottom:1px dotted #383838;
	font-family:Arial;
	vertical-align: middle;
	font-size: 11px;
	font-weight:bold;
	color: #FFF;
	text-align:left;
	padding-top: 10px;
	padding-left:5px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
	text-transform:uppercase;
	
}

a.mainlevel:hover {
	text-decoration: none;
	color: #FFF;
	text-transform:uppercase;
}

a.mainlevel#active_menu {
	color:#FFF;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
}

a.mainlevel#active_menu:hover {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none
}

#left_inner {
padding: 0px;
}


main_body{
background:#FF0000;
padding:20px;
}
 
a:link{color:#fff; text-decoration:underline}
a:visited{color:#fff; text-decoration:underline}
a:hover{color:#fff; text-decoration:none}


.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align:left;
}

.contentheading {
	text-transform: uppercase;
	height: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	background-image:url(../images/content-heading-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;


}

.componentheading {
	text-transform: uppercase;
	height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

#menu-bg{
background:url(../images/menu-bg.jpg)
}

