@import url("structure.css");
@import url("navigation.css");
/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
html, body, div, ul, ol, li, form, fieldset, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	background: url(../images/background.gif) repeat-y center top;
}
p, ul {
	font-size: 0.9375em;
	line-height: 1.375em;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul {
	list-style: disc outside;
	padding-left: 2.5em;
}
li {
	line-height: 1.375em;
	padding: 0.125em 1em;
}
img, fieldset {
	border: 0;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #669900;
}
#main-nav li a {
	color: #999999;
}
#main-nav li a:hover {
	color: #669900;
}
/*
------------------------------------------------------
Headers
------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #669900;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.375em;
}
