body { 
	margin: 0; 
	padding: 0; 
	font-family: Verdana, Arial, Helvetica, Calibri;
	font-size: 10pt; 
	text-align: center; 
	color: #333333;
}
.box { line-height: 1.2em; }
.resources { background: url(images/resources_left.jpg) 0% 80% no-repeat; }
a.link { color: #133d8d; }

h2 { font-family: "Times New Roman", Verdana, Arial; color: #0896a7; font-size: 18pt; font-weight: normal; }
h3 { font-family: "Times New Roman", Verdana, Arial; color: #0896a7; font-size: 14pt; font-weight: normal; }
span.bBlue { font-weight: bold; color: #133d8d; }
#random_quote span { font-size: 16pt; color: #133d8d; }
#random_quote  { font-size: 12pt; color: #133d8d; }
#random_quote_img  { float: right; }
#random_quote_img img  { padding-left: 15px; }
#random_quote_by { font-weight: bold; text-align: right; padding-top: 20px; }
.quote_author_container { width: 340px; padding-right: 100px; padding-bottom: 20px; float: right; clear: both; }

div#container { 
	width: 910px; 
	margin: 0 auto; 
	text-align: left;
}

div#topbar_container { width: 100%; height: 46px; background: url(images/top_bar_x.png) top left repeat-x; }
div#topbar {
	width: 910px;
	height: 46px;
	background: url(images/top_bar.png) top center no-repeat;
	margin: 0 auto;
}

div#footerBar_container { width: 100%; height: 43px; background: url(images/footer_bar_x.png) top left repeat-x; clear: both; }
div#footerBar {
	width: 910px;
	height: 43px;
	margin: 0 auto;
	background: url(images/footer_bar.png) top center no-repeat;
}

div#header {
	width: 910px;
	height: 206px;
	background: url(images/header_alt.jpg) top center no-repeat;
}

div#header_resources {
	width: 910px;
	height: 133px;
	background: url(images/header_resources.jpg) top center no-repeat;
}

div#header h1, div#header_resources h1 { text-indent: -100000px; }

div#header_resources h1 a { display: block; width: 350px; height: 133px; float: right; }
div#header h1 a { display: block; width: 350px; height: 100px; float: right; }

div#content {
	width: 910px;
}

div#content div#cLeft {
	width: 450px;
	float: left;
	text-align: left;
	padding-right: 10px;
	line-height: 1.8em;
}

div#content div#cLeft p.blue {
	color: #133d8d;
	font-weight: bold;
	padding-right: 30px;
}

div#content div#cLeft p.blueB {
	color: #133d8d;
	font-weight: normal;
	padding-right: 30px;
}

div#content div#cRight {
	width: 440px;
	float: left;
	line-height: 1.8em;
	padding-left: 10px;
}

div#content div#cRight p {
	padding-right: 80px;
}
div#content div#cLeft li { padding: 5px 0 5px 0; }

.box { padding: 5px 20px 10px 10px; margin: 10px 0 10px 0; }
.box h2, .box h3 { color: #ffffff; line-height: 1.3em; }
.box a { color: #ffffff; text-decoration: none; font-weight: normal; }
.box a:hover { text-decoration: underline; }

.yellow { background: #e4ab10; }
.red { background: #e22323; }
.orange { background: #ed5b34; }
.lightgreen { background: #0598b0; }
.green { background: #49a4b4; }
.purple { background: #6a74af; }
.blue2 { background: #6a8aaf; }