body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
body {
	background-color: #A7A7A7;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(cmpts/bk.gif);
	background-repeat: repeat-x;
}
a:link {
	color: #000000;
	
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.copyrighttext {
	font-size: 10px;
}
.goldheading {
	color: #fab900;
	font-weight: bold;
	font-size: 14px;
}
.blueheading {
	color: #000099;
	font-weight: bold;
	font-size: 14px;
}
p { 
	margin-top: 0px; margin-bottom: 10px;
}
.boxtext {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 13px;
	
}
a.boxlink:link {
	color: #FFFFFF;
}
a.boxlink:visited {
	color: #FFFFFF;
}
a.boxlink:hover {
	color: #00B0E7;
}
a.boxlink:active {
	color: #FFFFFF;
}
a.blueboxlink:link {
	color: #FFFFFF;
}
a.blueboxlink:visited {
	color: #FFFFFF;
}
a.blueboxlink:hover {
	color: #fab900;
}
a.blueboxlink:active {
	color: #FFFFFF;
}


/* Drop Down Menu */




body {
	font-family: "Century Gothic", Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background: #eee;
	position: relative;
	margin: 0;
	padding: 0;
	behavior: url("csshover3.htc"); 
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:36px;
	position: relative;
	margin: 0 auto;
	width: 950px;
	top: 20px;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 950px;
	top: 80px;
	height: 520px;
}





/* Vertical Navigation */
#nav { 
	list-style: none; 
	margin: 0; 
	padding: 0px 0px 0px 0px;
	
	font-size: 12px;
	float: left;
	position: relative;
	background: #FAB900;
	width: 800px;
	font-weight: bold;
	height: 25px;
	}


/* CSS for each Parent Item */
#nav li { margin: 0; padding: 0; float: left; position: relative;}

#nav li a
{
	
	display: block;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	color: #fff;
	background: #FAB900;
	line-height: 25px;
	
	
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#nav li:hover a,
#nav li a:hover
{
	display: block;
	padding: 0px 7px 0px 7px;
	color: #00B0E7;	
	background: #FAB900;
	line-height: 25px;
	text-decoration: none;
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#nav ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#nav li:hover ul {display: block;}

#nav ul
{
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 25px;
	left: 0;
	background: #FCD566;
}

#nav ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: 150px;
	color: #fff;
	
}


/* 
Reset and re style 
link of each child item
*/
#nav li:hover ul li a,
#nav ul li a
{
	line-height: 25px;
	display: block;
	padding: 0px 7px 0px 7px!important;

	color: #fff;
	background: #FCD566;
}

#nav li:hover ul li a:hover,
#nav ul li a:hover
{
	line-height: 25px;
	display: block;
	padding: 0px 7px 0px 7px!important;
	
	background: #FCD566;
	color: #00B0E7;
}

#nav .selected  {

	padding: 0px 7px 0px 7px;
	color: #00B0E7;
	background: #FAB900;
	line-height: 25px;

} 


#nav .selected a {

    padding-left: 0px!important;
	padding-right: 0px!important;
	color: #00B0E7;
	background: #FAB900;
	line-height: 25px;

} 
#nav .sub-selected {
	line-height: 25px;
	padding: 0px 7px 0px 7px;
	background: #FCD566;
	color: #00B0E7!Important;

}
/* End Drop Down Menu */



