/* Layout IDs */
body{
	color: black;
	background: #7c0000;
	border: 1px white solid;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
	width: 698px;
	margin: 15px 15px;
	padding: 0px 0px;}

	a:link, a:visited{
		color: black;
		font-weight: bold;
		text-decoration: underline;}

	a:active, a:hover{
		color: black;
		text-decoration: none;}

div#header{ 
	height: 75px; 
	width: 698px;
	background: url('images/header.gif'); 
	background-repeat: no-repeat;
	border-bottom: 1px white solid;
	margin: 0px 0px;
	padding: 0px 0px;}

div#main{  
	overflow: hidden;
	width: 698px;
	padding: 0px 0px;
	margin: 0px 0px;}

div#nav{
	color: white;
	float: left;
	width: 150px;
	background: #7c0000;
	border-right: 1px white solid;
	margin: 0px;
	padding-bottom: 32767px;
	margin-bottom: -32747px;
	text-align: left;}
	
	div#nav_links{
		width: 130px;
		margin: 0px;
		padding: 10px 10px 10px 10px;
		text-align: left;}
		
	div#nav_bg{
		width: 150px;
		background: url('images/nav_image.jpg');
		margin: 0px;
		padding-bottom: 32767px;
		margin-bottom: -32747px;
		text-align: left;}
		

	#nav a{
		width: 100%;
		display: block;
		height: 20px;
		background: url('images/nav_icon.gif'); 
		background-repeat: no-repeat;
		color: white;
		font-size: 12px;
		letter-spacing: 1px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		text-decoration: none;
		padding: 5px 0px 5px 22px;}

	#nav a:hover{
		color:  white;
		text-decoration: underline;}

	#nav img{
		margin-top: 10px;
		margin-bottom: 0px;}

div#content{ 
	float: right;
	width: 515px;
	background: white url('images/background.gif');
	background-repeat: no-repeat; 
	border: 1px solid #7c0000;
	margin: 0px;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-bottom: 32767px;
	margin-bottom: -32747px;
	min-height: 400px;}
	
	#content hr{
		height: 1px;
		color: #7c0000;
		background: #7c0000;
		border: 0;}

div#side_column{
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: center;}

div.sidebox{
	font-size: 12px;
	width: 200px;
	background: #F8ECC6;
	border: 1px solid black;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	font-family:  Helvetica;
	text-align: left;}

div.sidebox_title{
	width: 200px;
	height: 25px;
	color: white;
	border-bottom: 1px solid black;
	font-weight: bold;
	padding: 0px;}

div.sidebox_fill{
	padding: 5px;}

table{
	padding: 0px;
	margin: 0px}


/* Formatting options */
H1{
	display: inline;
	color: #7c0000;
	font-size: 22px;
	font-weight: bold;}

H2{
	display: inline;
	font-size: 18px;
	font-weight: bold;}

H3{
	display: inline;
	font-size: 14px;
	font-weight: bold;}

H4{
	display: inline;
	font-size: 12px;
	font-weight: bold;}

H6{
	display: inline;
	font-size: 10px;
	font-weight: normal;}

img.with_border{
	background: #F8ECC6;
	padding: 4px;
	border: solid black 1px;
	margin: 0px;}

.float_right{
	float: right;
	padding: 0px;
	margin: 5px 0px 5px 10px;}

.float_left{
	float: left;
	padding: 0px;
	margin: 5px 10px 5px 0px;}

center{
	padding: 0px;
	margin: 0px;}
