html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, 
ul, ol, li, a, img, em, strong, hr, br {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #E3E6EB url(../image-files/page_bg.jpg) top left repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

#wrapper {
	width: 920px;
	text-align: left;
	background: #fff;
	margin: 0px auto;
	border-top: 15px solid #3D577A;
	border-bottom: 1px solid #3D577A;
	border-right: 1px solid #3D577A;
	border-left: 1px solid #3D577A;
}

/* ========== HEADER SECTION ========== */

#header_section {
	height: 120px;
	background: #fff url(../image-files/header_bg.jpg) top left no-repeat;
}

/* ========== NAVBAR SECTION ========== */

#navbar_section {
	background: #CCCC99;
	text-align: center;
	border-top: solid 1px #999933;
	border-bottom: solid 1px #999933;
	color: #999966;
}

#navbar_section ul {
	list-style-type: none;
	padding: 0;
	margin: 2px 0;
}

#navbar_section ul li {
	display: inline;
	text-align: center;
	padding: 0px 4px;
}

#navbar_section a {
	text-decoration: none;
	color: #666633;
}

#navbar_section a:hover {
	color: #000;
}

/* ========== CONTENT MAIN ========== */

#content_mainwrap {
 	float: left;
	width: 100%;
	background: #fff;
}

#content_main {
	margin: 0 185px 0 185px;
}

#content_main .padding {
	padding: 0px 5px 0px 10px;
}

#content_main h1 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 12px;
}

#content_main h2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 12px;
}

#content_main h3 {
	font-size: 13px;
	text-align: center;
	margin-bottom: 12px;
}

#content_main p {
	margin-bottom: 18px;
}

#content_main blockquote {
	margin-bottom: 18px;
	padding: 0px 33px;
	background: #fff url(../image-files/quote.gif) top left no-repeat;
}
 
#content_main ul {
	list-style-image: url(../image-files/bullet.gif);
	padding-left: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
}

#content_main ol {
	padding-left: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
}

#content_main li {
	margin-bottom: 8px;
}

#content_main a {
	text-decoration: underline;
	color: #8F2831;
}

#content_main a:hover {
	text-decoration: none;
	color: #8F2831;
}

#content_main hr {
	border: none;
	background-color: #E3E6EB;
	color: #E3E6EB;
	height: 3px;
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}

#content_main #related {
	text-align: center;
	margin-bottom: 18px;
}

#content_main #footlink {
	text-align: center;
	font-weight: bold;
}

#content_main #adsmain {
	float: left;
	padding: 0px 10px 10px 0px;
}

#content_main .adscenter {
	text-align: center;
	padding-bottom: 10px;
}

#content_main #blog h3{
	text-align: left;
}

#content_main .center {
	text-align: center;
	margin-bottom: 20px;
}

#content_main .highlight {
	padding: 10px;
	margin: 0px 6px 15px 6px;
	background: #E3E6EB;
	border: 1px solid #3D577A;
}

#content_main .bfill {
	margin: 15px 0px;
}

#content_main .filler {
	text-align: center;
	margin-bottom: 15px;
}

#content_main .bschools {
	padding-left: 50px;
	padding-right: 50px;
}

.spacer {
	clear: both;
	height: 20px;
}

/* ========== CONTENT LEFT ========== */
#content_left {
     float: left;
     width: 185px; 
     margin-left: -100%;
}

#content_left .padding {
	padding: 8px 12px;
}

#content_left h3 {
	text-align: center;
	padding-bottom: 8px;
	font-size: 13px;
	color: #8F2831;
	border-bottom: 1px dotted #a9a9a9;
}

#content_left .sidenav {
	margin: 0px 0px 20px 0px;
}

#content_left .sidenav ul {
	list-style-type: none;
}

#content_left .sidenav li a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-bottom: 1px dotted #a9a9a9;
	display: block;
	padding: 4px 0px 4px 10px;
	color: #222;
}

#content_left .sidenav li a:hover {
	background: #E3E6EB url(../image-files/arrow.gif) center right no-repeat;
}

#content_left .share {
	border: 1px dotted #a9a9a9;
	background: #eee;
	padding: 7px;
	text-align: center;
	margin-bottom: 20px;
}

#content_left .share h4 {
	font-size: 12px;
	margin-bottom: 5px;
}

#content_left .share p {
	font-size: 11px;
	margin-bottom: 5px;
}

#content_left .sbi {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
}

#content_left .sbi img {
	display: block;
	margin: 0px auto 10px auto;
	border: solid 1px #a9a9a9;
}

#content_left .rss {
	text-align: center;
	margin-bottom: 20px;
}

#content_left a {
	text-decoration: underline;
	color: #8F2831;
}

#content_left a:hover {
	text-decoration: none;
}

/* ========== CONTENT RIGHT ========== */
#content_right {
     float: left;
     width: 185px;
     margin-left: -185px;
}

#content_right .padding {
	padding: 8px 12px;
}

#content_right h3 {
	text-align: center;
	padding-bottom: 8px;
	font-size: 13px;
	color: #8F2831;
	border-bottom: 1px dotted #a9a9a9;
}

#content_right .text {
	text-align: center;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #a9a9a9;
}

#content_right a {
	text-decoration: underline;
	color: #8F2831;
}

#content_right a:hover {
	text-decoration: none;
}

#content_right .adsnav {
	text-align: center;
	margin-bottom: 15px;
}

/* ========== FOOTER SECTION ========== */
#footer_section {
	clear: left;
	width: 100%;
	height: 30px;
	background-color:#3D577A;
}

#footer_main {
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding:10px;
}