html, body, ol, ul, dl, dt, dd, img, h1, h2, h3, h4, h5, h6, p, form, li {
	margin: 0;
	padding: 0;
	border: 0;
	}

ol, ul, dl {
	position: relative;
	}

body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	background: #00209F;    /* blue */
	}

h1 {
	padding: 0 0 10px;
	font-size: 22px;
	font-weight: normal;
	color: #00209F;    /* blue */
	}

h2 {
	padding: 8px 0;
	font-size: 19px;
	color: #6CAA33;    /* dark green */
	}

h3 {
	padding: 8px 0 0;
	font-size: 16px;
	color: #00209F;    /* blue */
	}

h4 {
	padding: 8px 0 0;
	font-size: 14px;
	}

h5 {
	padding: 6px 0 0;
	}

h6 {
	padding: 4px 0 0;
	}

p {
	padding: 0 0 15px;
	}

li ol,
li ul {
	margin: 0 0 0 8px;
	}

li {
	margin: 0 0 0 2em;
	}

form {
	display: inline;
	}

dt {
	font-weight: bold;
	}

dd {
	margin: 0 0 0 20px;
	padding: 0 0 10px;
	}

blockquote {
	margin: 0 20px 0;
	}

a:link, 
a:visited {
	text-decoration: none;
	color: #900;    /* dark red  */
	}

a:hover,
a:active {
	color: #999;    /* grey */
	}



/* ------- +++ ------- */
.identifySelf {
	font-size: 10px;
	color: red;
	}

#createdBy {
	display: none;
	}



/* ------- +++ ------- */
.closer {
	z-index: 100;    /* allows .closer to float over top subsequent items */
	position: absolute;
	right: -1px;
	top: 1px;    /*  height of a top border + 1  */
	}

.closer a {
	position: relative;    /*  needed to have top/bottom borders show in IE  */
	padding: 1px 3px;
	border: 1px solid #DDD;
	}

.closer a:hover,
	.closer a:active {
	color: #900;    /* dark red  */
	background: #BBA877;    /* tan  */
	}
.colHalf {
	float: left;
	width: 47%;
	margin-right: 2%;
	border: 0px solid red;
	}

.ERROR {
	color: #FF00FF;
	background: #FFEEFF;
	}

.hidden {
	position: relative;
	display: none;
	}

.note {
	font-size: .8em;
	}

.clearAll {
	clear: both;
	}

.alignLeft {
	float: left;
	}

img.alignLeft {
	float: left;
	padding: 0 10px 4px 0;
	}

.alignRight {
	float: right;
	}

img.alignRight {
	float: right;
	padding: 0 0 4px 10px;
	}

p.alignCenter {
	text-align: center;
	}

dl.timeline dt {
	float: left;
	clear: left;
	width: 30px;
	margin-right: 10px;
	}

dl.timeline dd {
	float: left;
	}

form {
	position: relative;
	display: block;
	border: 1px solid white;
	}
form fieldset {
	position: relative;
	background: transparent;
	border: none;
	}

form ul {
	position: relative;
	margin: -.4em 0 0;
	}

form li {
	position: relative;
	list-style: none;
	width: 95%;    /* watch how this plays out...  needed for IE*/
	padding-top: .4em;
	margin-left: 5%;
	clear: left;
	border: 0px solid yellow;
	}
	form li label {
		display: block;
		float: left;
		width: 40%;
		}
	form li input {
		width: 50%;
		}
	form li.flipped {
		}
		form li.flipped label {
			display: inline;
			float: none;
			width: auto;
			}
		form li.flipped input {
			position: relative;
			margin-left: -20px;
			width: auto;
			}
	form fieldset.buttons {
		margin: 10px 0 30px;
		padding-top: 10px;
		border-top: 1px solid #CCC;
		}
		form fieldset.buttons h3,
		form fieldset.buttons label {
			position: absolute;
			top: 0;
			left: -9000px;
			}
		form fieldset.buttons input {
			width: auto;
			}

ul.form,
ul.formSmall {
	z-index: 80;    /* allows .closer to float over top of li */
	margin-top: -10px;
	}

.form li,
.formSmall li {
	padding-top: 10px;
	}

.form li label,
.formSmall li label {
	clear: left;
	float: left;
	padding: 4px 8px 0 0;
	width: 160px;
	text-align: right;
	border: 0px solid red;
	}

.formSmall li label {
	width: 80px;
	}

.form li input,
.form li select,
.formSmall li input,
.formSmall li select {
	width: 120px;
	}

.form li .button,
.formSmall li .button {
	width: 80px;
	}




/* ------- +++ ------- */


#pgContents {
	z-index: 100;    /* allows #fullSize to display on top */
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background: white;
	border: 1px solid white;
	border-width: 0 1px 1px;
	}



/* ------- +++ ------- */
#pgHdr {
	z-index: 100;
	position: relative;
	height: 133px;    /* blue */
	border-bottom: 3px solid white;
	background-color: #00209F;
	background-image: url(../images/pgHdrBGnewGray.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

#logo {
	position: relative;
	height: 77px;
	padding: 30px 0 5px;
	border: 0px solid red;
	}

#nPrimary {
	/*	margin-left: 250px; */
	float: right;
	position: relative;
	/*	padding-top: 90px; */
	font-size: 13px;
	border: 0px solid red;
	}

#nPrimary a:link,
	#nPrimary a:visited {
	color: white;
	font-size:10px;
	}

#nPrimary a:hover,
	#nPrimary a:active {
	color: #88D740;    /* green */
	}

#nPrimary li {
	list-style: none;
	float: left;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	border-right: 2px solid #939598;    /* green */
	}

#nPrimary li.first {
	padding-left: 0;
	}

#nPrimary li.last {
	border: 0;
	}



/* ------- +++ ------- */
#content {
	width: 700px;    /* 770 */
	margin: 0 50px 0 20px;
	}
#contentTop {
		position: relative;
		margin: 0 -50px 0 -20px;
		border-bottom: 3px solid white;
	margin-bottom: 15px;
	}
	#ie6 #contentTop {
		height: 1%;
		}

#left {
	position: relative;
	float: left;
	margin: 70px 20px 0 0;
	width: 210px;
	}

#main {
	position: relative;
	float: left;
	width: 470px;
	}



/* ------- +++ ------- */

table.col2 {
	width: 100%;
	}

table.col2 td {
	padding: 0 3% 0 0;
	width: 48%;
	}

table.col3 td.last {
	padding-right: 0px;
	width: 48%;
	}



/* ------- +++ ------- */
#footer {
	position: relative;
	clear: both;
	height: 90px;
	font-size: 11px;
	color: white;
	background-color: white;
	background-image: url(../images/footerBGnew.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#footer ul {
	display: inline;    /* needed for IE 6 - double margin bug */
	margin: 75px 0 0 75px;
	float: left;
	}

#footer li {
	float: left;
	margin-left: 20px;
	}

#footer li.first {
	list-style: none;
	margin-left: 0px;
	}

#footer li.last {
	}





/* ------- +++ ------- */
