/* CSS Document */

body{
text-align:center;
margin:0 auto;
background:#003300;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
a{
color: #006600;
text-decoration: none;
}
.wrap{
text-align:left;
margin:auto;
width:850px;
background:#FFFFFF;
}
.header{
height:100px;
width:auto;
background:#003300;
}
.header a{
color:#FFFFFF;
text-decoration:none;
}
.spacerh{
height:10px;
background:#003300;
}
.left{
width:250px;
float:left;
background:#FFFFFF;
}
.right{
width:600px;
float:right;
background:#FFFFFF;
}
.glossymenu{
margin: 5px 0;
padding: 0;
width: 248px; /*width of menu*/
border: 1px solid #fff;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #003300 url(images/glossyback.gif) repeat-x bottom left;
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: 10px 0;
padding-left: 10px;
text-decoration: none;
border: 1px solid #fff;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background: #66CC00;
color:#000000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.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 #003300;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #003300;
text-decoration: none;
padding: 4px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
.spacer2{
clear:both;
height:5px;
background:#FFFFFF;
}
.footer{
width:850px;
height:40px;
background:#000000;
color: #999999;
padding-top:5px;
}
.style2 {
	font-size: 16px;
	font-weight: bold;
}

.footer a{
color:#CCCCCC;
}