body {
	background-color: #397BB5;
	background-repeat: repeat-x;
	background-image: url(../_images/body_bg.jpg);
	text-align: center;
	padding: 0;
	margin: 0;
	color: #414b56;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#container {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 750px;
	text-align: left;
}
#header {
	margin: 0px 25px 20px;
	padding-top: 25px;
	color: #606a74;
}
#sitenav {
	background-color: #ebedee;
	color: #c3c8cd;
	margin-right: 25px;
	margin-left: 25px;
	padding: 8px 20px;
	margin-bottom: 25px;
	font-size: 0.85em;
}
#content {
	margin-right: 25px;
	margin-left: 25px;
}
#footer {
		clear: both;
		padding: 25px 0;
		font-size: .8em;
}
#sitenav a {
	color: #414b56;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: .9em;
	margin-left: .9em;
}
#sitenav a.first {
	margin-left: 0;
}


/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}

/* 3 Column settings */
	.threecol {
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:23%;			/* Width of left column content (column width minus padding on either side) O:21 */
		left:29%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) O:31 */
	}
	.threecol .col3 {
		width:23%;			/* Width of right column content (column width minus padding on either side)  O:21 */
		left:83%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) O:85 */
	}
	
/* 2 Column (left menu) settings */
	.leftmenu {
	}
	.leftmenu .colleft {
		right:75%;			/* right column width */
	}
	.leftmenu .col1 {
		width:73%;			/* right column content width */
		left:100%;			/* 100% plus left column left padding O:102 */
	}
	.leftmenu .col2 {
	width:23%;
	left:2%;
	color: #606a74;
	}

#home_feature {
	background-image: url(../_images/home_feature.jpg);
	height: 175px;
	background-repeat: no-repeat;
	padding: 60px 195px 22px 205px;
}
h2 {
	color: #3798b9;
	font-size: 1.2em;
}
#header #tagline {
	text-align: right;
	float: right;
	padding-top: 61px;
}
sup {
	line-height: 0em;
}
h1 {
	font-size: 1.6em;
	line-height: 1.3em;
}
h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-right: 5em;
}
table {
	background-color: #ebedee;
	border: 1px solid #c3c8cd;
}
table th {
	background-color: #c3c8cd;
}
.sub {
	font-size: .85em;
}
.col1 p {
	line-height: 1.4em;
}
#content a {
	color: #00a1e1;
	text-decoration: none;
}
ul.spaced {
	margin-right: 5em;
}
ul.spaced li {
	margin-bottom: 2em;
}
ol.spaced {
	color: #3798b9;
	font-size: 1.5em;
	font-weight: bold;
}
ol.spaced li p {
	color: #414b56;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-weight: normal;
}
ol.spaced li {
	margin-bottom: 1em;
}
.caption {
	color: #788898;
	font-style: italic;
}
.larger {
	font-size: 1.3em;
}
.colleft .col1 h4 {
	font-weight: normal;
	line-height: 1.6em;
}
.highlight {
	background-color: #ebedee;
	padding: 1em 2em;
	margin-right: 4em;
	margin-left: 2em;
}
.leftmenu .col2 h4 {
	text-transform: uppercase;
	font-size: 1em;
}
.nowrap {
	white-space: nowrap;
}
.threecol .col1 ul {
	padding-left: 0;
	margin-left: 1em;
}
.threecol .col1 ul li {
	margin-bottom: 1em;
}
td.border {
	border-top: 2px solid #FFFFFF;
}
.floatPhoto {
	background-color: #ebedee;
	padding: 8px 0px;
	float: right;
	margin-bottom: 2em;
	margin-left: 2em;
	font-size: 0.88em;
	text-align: center;
}
#homefeature p {
	line-height: normal;
}

