body
    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 0px;
    padding:0px;
    background-image: url(../images/background1.jpg);
    background-repeat: repeat-x;
    }

a
    {
    text-decoration:underline;
  
    }

a:hover
    {
    text-decoration:none;
    }


tr
    {
    font-size: small;
    }

.x-small
    {
    font-size: x-small;
    }

.px9		{font-size: 9px;}
.px10		{font-size: 10px;}
.px11		{font-size: 11px;}
.px12		{font-size: 12px;}
.px13		{font-size: 13px;}
.px14		{font-size: 14px;}
.px15		{font-size: 15px;}
.px16		{font-size: 16px;}
.px17		{font-size: 17px;}
.px18		{font-size: 18px;}
.px20		{font-size: 20px;}
.px21		{font-size: 21px;}
.default	{font-size: 13px;}

.error
    {
    color: red;
	font-size: 11px;
	font-weight: bold;
    }

.red
	{
	color: red;
	}

.pageHeader
    { 
    font-size:16px; 
    border-bottom: 1px solid #dddddd;
    font-family: Arial,Verdana, Helvetica, sans-serif;
    font-weight: bold;
    color: #004000;
    }





#main
    {
    padding: 0px;
    background: #ffffff;
    border-left:1px solid #827e7e; 
    border-right:1px solid #827e7e; 
    border-bottom:1px solid #827e7e; 
    }

#header
    {
    padding: 0px;
    margin-bottom: 0px;
    }
    
   

#navigation
    {
    float: left;
    width: 180px;   /* include the IE5.x/Win box model hack */
    \width: 190px;
    w\idth: 180px;
    margin: 0px;
    margin-right: 0px;
    padding: 5px;
    /* border-right: 1px solid #dddddd; */
    }


#content
    {
    padding: 10px;
    border-left: 1px solid #dddddd;
    margin-left: 190px;
    }


#footer
    {
    padding: 5px;
    margin: 5px;
    clear: both;
    border-top: 1px solid #dddddd;
    font-size: x-small;
    }

.language
    {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #434343;
    }

.dateHeader
    {
    font-size: 9px;
    color: #000000;
    }


#hMenu
    {
    position: relative;
    display: block;
    height: 35px;
    font-size: 11px;
    font-weight: bold;
    background: transparent url(../images/bg1OFF.gif) repeat-x top left;
    font-family:Arial,Verdana,Helvitica,sans-serif;
    }
    
#hMenu ul
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width:auto;
    }
    
#hMenu ul li
    {
    display: block;
    float: left;
    margin: 0;
    }
    
#hMenu ul li a
    {
    display: block;
    float: left;
    color: #101010;
    text-decoration: none;
    padding: 11px 11px 0 11px;
    height: 23px;
    background: transparent url(../images/bg1DIVIDER.gif) no-repeat top right;
    }
    
#hMenu ul li a:hover,#hMenu ul li a.current
    {
    color: #000000; 
    text-decoration: none;
    background: #fff url(../images/bg1ON.gif) no-repeat top left;
    }


#vMenu
    {
    border-top: 1px solid #cecece;
    border-bottom-width: 0;
    width: 180px;
    background-color: #ffffff;
    }


/*IE only rule, to negate the padding below IE includes in menu width.*/
* html #vMenu
    { 
    width: 174px;
    }

/*Non IE rule*/
html>body #vMenu a
    { 
    width: auto;
    }
 

#vMenu a
    {
    font: 11px Verdana;
    padding: 4px;
    padding-left: 4px;
    display: block;
    width: 100%;
    color: #404040;
    text-decoration: none;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
	background-color: #ffffff;
    }


#vMenu a:hover
    {
    background-color: #ffffcc;
    color: #000000;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    }


#vMenu a.current
    {
    background-color: #ffffcc;
    color: #000000;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    font-weight: bold;
    }


.ulSubmenu
    {
    list-style:none;
    padding-left: 0;
    border: none;
    }

.liSubmenu
    {
    list-style:square outside;
    margin-bottom: 8;
    margin-left: 0px;
    font-size: 11px;
    }

.box
    {
    border: 1px solid #d6d6d6;
    }

.boxBody
    {
    padding: 8px;
    }

.boxTitle
    {
    font-weight: bold;
    font-variant: normal;
    padding: 5px;
    color: #000000;
    background-color: #d8e3db;
    font-size: 12px;
    }


.photo
    {
    border: 1px outset #c6c6c6;
    }

.flag
    {
    border: 1px solid #000000;
    }

.label
    {
    font-size: 11px;
    color: #464646;
    margin-top: 10px;
    font-weight:bold;
    }


/* include this if you want to have the tab nav at the top of page */

/* styles for dynamic tabbed layers*/
#tab_nav
    {
    padding-top: 20px;
    padding-bottom: 2px;
    border-bottom: 1px solid #8397AA;
    clear: both;
    text-decoration:none;
    background-color:#ffffff;
}

#tab_nav a
    {
    margin: 0 -5px 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #617588;
    border-top: 1px solid #8397AA;
    border-right: 1px solid #8397AA;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #8397AA;
    padding: 3px 7px;
    text-decoration:none;
    }
    
#tab_nav a.taboff
    {
    z-index: -1;
    color: #617588;
    background: #C4CED4;
    border-bottom: 0px;
    }
    
#tab_nav a.taboff:hover
    {
    z-index: -1;
    color: #617588;
    background: #D6EFF6;
    border-bottom: 0px;
    }
    
#tab_nav a.tabon
    {
    z-index: 1;
    padding-bottom: 2px;
    border-bottom: 2px solid #FFFFFF;
    background-color:#FFFFFF;
    }
    
.hide
    {
    visibility: hidden;
    display: none;
    }
    
.show
    {
    visibility: visible;
    display: block;
    }

#tabfeatures .column
    {
    width: 48%;
    margin-top: 0;
    padding: 5px;
    }
    
#tabfeatures table.basic
    {
    margin-top: 0;
    }

#tabfeatures table.general
    {
    width: 100%;
    }

#tabfeatures table.general td li
    {
    font-size: 11px;
    }

/* END Overrides for tabbed layers */



#newsdate1
    {
    font-size: 70%;
    margin: 5px;
    text-align: right;
    }

#newsdate
    {
    font-size: 11px;
    padding-bottom: 2px;
    margin-top: 8px;
    text-align: left;
    font-weight:bold;
    border-bottom: 1px solid #c1c1c1
    }



