a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399FF;
}

a:active {color: #999999}
a:visited {color: #999999}
a:hover {color: #999999;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	white-space: normal;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	list-style-type: square;
	
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	list-style-type: square;
}
hr {color: #000000;
}

/* NEW STUFF FOR JAVASCRIPT MENUS AT TOP */

#top_navigation {
        position: relative;
        padding: 0;
        clear: both;
}

#topmenu {
        margin: 0;
        padding: 0;
        text-align: center;
        float: left;
}


#topmenu ul {
        margin: 0;
        padding: 0;

}

#topmenu li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        display: inline;
}

#topmenu li a {
        font-size: 100%;

        font-family: Arial, sans-serif;
        font-weight: bold;
        padding: 0.2em 0.6em;
        display: block;
        text-align:center;
        text-decoration: none;
        color: #000000;
        background-color: transparent;
        border-top: 3px solid #000000;
        border-left: 1px dotted #000000;
        border-right: 1px dotted #000000;
	border-bottom: 3px solid #000000;
}

#topmenu li a:hover {
        color: #000000;
        background-color: transparent;
        border-top: 3px solid #000000;
        border-left: 1px solid #000000;
        border-right: 1px solid #000000;
}

/*New Code for drop down menu*/

#topmenu_last
{
position:absolute;

right:0;
                                        }


#topmenu div
{       position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        background-color:#ffffff;
        border-top: 1px solid #000000;
        font-size: 95%;
        font-weight: normal;
        display: block;
        white-space: nowrap;
        z-index: 500;
        }

#topmenu div a
        {       position: relative;
                display: block;
                margin: 0;
                padding-left: 0.5em;
        padding-right: 0.5em;
        padding-top: 0.2em;
        padding-bottom: 0.15em;
                width:auto;
                white-space: nowrap;
                text-align: left;
                text-decoration: none;
                background: #ffffff;
                color: #000000;
                font-size: 95%;
                font-family: Arial, sans-serif;
                font-weight:normal;
                border-top: 0px solid #000000;
        border-left: 1px dotted #000000;
        border-right: 1px dotted #000000;
        border-bottom: 1px solid #000000;}

        #topmenu div a:hover
        {       background: #000000;
        color: #ffffff;
        border-top: 0px solid #ffffff;
        border-left: 1px dotted #ffffff;
        border-right: 1px dotted #ffffff;
        border-bottom: 1px solid #ffffff;
        }
}
