body { background-image:url(/images/dirt.jpg); background-color:#222; font-family:Arial, Helvetica, sans-serif; /* background-image:url(/images/afebg.jpg); */}

a { color:#222; }

h3 { color:#336699; }

h1 { font-size:30px; margin-bottom:10px; font-family:"Arial Black", Arial; font-style:italic; }

#site { margin:0 auto; width:986px; background-color:#fff; background-image:url(/images/afepagebg.jpg);  background-repeat:repeat-y; }

#page { margin:0 auto; width:940px; background-color:#fff; }

#header {  }
#header img { border:0; padding:10px 0 0 0; }
#header h2 { float:right; font-size:24px; color:#666; padding:20px; font-style:italic; }

#content { float:right; width:700px; padding:0 20px 0 10px; }
#content h2 { font-size:22px; margin-bottom:10px; }
#content p { margin-bottom:15px; line-height:130%; color:#222; }

#sidebar { float:left; width:200px; padding:0; }

#footer { clear:both; }
#footer p { text-align:center; padding:5px; font-size:12px; }

/* Menu Styles */

.glossymenu { margin-bottom:10px; }

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid e1e1e1;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
/*background: white url(/images/glossyback.gif) repeat-x bottom left;*/
background-color:#fff;
font: bold 12px Verdana, Helvetica, sans-serif;
color: #333;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom:1px solid #e1e1e1;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
border:1px solid #e1e1e1;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
border-bottom:1px solid #e1e1e1;
background-color:#f8f8f8;
color:#222;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(/images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color:222;
}

.glossymenu li a:hover{
/*background-image: url(/images/glossyback2.gif);*/
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; color:#222; }
/* End */