/* CSS Document */

body {
	background-color: #55757B;
	background-image: url(images/pageBG.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #363F4E; }
	
#main {
	width: 758px;
	height: 100%;
	position: relative;
	left: 50%;
	margin-left: -379px;
	background-image: url(images/navBG.gif);
	background-repeat: repeat-y; }
h3 {
	line-height:16px;
	}	
strong {
	color: #55757B; }
	
a {color: #363F4E; text-decoration:underline;}
a:hover {color:#6699CC; text-decoration:underline;}
	
/* navigation style */

#logo {
	text-align: center;
	padding: 5px; }

#navigation {
	width: 196px;
	background-color: #363F4E;
	border-top: 5px solid #fff;;
	float: left; }

.navHead {
	border-bottom: 1px solid #5E6571;
	background-color: #2B323E;
	color: #fff;
	padding: 0 0 0 15px; }	
.navItem {
	color: #fff;
	padding: 0 0 0 20px; }
.navItem a {
	color: #fff;
	text-decoration: none; }
.navItem a:hover {
	color: #DDE3E5;
	text-decoration: none; }
	
/* content style */
	
#content {
	width: 562px;
	margin-top: 5px;
	float: right;

	background-repeat: no-repeat; }
	
#copy {
	padding: 30px; }
	
#subSection {
	background-color: #EEF1F2;
	border: 1px solid #55757B;
	padding: 25px; }
#jumpNav {
	text-align:center;
}
#jumpNav a {
	margin:0 10px 0 10px;
	font-style:italic;
	font-weight:bold;
}