﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .85em;
	}

#docpage {
	width:8.5in;
	margin:0 auto;
	padding: 0 20px;
	border-left: 1px #666 solid;
	border-right: 1px #666 solid;
}

#upperstripe {
	width:800px;
	height:10px;
	background-color:#314f6e;	
}
#footerstripe {
	width:800px;
	height:20px;
	background-color:#314f6e;
}
h1, h2 {
	text-align:center;
	color:#314f6e;
}
h3, h4 {
	text-align:left;
	color:#314f6e;
}

h5 {
	text-align:right;
	color:#314f6e;
	 margin-right:40px;
}

p {
	margin-left: 40px;
	margin-right: 40px;
}

/* Links */ 
 
a:link {
	  	color:#235082;
  		}
a:visited {
	 	color: #324f6f;
		}
a:hover {
		color: #c68c52;
		text-decoration: none;
		}  
a:active {
		color: #bbb;
		text-decoration: none;
		}  
li {
	line-height: 1.5em;
}