HTML, BODY {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
}

A:link { 
	text-decoration: underline;
	color:#0066CC;
}

A:visited { 
	text-decoration: underline;
	color:#663399;
}

A:hover { 
	text-decoration:underline;
}

A:active { 
	color:#6699FF;
}

/* External Links */
A.external:link {color:#009900; 
	text-decoration:underline; 
}

A.external:visited {
	color:#006600; 
	text-decoration:underline; 
}

A.external:hover { 
	text-decoration:underline; 
}

A.external:active {
	color: #6699FF; 
}

#nav {
	width: 200px;
	float: left;
	margin-left: -1px;
	padding: 10px;
}
	
	
#content {
	padding: 10px;
	margin-left: 230px;
	border-left: 0px solid #660000;
	font-size: 0.85em;
}

#header {
	background-color:#FFFFFF;
	background-image:url(img/01537_grassysunset_mattyv8-b.png);
	background-repeat: no-repeat;
	font-size: 0.7em;
	color: #006;
	height: 100px;
	padding-right: 4px;
	border-bottom: 1px solid #A27200;
	margin-bottom: 0px;
}
	
#footer {
	background-color: #FFF;
	color: #666;
	border-top: 1px solid #CCC;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
}


.spacer {
	clear: both;
}

.menu_table {
	/* background-image: url('img/menu_bg.png'); */
	background-repeat: no-repeat;
}

.menu {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
	border-top: 0px solid #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 0px dashed #660000;
}

.menu_item_top {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; 
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 6px;
	border-top: 1px solid #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 2px solid #660000;
	background: #660000;
}

.menu_bottom {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 4px;
	border-top: 2px solid #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
}

menu.a {
	color: #FF00FF;
}

.menu_text {
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
	color: #000;
}

.location {
	font-size: 0.65em;
	color: #FFF;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	background: #770000;
}
	
.title1 { 
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; 
	font-size: 1.5em; 
	font-weight: bold; 
	text-align: center;
	color: #000; 
}

.title2 { 
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; 
	font-size: 1.2em; 
	font-weight: bold; 
	text-align: center;
	color: #000;
}

.title3 { 
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif; 
	font-size: 1.0em; 
	font-weight: bold;
	text-align: center;
	font-style: italic; 
}

.sec_header {
	color: #DDD;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #960;
	padding-bottom: 2px;
	padding-left:6px;
}


P {
	padding: 0;
	margin-top: 0px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
}

H1, H2, H3 {
  padding: 0;
  margin-top: 0px;
  font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
  margin-bottom: 0.3em;
}

DD, DT, LI {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
}

LI {
	color:#000000;
}

UL {
	color: #990000;
	margin-left: 25px;
}


/* Adapted from: "A 2 column CSS layout that works in Netscape 4..." */
/* 2002-04, Mark Newhouse */
/* Link: http://realworldstyle.com/2col.html */
.SubText {
	font-size: x-small;
}

#values_table {
	
}

#values_table TD {
	border:2px solid black;
	background-image:url(img/tile_bg.png);
	background-repeat:repeat-x;
}

#values_table .noborder {
	border:none;
	background-image:none;
}
.attention {
  background-color: #FFCACA;
  border: 2px solid #990000;
  -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.fancyheader {
	font-family:Georgia, "Times New Roman", Times, serif;
  color:#990000;
}
