/*
name:   stylesheet.css
desc:   Styles for the site.
author: Justin Scott of Sceiron Interactive, Inc.
date:   September 3, 2003
notes:  None.
*/

body {
	background-color: #FFFFFF;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 80%;
}

#tagline {
	font-style: italic;
	font-size: 120%;
}

h1 {
	color: #000080;
	margin-bottom: 10px;
}

h2 {
	color: #0000CC;
}

hr {
	height: 1px;
	color: #000000;
}

img {
	border: 0;
}

#site_header {
	speak: none;
}

#pri_nav {
	text-align: right;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#pri_nav a {
	font-weight: bold;
}

#footer {
	border-top: 1px solid #AAAAAA;
	margin-top: 10px;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.boldtext {
	font-weight: bold;
}

.update_header {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

.update_body {
	margin-bottom: 20px;
	margin-left: 20px;
}
