body {
	font-size:62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1{
	font-size:2.2em;
	color: #300;
	text-align: left;
	border-bottom: 2px #300 solid;
	padding-bottom: 5px;
}
h2{font-size:2.0em; color: #fff;}
h3{font-size:1.8em; color: #300;}
p {font-size:1.6em;}

#nav {
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	font-weight: normal;
}

#nav a:link, #nav a:visited {
	color: #c93;
	font-size: 1.8em;
	text-decoration: none;
}

#nav a:hover, #nav a:active {
	color: #fff;
}

#sub_nav {
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #300;
}

.highlight a:link, .highlight a:visited {
	color: #D68F00;
	text-decoration: none;
}

.highlight a:hover, .highlight a:active {
	color: #300;
}

h1 a:link, h1 a:visited {
	color: #300;
	text-decoration: none;
}

h1 a:hover, h1 a:active {
	color: #D68F00;
}

#site_id a:link, #site_id a:visited {
	color:  #D68F00;
	text-decoration: none;
}

#site_id a:hover, #site_id a:active {
	color: #fff;
}

.title h2{
	color: #960;
}

.title p {
	color: #666666;
}

.title a:link, .title a:visited {
	color: #960;
}

.title a:hover, .title a:active {
	color: #fff;
}

.title, .gold{
	color: #960;
}

.highlight {
	color: #D68F00;
}

.versioning {
	border-bottom: 2px #300 solid;
	padding: 2px 5px;
	text-align:left;
}

.error_box {
	color: #007070;
	text-align: center;
}

#footer {
	text-align: center;
	color: #960;
}