/* general stuff */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
color: #333;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
text-decoration:  none;
color: #CC0000;

 }
a:hover {
text-decoration:  underline; 
color: #333;
 }
#menu a, #menu a:active, #menu a:visited {
display: block;	
text-align:center;
color: #fff;
font-weight: bold;
text-decoration:  none; 
	height:  28px;
	line-height:33px;
	text-indent:-10px;
padding-top: 5px;
	width: 131px;
	background-image:url(../images/menu_off.jpg);background-repeat: no-repeat;
}
#menu a:hover{

	background-image:url(../images/menu_on.jpg);
	background-repeat: no-repeat;
}

#menu ul, 
#menu li {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-image:none;
}

#menu ul {
padding:0;
margin:0;
}
#menu ul li {
float:left;
	text-align:center;
	height:  26px;
	width: 131px;
	padding-top: 8px;
	margin-right: 7px;
}
#header-text {
width: 300px; 
padding: 20px;
color: #fff;


}
#header-text h3{
font-weight: bold;
color: #fff;

}
h1, h2, h3, .contentheading, .componentheading {
color: #cc0000;
font-size: 14px;
font-weight: bold;

}
h3 {
color: #cc0000;
font-size: 12px;
font-weight: bold;

}
#left {
padding: 5px;
border: 1px solid #EAEAEA;
}
#left a:link,
#left a:hover,
#left a:active,
#left a:visited {
	color: #333;
font-size: 11px;
	font-weight: bold;
	
}
#left a.mainlevel:link,  #left a.mainlevel:active, #left a.mainlevel:visited {
font-weight: bold;
padding-top: 5px;
height: 16px;
text-indent: 20px;
background-image:url(../images/menubg.gif);
	background-repeat: no-repeat;
}
.pagenav {
font-weight: bold;

}
