/* @override http://squiggle.net/include/squiggle.css */

/*FORCE SCROLLBARS FOR CENTERING*/
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	background-image: none;
	background-repeat: repeat-x;
	background-color: #5a7fbe;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 

}

/* 
##########################
HEADER STYLES 
########################## 
*/
.header_container {
	background-image: url(/image/header.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 65px;
	margin-left: auto; 
	margin-right: auto;
	position: relative;
	text-align: center;
	font: 700 12px arial;
	color: #023a9b; 
}
.header_container a:link, a:visited, a:active {
	text-decoration: none;
	color: #023a9b; 
}
.header_container a:hover {
	text-decoration: underline;
	color: #023a9b; 
}
.header_container .left {
	position: absolute;
	width: 300px;
	height: 20px;
	top: 21px;
	left: 20px;
}
.header_container .right {
	position: absolute;
	width: 300px;
	height: 20px;
	top: 21px;
	left: 470px;
}
.header_container ul {
	padding: 0px;
	margin: 0px;	
}
.header_container li {
	display: inline;
	list-style-type: none;
	padding-right: 8px;
	padding-left: 8px;
}


/* 
##########################
CONTENT STYLES 
########################## 
*/
.content_top {
	background-image: url(/image/content-top.gif);
	width: 800px;
	height: 30px;
	margin-left: auto; 
	margin-right: auto;

}
.content_bottom {
	background-image: url(/image/content-bottom.gif);
	width: 800px;
	height: 35px;
	margin-left: auto; 
	margin-right: auto;
	
}
.content_container {
	background-image: url(/image/content-middle.gif);
	background-repeat: repeat-y;
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	height: auto;
	display: inline-block;
	display: -moz-groupbox;
	padding: -10px;
}
.content {
	font-size: 1.2em;
	padding: 0 37px;
	display: block;
	margin-left: auto; 
	margin-right: auto;

}
.splitleft {
	float: left;
	width: 405px;
	padding: 5px 10px 20px 0;
	margin: 5px 0 0 0;
	text-align: left;
}
.splitright {
	float: right;
	width: 275px;
	padding: 10px 10px 20px 20px;
	margin: 5px 0 0 0;
	text-align: left;
}
.red {
	color: red;
	font-weight: 600;
}
h2 {
	font-size: 2em;
	font-weight: 400;
	font-variant: small-caps;
}
h3 {
	font-size: 1.5em;
	font-weight: 400;
	font-variant: small-caps;
}

.divider {
	display: block;
	width: 550px;
	height: 1px;
	background-image: url(http://squiggle.net/image/hr.png);
}
