@charset "UTF-8";
/* Blair's magical CSS Document */

/*** padding, containers, and main boxes ***/

body {
	background-color:#FFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666;
	margin: 0;
}
#container {
	text-align:left;
	width: 700px;
	margin-top: 10px;
	margin: auto;
}
#topbox {
	background-color:#FFF;
	padding: 30px 15px 15px 30px;
	position: static;
}
#bottombox {
	background-color:#FFF;
	padding: 0px 0px 15px 0px;
	position: static;
}
#mainbox {
	padding:25px 15px 40px 0;
}
#sidebox {
	background-color:#FFFFFF;
	position: static;
	float:right;
	width: 150px;
	padding:15px 15px 15px 15px;
}
#navbox {
	position: static;
	float:right;
	width: 300px;
	padding:30px 25px 15px 15px;
	text-align: right;
}

/*** header, content boxes, section boxes, and breaks ***/

.titlebar {
	color:#FFF;
	position:static;
	padding:5px 15px 5px 30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
	width: 220px;
	background-repeat: repeat-y;
	background-color: #690;
}
.bar {
	color:#FFFFFF;
	position: static;
	padding:5px 15px 5px 30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 16px;
	background-color: #333;
}
.content {
	position: static;
	padding:5px 15px 5px 30px;
}
.linebreak {
	border-bottom:1px solid #CCCCCC;
	margin: 0px;
	padding: 0;
}
.spacer{
	height:20px;
	width:20px;
	position: static;
}

/*** text stuff ***/

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#333;
	margin:0;
}
h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	margin:5px 0 5px 0;
}
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin: 0 0 5px 0;
}
h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CCCCCC;
	text-align:center;
	margin:0;
}	 
p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height:14px;
	margin:0;
}
.hi_lite {
	font-weight:bold;
}

/*** no underlines ***/

a {
	text-decoration: none
}

/*** link stuff ***/

a:link {
	color:#690
}
a:visited{
	color:#690
}
a:hover{
	color:#666666
}
