
ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 200%;
padding-left: 20px;
padding-top: 0px;
background-image: url(images/bullet_star.gif) ;
background-repeat: no-repeat;
background-position: 0px 3px;
color:BROWN;
}

p {
	font-family:Verdana, Arial, Helvetica;
	font-size:12px;
	line-height:200%;
	color:BROWN;
}

td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
	scrollbar-3dlight-color: #2A2A5B;
	scrollbar-base-color: gold;
	scrollbar-darkshadow-color: #2A2A5B;
	scrollbar-face-color: #ED9815;
	scrollbar-highlight-color: #2A2A5B;
	scrollbar-shadow-color: #2A2A5B;
	scrollbar-track-color: #900000;
	scrollbar-arrow-color: #2A2A5B;
}

/* mambo core stuff */
a:link, a:visited {
	color: gold; text-decoration: none;
	font-weight: bold;
	font-size:12px;
}

a:hover {
	color: #6095FD;	text-decoration: none;
	font-weight: bold;
}


.button {
	padding: 2px 5px 2px 5px;
	height: 22px;
	border: solid 1px #C0D3F3;
	background-color: #ffffff;
	color: #061F4B;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.inputbox {
	padding: 2px;
	border: 1px solid #061F4B;
	background-color: #F0F1FF;
}



table.moduletable {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 3px;
	
}

table.moduletable th {
	background: url(../images/moduleheading.png) no-repeat;
	color: #061F4B;
	text-align: left;
	padding-left: 12px;
	height: 12px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	line-height: 10px;
	border-bottom: 1px solid #C0D3F3;
		}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	
}



a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #061F4B;
}




.highlight {
	background-color: #061F4B;
	color: White;
	padding: 0px 2px 0px 2px;
}


