/* css for basic items---------------------------------------------------------------------------------------------------*/
body {
	padding: 37px 0 0 0;
	margin: 0;
	min-width: 853px;
	background: #89bd49 url(../images/bg-new-school.gif) repeat-y;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	line-height: 15px;
	color: #005787;
	}

/* css for site structure ------------------------------------------------------------------------------- */

#outer {
	position: relative;
	display: table;
	vertical-align: middle;
	width: 853px;
	background: url(../images/bg-extended.gif) repeat-y;
	}
			 	
/* css for content center -------------------------------------------------------------------------------------------------*/

#content-center {
	position: relative;
	padding: 36px 60px 30px 38px;
	width: 483px;
	min-height: 550px;
	float: left;
	border-top: #005e8b solid 2px;
	}
#content-center a,
#content-center a:visited,
#content-center a:active {
	color: #005787;
	text-decoration: underline;
	outline: none;
    }
#content-center a:hover {
	color: #333;
	text-decoration: underline;
	outline: none;
   	}
#content-center ul {
	padding: 0 0 10px 20px;
	float: none;
	}
#content-center ul li {
	padding: 0 0 4px 0;
	list-style: disc;
	float: none;
	}
p.half-space {
	padding-bottom: 3px;
	}

/* css for bottom nav items -------------------------------------------------------------------------------------------------*/
         
#content-bottom-nav {
	position: relative;
	width: 820px;
	height: 42px;
	background: url(../images/bg-extended.gif);
	font-size: 0px;
	line-height: 0px;
	clear: both;
	}
#content-bottom-nav ul li {
	padding: 18px 0 0 0;
	}
#content-bottom-nav ul li#nopad {
	padding: 0;
	}
