html {
	margin-bottom: 1px;
	min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000;
	background: #444 url(../imgs/outer_header_bg.jpg) repeat-x;
}



#wrapper {
	width: 818px;
	margin: 0 auto 20px auto;
	min-height: 300px;
}

#innerWrapper {
	background: url(../imgs/wrapper_bg.gif) repeat-y left;
	min-height: 300px;
	padding-top: 1px;
	font-size: 80%;
}

#header {
	background: url(../imgs/header_bg.jpg) no-repeat left;
	height: 100px;
	width: 818px;
	margin: 0 auto;
}

#leftcol {
	min-height: 250px;
	margin-left: 37px;
	width: 228px;
	float: left;
	border-left:1px solid #ABB6BC;
}

#content {
	margin: 0 48px 0 275px;
}

#footer {
	height: 63px;
	background: url(../imgs/footer_bg.jpg) no-repeat left bottom;
	clear:left;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 15px 50px 15px 15px;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4, h5, h6 {
	font-size: 110%;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0;
	margin: 35px 8px 0 6px;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #444;
	padding: 2px 3px;
	border: 1px solid #666;
}

#leftcol li a:hover, #leftcol li .here {
	color: #000;
	background-color: #7ca9d0;
	border: 1px solid #000;
}

#leftcol p {
	text-align: center;
	font-size: 90%;
	color: #4577BC;
}

#footer p {
	font-size: 85%;
	color: #4577BC;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
}
blockquote {
	margin: 10px 5px 0px;
	padding: 10px;
	border: 2px solid #2F4E7B;
	background: #ABB6BC;
}

blockquote h1 {
	text-align: center;
	color: #CC2229;
}

blockquote h2 {
	text-align: center;
	color: #36444E;
}

blockquote p {
	color: #36444E;
}

blockquote img {
	border: 2px solid #2F4E7B;
}

.center {
	text-align: center;
}
.noborder {
	border-width: 0px;
	border-style: none;
}
