h3 {
	font-size : 2.4em;
	margin : 0;
	padding : 0;
}

h4 {
	font-size : 1.6em;	
	margin : 0;
	padding : 0;

}

#header {
	
	background : url('/images/School2Phone.jpg') no-repeat center;
	
}

#header {
	border-bottom : 5px solid #db214c;
	
}


#header ul {
	list-style : none;
	
}

#header ul li.right {
	float : right;
}

#footer {
	border-top : 5px solid #00458e;
	font-size : .8em;
	color : #00458e;
	clear : both;
}

#content {
	clear : both;
	float : left;
	min-height : 500px;
}

#content p {
	font-size : 1.4em;
	margin-right : 10px;
	margin-left : 20px;
}

#address {
	font-size : 1.4em;
	text-align : center;
}

#address p {
	margin : 20px;
}

#parents {
	min-height : 500px; background : url('/images/Parents.jpg') no-repeat bottom right;	
}

#parents p {
	font-size : 1.4em; margin-left : 20px; margin-right : 250px;
}

#admin {
	background : url('/images/admin.jpg') no-repeat left; min-height : 500px;
}

#admin p {
	font-size : 1.4em;margin-left : 150px;margin-right:20px;margin-top:30px
}

#contact {
	width : 100%;
}

.summary_box {
	background:#dff; border: 1px solid #489;margin : 20px;padding : 20px;
}

#credit_summary th, #user_summary th, #user_list th, #account_summary th {
	border-bottom : 1px solid red;
	border-right : 1px solid red;
	width : 200px;
}

#account_summary td.docenter, #credit_summary td.docenter, #user_summary td.docenter {
	padding : 5px;
	text-align : center;
}

#messagelist th {
	border-bottom : 1px solid red;
	border-right : 1px solid red;
	width : 100px;
}

#messagelist td, #user_list td {
	padding-top : 10px;
	padding-bottom : 10px;
	border-bottom : 1px solid red;
}

#summary {
	float : left;
}

.summary_info {
	background : #dff;
	border : 1px solid red;
	list-style : none;
	font-size : 1.2em;
	padding : 20px;
	width : 250px;
	
}

.nav_bar {
	width : 100%;
	background : #000;
	list-style : none;
	font-size : 2em;
	margin : 0;
	padding : 10px 0px;
}

.nav_bar li {
	display : inline;
	border-right : 1px solid #fff;
	padding : 10px;
}

.nav_bar li a {
	color : #fff;
}

#content h3 {
	background : #dff;
	border : 1px solid red;
	padding : 10px;
	color : #00458e;
}

#flash {
	background : #dff;
	border : 1px solid red;
	font-size : 2em;
	padding : 20px;
	width : 80%;
}