@charset "utf-8";
/* CSS Document */


body {
	font: 100%/1.4  Georgia, 'Times New Roman', Times, serif;
	background-color:#FFF;
	margin: 0;
	padding: 0;
}


ul, ol, dl,th,td {
	font-size:14px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6, p,th,{
	padding-bottom:10px;
	padding-left:10px;
	color:#000;
}


/* ~~ this container surrounds all other divs giving them their  width ~~ */
.container {
	
	width: 954px;
	background:#FFF;
	margin:auto; 
}

.nav
{
	
	width:954px;
	margin:auto;
	background-color:#FFF;
	
}

.header {
	background:#FFF;
}

/* ~~ These are the columns for the layout. ~~ */


.sidebar1 {
	width:320px;
	margin-top:10px;
	margin-right: 10px;
	

}


.content {
	margin-bottom:5px;
	width:954px;
	padding-top:10px;
}

.sidebar2{
	margin-bottom:5px;
	width:954px;
	padding-top:15px;
}
	
.footer {
	height:90px;
	margin-top:5px;
	padding:5px 5px;
	background:#cccccc;
	position: relative;
	clear: both; 
	text-align:center;
}

.sidebarcon {
	width: 954px;
	padding:10px 15px 15px 10px;
}


.contentbsm {
	margin-left:40px;
	margin-right:0px;
	margin-bottom:10px;
	width:600px;
	float:left;
}

.sidebarimm{
	margin-left:40px;
	float:left;
	width: 900px;
	padding-bottom:10px;
	
	
}


.contentimm {
	margin-top:5px;
	margin-left:10px;
	width: 954px;
	height:auto;

}

.contentwood {
	margin-top:20px;
	margin-left:60px;
	width: 450px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}

.appform1{
	     background-color:#FCF;
	    }
		
.appschool{
	
	margin-left:70px;
}
.style {
	font-size:9px;
}

a:link {text-decoration:none;}    /* unvisited link */
a:visited {text-decoration:none;} /* visited link */
a:hover {text-decoration:underline;}   /* mouse over link */
a:active {text-decoration:underline;}  /* selected link */
