body, html {
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: x-small;
	text-align: center;
	background: url(../images/template/page-back.gif) top left repeat-x #fff;
}

/* Header Styles */

#header {
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	background: url(../images/template/header-back.gif) top left repeat-x;
	height: 81px;
	width: 760px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#header p.logo {
	margin: 0;
	padding: 0;
	height: 81px;
	width: 243px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/template/logo.gif) top left no-repeat;
}

#header p.blurb {
	margin: 0;
	padding: 25px 20px 0 10px;
	height: 35px;
	width: 362px;
	color: #fff;
	font-size: 7pt;
	text-align: justify;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 243px;
}

#header p.blurb b{
	font-size: 8pt;
}

#header p.topnav {
	margin: 0;
	padding: 0;
	height: 81px;
	width: 125px;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 635px;
}

#header div a,img {
	margin: 0;
	padding: 0;
	display: block;
}

#header a {
	color : #fff;
}

#header a:link {
	text-decoration : none;
}

#header a:visited {
	text-decoration : none
}

#header a:hover {
	color : #8d8d8d;
	text-decoration: none;
}

#header a:active, #footer a.selected {
	text-decoration: none;
}

/* Navigation Styles */

/* Needed for Mozilla browsers - makes left div extend all the way to bottom of the container */
#navigation {
height: auto;
}

#navigation {
	margin: 0;
	padding: 0 0 0 16px;
	height: 100%;
	min-height: 100%;
	width: 144px;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

#navigation p{
	margin: 0;
	padding: 81px 0 0 0;
	width: 134px;
}

#navigation a{
	margin: 0;
	padding: 3px 10px 4px 10px;
	width: 114px;
	color: #fff;
	text-decoration: none;
	border-top: 1px #7b80bc solid;
	border-bottom: 1px #525292 solid;
	display: block;
}

#navigation a:hover{
	color: #669;
	background: url(../images/template/nav-hover.gif) top left no-repeat;
}

#navigation a.selected{
	color: #669;
	background: url(../images/template/nav-hover.gif) top left no-repeat;
}

#navigation a.subnav{
	padding: 3px 10px 4px 20px;
	width: 104px;
	color: #ccccff;
}

#navigation a.subnav:hover{
	color: #669;
	background: url(../images/template/nav-hover.gif) top left no-repeat;
}

#navigation a.subnav-selected{
	padding: 3px 10px 4px 20px;
	width: 104px;
	color: #669;
	background: url(../images/template/nav-hover.gif) top left no-repeat;
}

#nav-back {
	margin: 0;
	padding: 0;
	height: 381px;
	width: 153px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/template/nav-back.gif) top left no-repeat;
	z-index: 999;
}

/* Container Styles */

/* Needed for Mozilla browsers - makes left div extend all the way to bottom of the container */
html>body #container {
height: auto;
}

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 760px;
	background: url(../images/template/container-back.gif) top left repeat-y;
}

.home { background: url(../images/template/content-back_home.jpg) top left no-repeat; }
.default { background: url(../images/template/content-back.jpg) top left no-repeat; }
.contact { background: url(../images/template/content-back_contact.jpg) top left no-repeat; }

/* Left Column Styles */

/* Needed for Mozilla browsers - makes left div extend all the way to bottom of the container */
#left {
height: auto;
}

#left {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	width: 153px;
	text-align: left;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/template/left-back.gif) top left no-repeat;
	z-index: 1000;
}

/* Right Column Styles */

/* Needed for Mozilla browsers - makes left div extend all the way to bottom of the container */
#right {
height: auto;
}

#right {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: 100%;
	text-align: left;
	background: url(../images/template/right-back.gif) top left no-repeat;
}

/* Default - Content Styles */

#page-title{
	margin: 10px 10px 0 10px;
	padding: 10px;
	text-align: center;
	font-weight: normal; font-size:18px;
	background: url(../images/template/page-title-back.gif) top left repeat-x #cfe7fe;
	border: 1px #669 solid;
}

#content {
	margin: 0;
	padding: 81px 17px 75px 161px;
	display: block;
}

#content p {
	margin: 0;
	padding: 10px;
	width: 562px;
	text-align: justify;
}

#content ul {
	margin: 0;
	padding: 0;
	width: 562px;
	list-style: disc;
}

#content li {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: disc;
}

#content div.page-title p{
	margin: 0;
	padding: 0;
	height: 51px;
	width: 251px;
	display: block;
}

#content img.right {
	margin: 10px 0 10px 10px;
	padding: 0;
	border: 1px #000 solid;
}

#content img.left {
	margin: 10px 10px 10px 0;
	padding: 0;
	border: 1px #000 solid;
}

/* Footer Styles */

#footer {
	margin: 0 auto 0 auto;
	padding: 0;
	height: 42px;
	width: 760px;
	color : #003366;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/template/footer-top.gif) top left no-repeat #fff;
}

#footer p {
	margin: 1px 0 0 0;
	padding: 4px 10px 21px 10px;
	display: block;
	text-align: right;
	font-size: x-small;
	background: url(../images/template/footer-bottom.gif) bottom left no-repeat;
}

/* Link Styles */

a {
	color : #003366;
}

a:link {
	text-decoration : none;
}

a:visited {
	text-decoration : none
}

a:hover {
	color : #8d8d8d;
	text-decoration: none;
}

a:active, #footer a.selected {
	text-decoration: none;
}