

body {
	/*background-color: #333333;*/
	font-family:Arial, Helvetica, sans-serif;
}



#container {
	/*background: #333333;*/
	/*font-size:1em;*/
	width:770px;
	/*width:834px;*/
	margin:0 auto;

}



#main {
	width:770px;
	margin:auto;

}

#top {
	/*background:url("raise_top.jpg") no-repeat top;*/
	width:770px;
	/*width:834px;*/
	margin:auto;
	height:17px;
	padding:0;
}
#bottom {
	/*background:url("raise_bottom.jpg") no-repeat top;*/
	width:770px;
	/*width:834px;*/
	margin:auto;
	height:17px;
	padding:0;
	clear:both;	
}

#image {
	height:126px;
}

#right {
	float:right;
	width:600px;
	background:#FFFFFF;
	min-height:700px;
	clear:both;
	font-size: 0.8em;
}

#left {
	float:left;
	width:170px;
	height:100%;
	min-height:700px;
}


#bar ul{
	margin: 0;
	padding:.5em;
	list-style:none;
}

#bar ul li{
	display:inline;
	margin-right:1em;
}



#left a{
	/*font-weight:bold;*/
	text-decoration: none;
	color: #000000;
}  

#left a:hover{
	text-decoration:underline;
	color: #000000;
}


.inset{
	float:right;
	border:#000000 1px solid;
	margin:1em;
}


/*====float "site map" and "language" to right of bar===*/

.floatright {
	float: right;
}
.footerfont {
	color: #000000;
	text-align: center;
	font-size: 0.7em;
	/*font-weight: bold*/
}

.navformat {
	/*font-weight: bold;*/
	font-size: 0.9em;
	margin: 2em 1em 1em 1.5em;
}

.level3nav{
font-weight: bold;
margin: 0em 0em 0em 0em;
}

.level4nav {
	margin: -.2em 0em 0em 1.5em;
	font-size: 0.8em;
}

/*=========================Style Defs===========================*/

H1 {
	color: #000000;
	font-weight:normal;
	font-family: Tahoma;
	font-size: 1.5em;
}

p {
	font-size: inherit;
	color: #333333;
}

/* for unordered lists */
#right ul {
	font-size: inherit;
	color: #333333;
}

/*=========== RAISE Definitions ===================================*/
/*No background for listing of schools*/
.no-bgnd{
	font-size: 0.9em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px
}

/*Rise North*/
.north {
	font-size: 0.9em;
	background-color: #DEECB7;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px
}

.dLink {
	display: inline;
	clear: left;
	float: right;
	padding-right: 5px;
}
	
.dLink a {
	text-decoration: none;
	color: #000000;
	background: inherit;
	}
.dLink a:hover {
	text-decoration: underline;
	}
	
.dfes {
	display: inline;
	float: left;
	padding-left: 5px;
	width: 60px;
}
.tableheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #006633;
	width: 100%;
}
.school {
	display: inline;
	padding-left: 5px;
}

.left_section {
	width: 200px;
	text-align: right;
	float: left;
	padding-right: 25px;
}
.right_section {
	width: 350px;
	text-align: left;
	float: left;
}

