</style>

/*--------------------------------------------------Navigation System-----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------*/

.chromestyle{
	width: 840px;
	font-weight: normal;
	font-size: 14px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(/nav_images/nav_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 4px 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	letter-spacing: 1px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #333333;
	padding: 2px 20px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(/nav_images/nav_bg_over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:fixed;
top: 10;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 137px;
visibility: hidden;

}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: 333333;
	font-size: 12px;
}

.dropmenudiv b{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-size: 8px;
	color: 333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #f6f14c;
}

/*--------------------------------------------------Navigation System Ends------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------Main Page Layout Styles-----------------------------------------------------------------*/
/*----------------------------------------------------------Inpages-------------------------------------------------------------------------*/





/*--------------------------------------------------Main Page Content Styles----------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------*/



body { background-image: url(/images/Gold_Leaf_Tile.gif);

} 

a:visited {color: #990000;

}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}

.paragraph {
	color: #333333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}


.h1 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.h2 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.h3 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}

.h4 {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;	
	
}	
	


.FormParagraph {
	color: #333333;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.FormHeader {
	color: #990000;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.BulletRed {
	color: #990000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.BodyCopyRequired {
	color: #FF0000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}


.Footer {
	color: #CCCCCC;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.NavMain {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}


/*---------------------------------------------------------------Styles Ends----------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------------------*/

</style>
