/* This file must contain no html tags. */

a:link { color: #c00; text-decoration: none; }
a:visited { color: #ff0; text-decoration: none; }
a:hover { color: #ff0; text-decoration: underline; }
a:active { color: #ff0; text-decoration: underline; }

blockquote {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
}

body { 
	background-color: #c93;
	background-image: url(graphics/background.gif);
	margin: 0;
	padding: 0;
}

em {font-style: italic;}

form {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

h1 {
	color: #fff; 
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, sans-serif; 
	font-size: 13px; 
	margin-bottom: 10px;
	margin-top: 5px;
}

h2 {	
	color: #000; 
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
}

img {
	border: 1px solid #000;
}

img.logo {
	border: 0;
	position: relative;
	right: 10px; top: 10px;
}

label { /* Used for forms */
	clear: left;
	float: left;
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, sans-serif; 
	font-size: 0.9em; 
	text-align: right;
	width: 100px;
}

p, blockquote, ol, ul { 
	color: #000;
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	margin-bottom: 10px;
	margin-top: 10px;
}

strong {font-weight: bold;}

ul { 
	margin-left: 1em; 
	padding-left: 1em;
}

#foot {
	clear: both;
	color: #ccc;
	font-family: Verdana, "Trebuchet MS", Arial, Geneva, sans-serif; 
	font-size: 10px; 
	line-height: 135%;
	margin: 20px;
	text-align: center;
}

#main {
	margin: 10px;
}

#nav {
	color: #fff;
	font-family: "Times New Roman", Georgia; 
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	word-spacing: 0.5em;
}
