BODY
{
	FONT-SIZE: 100%;
    FONT-WEIGHT: bold;
	COLOR: #000000;
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	
/*	BACKGROUND-COLOR: #9CF; */

	BACKGROUND-COLOR: #039DFC;
}

H1
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 150%;
	COLOR: #000000;
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif
}

H2
{
	FONT-WEIGHT: bolder;
	FONT-SIZE: 120%;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif
}
	
H3
{
	FONT-SIZE: 110%;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif
}

H4
{
	FONT-SIZE: 100%;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif
}

H5
{
	FONT-SIZE: 90%;
	COLOR: #000000;
	FONT-STYLE: normal;
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
}
			
A:active{
	COLOR: #FFF
}
A:link{
	COLOR: #00F
}
A:visited{
	COLOR: #00F
}

A:hover{
	COLOR: #F00
}

.title
{
	FONT-SIZE: 150%;
	COLOR: #000000;
	FONT-VARIANT: normal
}
	
.rollover A
{   DISPLAY: block;
    text-decoration: none;
    BACKGROUND-COLOR: #FFCC00;}
    
.rollover A:hover
{   BACKGROUND-COLOR: #FF0000;
    color: #FFFFFF;}	
.footer
{    FONT-SIZE: 80%}

.GoldTextBold
{	color: #ffcc00;
	font-weight : bold;}
	
.RedText
{   color: #FF0000;}

.BlueText 
{	color: #0000FF;}

/* Rules for Navigation Menu */
/*=============================================================*/

a.nav:link {color: #FC0; text-decoration: none; }
a.nav:visited {color: #FC0; text-decoration: none; }
a.nav:hover {color: #000; text-decoration: none; }
a.nav:active {color: #000; }

ul#nav, ul.sub1, ul.sub2 {
	margin : 0px;
	padding : 0px;
	list-style-type: none;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight:bold;
    }
	
ul#nav li {
	width: 460px;
	text-align: left;
	position: relative;
	margin-right: 4px;
    }
	
ul#nav a {
	font-size: 150%;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	text-decoration: none;
	display: block;
	width: 460px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	border: 1px solid #FFF;
	border-radius: 8px;
	padding-left: 5px;
    }
	
ul#nav .sub1 li {
/*	border: 1px solid green; */
    }

ul#nav .sub1 a {
	margin-top: 1px;
    font-size: 150%;
	width: 240px;
}

ul#nav li:hover > a {
	background-color: #333;
}
	
ul#nav li:hover a:hover {
	background-color: #FC0;
}

ul#nav ul.sub1 {
	display: none;
	position: absolute;
	top: 51px;
	left: 100px;
}

ul#nav li:hover .sub1 {
	display: block;
}

ul#nav .sub1 li:hover .sub2 {
	display: block;
}

