P,body,table,td,tr  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #272928;
	line-height:14pt;
}

.blurb {
	font-size : 8pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #8b909f;
}

a.footerlinks,a.footerlinks:active,a.footerlinks:visited {
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #CCCCCC;
}
a.footerlinks:hover {
	font-size : 9pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
	color : #FFFFFF;
}

H1  {}

H2  {}

H3  {}

A,A:Visited,A:Active  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #660000;
}

A:Hover  {
	color : #336600;
}
.leftside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 11pt;
}
a.leftside,a.leftside:active,a.leftside:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
a.leftside:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration : none;
}

.clear {clear:both}
/* remove the list style */
#nav {
    margin:0;
    padding:0;
    list-style:none;	
	background: #222 url(images/topnav_bg.gif) repeat-x;
}  
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li {
        float:left;
        display:block;
        width:125px;
        background:#222;
        position:relative;
        z-index:500;
        margin:0 1px;
		background: #222 url(images/topnav_bg.gif) repeat-x;
		height:35px;
    }
         
    /* this is the parent menu */
    #nav li a {
        display:block;
        padding:8px 5px 0 5px;
        font-weight:700; 
        height:23px;
        text-decoration:none;
        color:#fff;
        text-align:center;
        color:#fff;
		height:35px;
    }
 
    #nav li a:hover {
        color:#FFC;
		background: url(images/topnav_hover.gif) no-repeat center top;
    }
     
    /* you can make a different style for default selected value */
    #nav a.selected {
        color:#FFC;
    }
     
        /* submenu, it's hidden by default */
        #nav ul {
            position:absolute;
            left:0;
            display:none;
            margin:0 0 0 -1px;
            padding:0;
            list-style:none;
			background: #2A0000;
        }
         
        #nav ul li {
            width:125px;
            float:left;
            
        }
         
        /* display block will make the link fill the whole area of LI */
        #nav ul a {
            display:block; 
            height:15px;
            padding: 8px 5px;
            color:#fff;
			background: #370000;
        }
         
        #nav ul a:hover {
            text-decoration:none; 
			background: #370000;
			color:#FFC;
        } 
 
 
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}

.menu {width:778px; height:35px;background: url(images/topnav_bg.gif) repeat-x;border-left:1px solid #A4A353;border-right:1px solid #A4A353;}

