/*************************************************************************
 * Desc: contains only the color and border properties. Layout is in 
 * a separate stylesheet.
 ************************************************************************/

/******************** ELEMENTS **********************************/
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #fff;
	background-color: #000;
}
table {
	border: none;
	border-collapse: collapse;
}
td, th {
	vertical-align: top;
	border: 1px solid #369;
	padding: 3px;
}
input {
	font-family: "courier new", monospace;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #0000b0;
}


/******************** WRAP, HEADER, NAV ******************************/
#wrap {
}

#header {
}

#header h1 {
	font-size: 150%;
}

#nav {
	padding-bottom: 110px;
}

#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#nav li {
}

#nav a {
	text-decoration: none;
	display: block;
	padding: 6px 4px;
	font-size: 105%;
}
#nav a:link {
	color: #fff;
}
#nav a:visited {
	color: #ddd;
}
#nav a:hover {
	color: #ffd700;
	border-right-color: #ffd700;
}
#nav a:active {
	color: #ffd700;
}

#nav acronym {
	border-bottom: none;
}

/************************* CONTENT *****************************/
#content {
}

#content h2 {
	font-size: 140%;
	text-align: center;
}
#content h3 {
	font-size: 125%;
}
#content h4 {
	font-size: 120%;
}
#content h5 {
	font-size: 110%;
}
#content h6 {
	font-size: 105%;
}

#content a {
	*/ removed because it was U-G-L-Y: background-color: #000; */
	text-decoration: underline;
}
#content a:link {
	color: #00f;
}
#content a:visited {
	color: #008;
}
#content a:hover {
	color: #00f;
	background-color: #dde;
}
#content a:active {
	color: #00f;
	background-color: #ffd700;
}


/********************* FOOTER ******************************/
#footer {
	border-top: 3px solid #723016;
	font-size: 90%;
}
#footer h2 {
	font-size: 110%;
	margin-bottom: 0;
}
#footer address {
	font-style: normal;
}
#footer a:link {
	color: #00f;
}
#footer a:visited {
	color: #009;
}
#footer a:hover {
	color: #00f;
	background-color: #dde;
}
#footer a:active {
	color: #00f;
	background-color: #ffd700;
}
