@charset "utf-8";

body {
	background-color: #000000;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.Container {
	margin: auto;
	width: 780px;
}
.Header {
	margin: auto;
	width: 780px;
	height: 105px;
	background-image: url(images_main/pinnacle_main_01.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.Navigation {
	width: 780px;
	height: 41px;
	#height: 28px;
	background-color: #607cbb;
	color: #FFFFFF;
	border-bottom: #000000 solid 1px;
	position: absolute;
	top: 95px;
	#top: 105px;
	z-index: 100;
}
.BottomHalf {
	position: relative;
	top: +28px;
}
.Middle {
	width: 780px;
	height: 435px;
	border: none;
	border-collapse: collapse;
}
.LeftBar {
	margin: auto;
	width: 150px;
	background-color: #9cc9be;
	text-align: right;
	font-size: 8pt;
	color: #FFFFFF;
	vertical-align: top;
}
.LeftBar-Individual {
	margin: auto;
	width: 150px;
	background-color: #9cc9be;
	background-image: url(images_main/individual.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 8pt;
	color: #FFFFFF;
	vertical-align: top;
}
.LeftBar-Group {
	margin: auto;
	width: 150px;
	background-color: #9cc9be;
	background-image: url(images_main/group.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 8pt;
	color: #FFFFFF;
	vertical-align: top;
}
.LeftInfo {
	position: relative;
	top: +225px;
}
.ContentContainer {
	margin: auto;
	width: 630px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.Content {
	margin: 10px;
}
.Content a:link, .Content a:active, .Content a:visited {
	color: #607CBB;
	text-decoration: none;
}
.Content a:hover {
	text-decoration: underline;
}
.BottomNav {
	margin: auto;
	width: 780px;
	height: 28px;
	background-color: #607CBB;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
}
.BottomSpacers {
	padding-left: 40px;
	padding-right: 40px;
}
h1 {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p {
	text-indent: 30px;
}
.EmailForm {
	width: 605px;
	margin-top: 10px;
	padding: 0px;
	display: block;
	clear: both;
	text-align: left;
}
.EmailForm input, .EmailForm textarea {
	width: 455px;
}
