body {
	margin: 0px;
	padding: 0px;
}

img{
	border:0px;
}

.bkgd {
	background-image: url(/images/bgRepeat.jpg);
	background-repeat: repeat-x;
}

/* positioning styles begin */
#container {
	/*position: relative;*/
	min-height: 100%;
}
#mainNav {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 29px;
	/*width: 806px;*/
}
#subNavGraphic {
	position: absolute;
}
#marginGraphic {
	position: absolute;
	top: 29px;
	width: 144px;
	height: 306px;
	left: 0px;
}
#wrapper {
	position: absolute;
	width: 662px;
	margin-top: 29px;
	margin-left: 144px;
	background-color:#deeaf3;
}
#sideNav {
	/*position: absolute;*/
	float:right;
	/*top: 0px;*/
	margin-top:74px;
	width: 182px;
	/*height: 100%;*/
	/*left: 480px;*/
	/*background-color:#deeaf3;*/
	padding-top: 20px;
}
#content {
	/*position: relative;*/
	/*left: 0px;*/
	/*top: 74px;*/
	width:480px;
	margin-top:74px;
	/*height: 100%;*/
	/*background-color:#deeaf3;*/
	padding: 20px 0px 150px 0px;
}
#title {
	position: absolute;
	left: 0px;
	top: 48px;
	width: 662px;
	height: 25px;
	background-color:#deeaf3;
}
#footer {  
  	position: relative;
  	bottom: 10;
  	left: 275px;
  	padding: 30px 0 30px 0;
  	width: 60%;
} 
/* positioning styles end */

/* content styles begin */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0072b5;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0072b5;
}
h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
	color: #0d2f53;
	font-weight: bold;
	margin-left: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ca6d10;
	margin-left: 16px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0d2f53;
	margin-left: 16px;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 100px;
	color: #b98d27;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;
	margin-left: 30px;
	margin-right: 10px;
}
.lineHeight {
	margin-top: -8px;
	margin-left: 25px;
	line-height: 17px;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: circle;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin-left: 10px;
}
/* content styles end */

/* tabular data within content only styles begin */
.srTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 370px;
	border: 1px solid #6288ab;
	margin-left: 25px;
	margin-bottom: 20px;
	background: #eff2f4;
}
.tableHead {
	font-weight:bold;
	font-size: 14px;
	color: #eff2f4;
	background: #6288ab;
	line-height: 18px;
}
.tableHead2 {
	font-weight:bold;
	font-size: 12px;
	color: #eff2f4;
	background: #96b1cb;
	line-height: 18px;
}
/* tabular data styles end */
/*start chris' styles*/
.fContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0d2f53;
	font-weight:bold;
}
.offScreen{
	position:absolute;
	left:-1000px;
	top:-1000px;
}
/*end chris' styles*/

