/*
CSS stylesheet for HIS Grand Plan
http://www.billscomments.com
Company: dbTech
Author: Trina Roan
Date: January 25, 2007
*/

body{
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
/********* navigation **********/
ul.nav{
	margin: 0;
	margin-top: 10px;
	padding: 0;
}
ul.nav li{
	display: inline;
	list-style-type: none;
	border: 2px outset #2a3d21;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 1px;
	padding-right: 2px;
	margin-left: 0;
	background-color: #fff;
}
ul.nav li a{
	text-decoration: none;
	color: #2a3d21;
}
ul.nav li.northport{
	border:2px outset blue;
	color: blue;
}
ul.nav li.northport a{
	color: blue;
}
table a{
	text-decoration: none;
	color: #2a3d21;
}
/********** contents formatted **********/
div#content{
	width: 650px;
	text-align: justify;
	margin-top: 50px;
	margin-bottom:50px;
	margin: 0 auto;
	background-color: #f7eba7;
	color: #2a3d21;
	padding: 30px;
}
div#toccontent{
	margin: 0 auto;
	text-align: center;
}
blockquote{
	width: 375px;
	text-align: center;
	font-style: normal;
}
div.logo{
	width: 100%
	text-align: center;
}
div.logo img{
	border: none;
	margin: 0 auto;
}
table img{
	border: 2px solid #cc3300;
}
span.sig{
	font-weight: bold;
	font-style: italic;
	font-size: 14pt;
}
hr{
	background-color: #2a3d21;
}
/********** headings **********/
h1#title{
	font-size: 1.5em;
	text-decoration: none;
	
}
h2#heading,h2#subtitle{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	
}
span.underline{
	text-decoration: underline;
}