html {
	background-image:url('bgRepeat1.jpg');
	background-repeat:repeat-x;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16pt
	font-weight: normal;
	color: #000000;
	margin-left: 10px;
	margin-top: 25px;
	margin-right: 50px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 50px;
	margin-right: 50px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004678;
	margin-left: 50px;
	margin-right: 50px;
}
.left_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	top: 20px;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left: 50px;
	margin-top: 10px;
	margin-right: 50px;
	list-style-position: inside;
	list-style-type: disc;
	list-style-position:outside
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004678;
}

/* ----- content & structure ----- */
.contentWrapper {
	margin:19px 0 0 0;
	padding-left:0;
	float:left;
	width:974px;
	background:url(images/contentBGrepeat.jpg) repeat-y;
}
.content {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:955px;
	padding:0 0 11px 19px;
	float:left;
	position:relative;
	background:url(images/contentBGtop.jpg) no-repeat;
}
.col1 {
	padding:19px 0 0 0;
	width:716px;
	float:left;
	}
.col2 {
	width:204px;
	padding:40px 0 0 18px;
	float:right;
	background:url(images/rightColBG.png) no-repeat;	
	}
/* ----- inside oneColumn ------ */
.inside .pageWrap.oneColumn {
	float:left;
	width:716px;
	background:url(images/oneColumnRepeat.gif) repeat-y;
	margin:0 0 0 0;
}
.inside .oneColumn .page {
	padding:3px 17px 0 3px;
	float:left;
	width:696px;
	background: url(images/oneColumnTop.gif) no-repeat;
}
.oneColumn .leftNav, .oneColumn .leftContact {
	display:none;
	}
.inside .oneColumn .rightCol {
	float:right;
	width:680px;
	padding:0 0 0 0;
}

.inside .rightCol {
	float:right;
	width:506px;
	padding:0 0 0 0;
}

/* ---- right col ---- */
.inside .rightCol h1 {
	text-transform:uppercase;
	color:#fff;
	margin:0 0 20px 0;
	font-size: 14px;
	line-height:32px;
	}

/* inside box (search box) */
.insideBoxWrap {
	float:left;
	width:505px;
	background:url("images/insideBoxBottom.gif") no-repeat left bottom;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}

.insideBox {
	padding:17px 17px 10px 17px;
	float:left;
	width:471px;
	background:url("images/insideBoxTop.gif") no-repeat;
}

/* -- rounded boxes -- */
.roundedBox {
	margin:0 0 0 0;
	background:#ded9ce url(images/cornerTopLeft.gif) no-repeat left top;
	float:left;
	}
.roundedBox span {
	background:url("images/cornerTopRight.gif") no-repeat right top;
	display:block;
	float:left;
	}
.roundedBox span span {
	display:block;
	float:left;
	background:url("images/cornerBottomRight.gif") no-repeat right bottom;
	}
.roundedBox span span span {
	padding:6px;
	display:block;
	float:left;
	background:url("images/cornerBottomLeft.gif") no-repeat left bottom;
	}
