﻿body 
{
        margin: 0 auto;
	padding: 0;
	font-family: Verdana, Sans-Serif;
	font-size: 0.8em;

	background:#c8c8c8;
	height: 100%;

}

#bg 
{
    position:relative;
    z-index:1;
	width: 980px;
	margin: 0 auto;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:-2px;
	background:white;
	
}


#top_nav
{
    width:960px;height:23px;background:#666666;padding-left:10px;padding-top:8px;padding-right:10px;
    font-weight:bold;
    font-size:11px;
}

#top_nav a,a:visited
{
    color:White;
}

.menu_item
{
    background:#336699;
    height:18px;
    color:white;
    
    text-align:center;
    padding-top:3px;
    border-right: solid 2px white;
    float:left;
        cursor:hand;
    cursor:pointer;
}

.menu_item_active
{
    background:#84c225;
    height:21px;
    margin-top:-4px;
    color:black;
    text-align:center;
    padding-top:7px;
    border-right: solid 2px white;
    float:left;
        cursor:hand;
    cursor:pointer;
}

a .menu_item
{
    text-decoration:none;
}

a .menu_item_active
{
    text-decoration:none;
}

a,a:visited
{
    color:#336699;
}


#main_menu
{
    padding-left:30px;
    font-weight:bold;
    font-size:12px;
    position:relative;
    z-index:4;

}

.cursorhand
{
    cursor:hand;
    cursor:pointer;
}

.clearfloat
{
    clear:both;
}

#footer
{
    height:25px;
    width:960px;height:23px;background:#666666;padding-left:10px;padding-top:8px;padding-right:10px;
    font-weight:bold;
    font-size:11px;
    color:White;
}

h1
{
    font-size:15px;
}

h2
{
    font-size:13px;
}

#top_featured
{
    
 float:right;
 background-image:url(/images/featured_box.gif);
 width:198px;
 
 margin-top:-2px;
 padding-top:10px;
 height:57px;   
 
 padding-bottom:10px;
 padding-left:10px;
 padding-right:10px;
}