 /* BODY */
	body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	text-align: center;
	}
	#wrap {
	width: 950px;
	text-align: left;
	margin: 0px auto;
	background-color: #fff;
	background-image: url('../i/bg-content-repeat.png');
	background-position: 50% 0;
	background-repeat: repeat-y;
	}

 /* HEADERS */
	h1 {
	font-size: 200%;
	background: transparent;
	text-transform: capitalize;
	}
	h2 {
	font-size: 140%;
	}
	h3 {
	font-size: 120%;
	}
	h4 {
	font-size: 100%;
	}
	h1, h2, h3, h4 {
	margin: 0 0 10px 0px;
	color: #013042;
	font-weight: normal;
	}

 /* PARAGRAPHS AND LISTS */
	p, ul, ol {
	padding: 0;
	margin: 5px 0 15px 0;
	}
	p, li {
	color: #626263;
	line-height: 1.7em;
	}
	li {
	margin: 0;
	padding: 0;
	}
	ul li {
	list-style: none;
	padding-left: 10px;
	background-image: url('../i/bullet.gif');
	background-position: 0 9px;
	background-repeat: no-repeat;
	}
	ol li {
	margin-left: 20px;
	list-style-position: outside;
	}
	.footnotes li {
	color: #626263;
	font-size: 90%;
	}
	p.notice {
	border: 1px solid #C00;
	background-color: #FF9875;
	padding: 0px 5px;
	color: #000;
	}
	p.notice.positive {
	border-color: #090;
	background-color: #AAE8A8;
	}

 /* SUPERSCRIPT */
 	sup {
	font-size: 60%;
	}

 /* LINKS */
	a {
	color: #06c;
	text-decoration: none;
	}
	a:hover {
	color: #000;
	text-decoration: underline;
	}
 
 /* FORMS */
	form label {
	display: block;
	line-height: 115%;
	padding-bottom: 1px;
	}
	form input[type=checkbox] {
	position: relative;
	top: 2px;
	margin-top: -2px;
	}
	form label.checkbox {
	display: inline;
	}

 /* QUOTES */
	blockquote {
	padding: 0;
	margin: 5px 0 15px 0;
	color: #013042;
	font-size: 120%;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	}

 /* HEADER */
	#header {
	width: 950px;
	display: block;
	padding: 0;
	height: 255px;
	background: #fff url('../i/bg-navigation.png') 0px 101px no-repeat;
	}
	#headerimg {
	float:right;
	background:#fff;
	}
	#nav {
	float:left;
	display:block;
	width:374px;
	height:150px;
	}
	#header img {
	border:0;
	}
	#headerimg {
	}

 /* NAVIGATION */
	#nav ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	}
	#nav ul li {
	line-height: 120%;
	padding: 0;
	background: none;
	}
	#nav li a:link,
	#nav li a:visited {
	margin: 0 0 0 30px;
	width: 200px;
	color: #fff; 
	display: block;
	background: url('../i/navarrow.gif') 0px 12px no-repeat;
	padding: 7px 0 0 10px;
	text-decoration: none;
	}
	#nav li a:hover {
	color: #98ABB1;
	background: url('../i/navarrow.gif') 1px 12px no-repeat;
	}
	#nav li .navSelected {
	margin: 0 0 0 30px;
	padding: 7px 0 0 10px;
	width: 200px;
	color: #98ABB1;
	display: block;
	font-weight: bold;
	background: url('../i/navarrow.gif') 1px 12px no-repeat;
	}

 /* CONTAINER */
	#MainContent {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	display: table;
	background:url('../i/bg-content-top.png') top left no-repeat;
	width: 950px;
	}

 /* CONTENT */
	#PrimaryContent {
	position: relative;
	width: 645px;
	margin-left: 30px;
	float:left;
	}

 /* SIDEBAR */
	#sidebar {
	float:left;
	margin-left: 54px;
	margin-bottom: 80px;
	width: 200px;
	}
	#sidebar ul {
	padding-bottom: 10px !important;	
	}
	#sidebar ul,
	#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none !important;
	}
	#sidebar p,
	#sidebar li {
	line-height: 160%;
	}
	#sidebar a {
	color: #013042 !important;
	font-size: 115%;
	}
	#sidebar h2 {
	padding-left: 15px;
	background: url('../i/sidebarheadingbg.gif') 0px 5px no-repeat;
	font-weight: bold;
	}

 /* FOOTER */
	#footer {
	clear: both;
	position:relative;
	display:block;
	width:950px;
	height:45px;
	background: url('../i/bg-footer.png') bottom left no-repeat;
	margin-bottom: 10px;
	}
	#sidefooter {
	clear: both;
	position: absolute;
	bottom:10px;
	right:21px;
	width: 200px;
	}
	#sidefooter p {
	color: #626263;
	font-size: 90%;
	}
