/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	}
.indent {
	font:13px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	line-height:15px;
	margin-top:0px;
	vertical-align: text-top;
	padding-left: 30px;
}
	
a {
	color: #993300;
	}
#hide {
}
	
a:hover {
	color: #5C743D;
	}
	


/* ID Styles */

#navigation td {
	background-color: #000000;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FDFDFD;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 2px 10px 0px;
	}
	
#navigation a:hover {
	color:#000000;
	}
	
#logo 	{
	font:10px Arial, Helvetica, sans-serif;
	color: #DF9715;
	letter-spacing:0.2em;
	padding-top: 3px;
	vertical-align: middle;
	}

#tagline 	{
	font:11px Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: italic;
	}

#monthformat {
	
	}
		
#dateformat {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #993300;
	font-weight:bold;
	letter-spacing:.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* CSS Popout menuv */

/* Fix IE. Hide from IE Mac \*/
* html #menuv ul li{float:left;height:1%;}
* html #menuv ul li a{height:1%;}
/* End */

#menuv		/* position, size, and font of  menu */
	{	
	position:relative;	
	top:0px;
	left:0px;
	z-index: 10;
	width: 8em;						/* [1] width of menu item (i.e., box) */
	text-align: left;
	font-size: 13px;
	font-family: helvetica, arial, geneva, sans-serif;
	}

#menuv a
	{
	width: 100%;
	display:block;						
	padding-top: 0.2em;						/* expands menu box vertically*/
	padding-bottom: 0.2em;		/* adds bottom border */
	white-space:nowrap;
	}

#menuv a, #menuv a:visited				/* all menus at rest */
	{
	color: white;
	background-color: #000000;
	text-decoration:none;				/* removes underlines from links */
	}

#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuv a:hover				/* all menus on mouse-over */
	{
	color: #DF9715;
	background-color: #000000;
	}
		
#menuv li
	{
	list-style-type:none;		/* removes bullets */
	}
	
#menuv ul li
	{
	position:relative;
	width: 100%;
	}

#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 8em;				/* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	}

div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin:0;				/* keeps the menu parts together */
	padding:0;
	width: 8em;			/* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}

div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}

div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}
	

	
	
/* Class Styles */
	
.bodyText {
	font:13px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	line-height:20px;
	margin-top:0px;
	vertical-align: text-top;
	}
	
.pageName{
	font: 15px Arial, Helvetica, sans-serif;
	color: #D78F11;
	line-height:26px;
	letter-spacing:0.21em;
	vertical-align: text-bottom;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #745A0F;
	line-height:22px;
	letter-spacing:0.2em;
	}
.form_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}

.quote {
	font: 10px Arial, Helvetica, sans-serif;
	color: #8B6734;
	font-style: italic;
	padding-top: 5px;
	padding-right: 5px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	}
	
.bullet1 {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	list-style-position: inside;
	list-style-type: square;
	} 
.footer {
	height: 86px;
}

input.deny {
background:#D78F11;
text-decoration:none;
color:black;
}
