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

body{
	background-color:#602e85;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
}

h1{
	font-size:24px;
	color: #602e85;
	margin: 25px 0 17px 0;
}
h2{
	font-size:18px;
	color: #602e85;
	margin-bottom: 12px;
}
a{
	color: #602e85;
}
h3{
	font-weight:bold;
	margin-bottom:10px;
	color: #602e85;
}
p{
	margin-bottom:20px;
	line-height:120%;
}
li {list-style-type:disc;
}
.clear{
	clear:both;
}
.main_wrapper{
	margin:auto;
	width:748px;
	background: url(images/wrapper_background.jpg) repeat-y;
	padding: 0 5px 0 8px;
}

.toplinks{
	 float:right;
	 font-size:10px;
	 padding:10px 40px 0 0;
}
.toplinks a{
	text-decoration:none;
	color:#404040;
}

.title{
	color:#602e85;
	margin-left:51px;
	height:47px;
	display:block;
}
.title img{
	float:left;
}
.title h1{
	font-size:28px;
	font-weight:normal;
	float:left;
	margin:6px 0 0 5px;
	padding-bottom:2px;
}
.title h2{
	font-size:16px;
	font-style:italic;
	float:left;
	margin:15px 0 0 11px;
	padding-bottom:2px;
}
.banner{
	clear:both;
	font-size:0;
}
.navigation{
	background: url(images/nav_background.jpg) repeat-x;
	height:20px;
	display:block;
	width:748px;
}
.left_col{
	margin-left:15px;
	width:315px;
	float:left;
	font-size:14px;
}

.left_col ul{
	margin:0 0 20px 20px;
}
.left_col li{
	margin:5px 0;
}
.left_col h2{
	margin-bottom:10px;
}
.left_col_wide{
	margin-left:15px;
	width:680px;
	float:left;
	font-size:14px;
}
.right_col{
	float:left;
	margin-left:40px;
	margin-top:18px;
	color:#602e85;
	font-size:14px;
	margin-bottom: 0px;
}
.right_col_top{
	width:341px;
	height:9px;
	display:block;
	background-image:url(images/right_t.jpg);
	background-repeat:repeat-x;
	font-size:0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.right_col_bottom{
	width:341px;
	height:9px;
	display:block;
	background-image:url(images/right_b.jpg);
	background-repeat:repeat-x;
	font-size:0px;
}
.right_col_middle{
	width:305px;
	border-left:solid #ffd9a1 1px;
	border-right:solid #ffd9a1 1px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	padding:0 17px 0 17px;
	clear:both;
	min-height:300px;
	margin-top: 0px;
	padding-top: 0px;
	}
	
.footer{
	width:100%;
	text-align:center;
	font-size:10px;
	color:#202020;
	padding:20px 0;
}
.content_bottom{
	margin:auto;
	background-image:url(images/content_bottom.jpg);
	background-repeat:no-repeat;
	width:761px;
	height:11px;
}
.scholarship {
	border:2px;
	border-color: #999;
}
.scholarship td { border: 2px; }
/*
 
text for right column used for color day, lunch, news, events) Arial 14 color: #602e85
Gold box around right column: color: #ff9802
 
Footer text for address:  Arial 10 color: #202020
*/