@charset "UTF-8";
/* CSS Document */

.thebg {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.mainbg {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
}

.leftbg {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.bottombg {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
}

.bottomnavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.bottomnavtext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin-right: 18px;
	margin-left: 18px;
}

.maintextbold {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
		font-weight:bold;
}
.glossymenu {
margin: 0px 0;
padding: 0;
width: 262px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background-color:#FFFFFF
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 0px 0;
padding-left: 0px;
margin: 0;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
margin: 0;
padding: 0;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 0px 0;
padding-left: 0px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
margin: 0;
padding: 0;
}
