a:link
{
	color: 996699; 
	text-decoration: none;
	font-weight: bold;

}
a:visited
{
	color: 996699; 
	text-decoration: none;
	font-weight: bold;

} 
a:active 
{
	color: CC9966;
	text-decoration: none;
	font-weight: bold;

}
a:hover 
{   color: CC9966;
    text-decoration: underline;
    font-weight: bold;
    
}
p
{
	font-family: "Book Antiqua", Tahoma, Arial, Verdana;
	font-size: 12pt;
	color: #000000;
}
p.time
{
	margin-top: -3;
	font-size: 10pt;
}
li
{
	font-family: "Book Antiqua", Tahoma, Arial, Verdana;
	font-size: 12pt;
	color: #000000;
}
body
{
	font-family: "Book Antiqua", Tahoma, Arial, Verdana;
	font-size: 12pt;
	background-color: #CCCCCC;
	color: #000000;
}
table
{
	table-border-color-light: #CCCCCC;
	table-border-color-dark: #CCCCCC; 
}
h1, h2, h3, h4, h5, h6
{
	font-family: "Book Antiqua", Tahoma, Arial, Verdana;
}
h1
{
	color: #663366;
	font-size: 18pt;
}
h2
{
	color: #CC9966;
	font-size: 14pt;
}
h3
{
	color: #000000;
	font-size: 12pt;
}
h4
{
	color: #333333;
	font-size: 10pt;
}
h5
{
	color: #CC9966;
	font-size: 8pt;
}
h6
{
	color: #000000;
}
span.first {  
float: left;  
font-family: Old English, Georgia,serif;  
font-size: 300%;  
line-height: 0.85em;  
margin-right: 0.05em;  
margin-bottom:-0.25em; }

/*********************************************************
Menu System CSS . . .
**********************************************************/
#dropdown-holder {
	/*
		This is just the holder and how you want what is behind the
		main menu links to look like
	*/
	width: 798px;
	background-color:#000000;
	padding-left:10px;
}
.dropdown {
	/*
		OVER ALL LINE HEIGHT
	*/
	line-height:32px;
}
.dropdown a {
	/* The minimum width of the "MAIN" links on top */
	min-width: 77px;
	font-family: helvetica, verdana, tahoma, arial;
	/*text-transform: uppercase; */
	font-size: 12px;
	display:block;
	text-align: center;
	padding:0px 10px 0px 10px;
	color:#D2B349;
	text-decoration:none;
}
.dropdown a:hover{
	color: #D2B349;
	background-color: #121212;
}
.dropdown ul {
	top:32px;
}
.dropdown li ul a{
	/* The width of the dropdown and popout menu */
	width:135px;
	background-color:#0a0a0a;
	/*
		Optional thought i'd make the drop down and popout transparent
		This line is also what is killing the CSS validation
	*/
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}
.dropdown li ul {
	border-top: solid 1px #333333;
	text-align: left;
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:157px;
}
.dropdown li ul li{
	/* time for some math  {a}:width + {a}:padding + {a}:border */
	width:157px;
}
.dropdown li ul li a{
	border-bottom: solid 1px #000000;
	border-top: solid 1px #333333;
	border-left: solid 1px #000000;
	border-right: solid 1px #333333;
}
.dropdown a.popout {
	/* totally optional popout indicator */
	background-image: url(../images/popout.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

/************************************************************
ONLY EDIT BELOW IF YOU REALLY KNOW WHAT YOUR DOING!
************************************************************/
.dropdown {
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.dropdown a {
	display:block;
	text-align: center;
}
.dropdown li{
	float:left;
	position:relative;
	display: block;
}
.dropdown ul {
	position:absolute;
	display:none;
}
.dropdown li ul a{
	float:left;
}
.dropdown li ul {
	float:left;
}
.dropdown li ul li{
	float:left;
	position:relative;
}
.dropdown ul ul{
	top:0;
	left:100%;
}
.dropdown li ul ul {
	width:auto;
	margin: -1px 0px 0px 0px;
	float:left;
}
.dropdown li:hover ul ul, .dropdown li:hover ul ul ul, .dropdown li:hover ul ul ul ul{
	display:none;
}
.dropdown li:hover ul, .dropdown li li:hover ul, .dropdown li li li:hover ul, .dropdown li li li li:hover ul{
	display:block;
}
.OMG {
	font-size: 24pt;
}
.smaller {
	font-size: smaller;
}
span.first
{
 float: left;
 font-family: Old English, Georgia,serif;
 font-size: 300%;
 line-height: 0.85em;
 margin-right: 0.03em;
 margin-bottom:-0.25em;
}
