/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #899cc6;
	background-image: url(images/dot_fade_strip.gif);
	background-repeat: repeat-x;
	}
#main_wrapper {
	width:936px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left;
}
#main_window {
	width:936px;
	background-image: url(images/window_bkgnd_strip.gif);
	background-repeat: repeat-y;
	clear: both;
	float: left;
}
#header {
	float: left;
	clear: both;
	}
#leftcol {
	width:211px; /* this width + content width must total 100% */
	float:left;
	clear: both;
	}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:725px; /* this width + nav width must total 100% */
	top:0px;
	background-color: #FFFFFF;
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}
#leftcol_inner {
	padding:1em .8em; /* creates space between the box and the content */
	border-right:3px solid #B33;
	}
#content_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	float: left;
	width: 680px;
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	}
#footer2 {
	clear:both; /* makes the footer sit below whichever column is longest */
}
#footer2_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navbar {
	margin: 0px;
	padding: 0px;
	width: 725px;
	float: left;
	clear: both;
}
#footer2_inner a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#footer2_inner a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
}
#footer2_inner a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#content_inner ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	color: #325c93;
	text-decoration: none;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	list-style-image: url(images/blue_arrow.gif);
}
#content_inner h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #a52868;
	text-decoration: none;
	letter-spacing: -0.7px;
}
.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#content_inner h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #325c93;
	text-decoration: none;
	letter-spacing: -0.7px;
}
#content_inner img {
	text-decoration: none;
	border: 2px solid #999999;
}
#content_inner a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #325c93;
	text-decoration: none;
}
#content_inner a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #50689A;
	text-decoration: underline;
}
#content_inner a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: ##325c93;
	text-decoration: none;
}
#table_spacer {
	height: 20px;
	width: 650px;
}

