@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/header_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#ABD69B;	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
img
{  border-style: none;
}
#container {
			position:relative;
			width: 995px; /* width + border for IE 5.x */
			w\idth: 995px; /* real width */
			margin: 0 auto;
		}
#mainContent {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/main_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:620px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear:both;
}
#bg_content {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#content {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#navigation{width: 995px; height:43px;}
#nav_space{width: 104px; height:43px;}
#programs_content {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image:url(../images/programs_bg.jpg);
	background-repeat:no-repeat;
	height:192px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#program_details {
	width:277px;
	padding:15px;
	}
#programs_space {
	width:17px;
	}

#events {
	padding:20px 20px 15px 35px;
	width: 360px;	
	height: 90px;
	}
#events_details {	
	height: 75px;
	padding:10px 0 0 10px;
	overflow:scroll;
	overflow-x:hidden;
	}
#calendar {
	position:relative;
	background-image:url(../images/calendar_bg.gif);
	background-repeat:no-repeat;
	width: 419px;	
	height: 29px;
	}
#our_program {
	padding:10px 20px 0 35px;
	width: 320px;
	}
#our_program1 {
	width: 419px;	
	}
#welcome {
	padding:20px 5px 0 20px;
	width: 525px;	
	}
#left_img {
	width:275px;
	float:right;
	border-left:#fff solid 20px;
	}
#right_img {
	width:275px;
	float:left;
	border-right:#fff solid 20px;
	}
#column1 { width:419px;float:left;}
#column2 { width:576px;float:right;}
#footer {
	clear:left;
	margin-top:12px;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#tution_table {
	border:solid #ccc 1px;
	border-collapse:collapse;
	padding:5px;
	}
.heading
	{
	color: #585077; 
	font-style: italic; 
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	}
.subheading_white
	{
	color: #ffffff; 
	font-style: italic; 
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	}
.subheading 
	{
	color: #585077; 
	font-style: italic; 
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	}
.subheading_red
	{
	color: #d1232a; 
	font-style: italic; 
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	}
.subbody 
	{
	color: #585077; 
	font-style: italic; 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
.spacing_top{margin-top:10px;}
.subprogram 
	{
	margin-top:15px;
	font-style: italic; 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
.small 
	{
	font-size: 12px;
	}
.subbody_white 
	{
	color: #ffffff; 
	font-style: italic; 
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
a{
	border:none;
	color: #585077; 
	text-decoration:none; 
	}
a:hover{
	border:none;
	color: #81ace5;
	text-decoration:none; 
	}
a:active{
	border:none;
	color: #585077; 
	text-decoration:none; 
	}
a:visited{
	border:none;
	color: #585077; 
	text-decoration:none; 
	}
a.program{
	margin-top:20px;
	border:none;
	color: #f3e594; 
	text-decoration:none; 
	}
a.program:hover{
	margin-top:20px;
	border:none;
	color: #ffffff;
	text-decoration:none; 
	}
a.program:active{
	margin-top:20px;
	border:none;
	color: #f3e594; 
	text-decoration:none; 
	}
a.program:visited{
	margin-top:20px;
	border:none;
	color: #f3e594; 
	text-decoration:none; 
	}
a.red{
	margin-top:20px;
	border:none;
	color: #d1232a; 
	text-decoration:none; 
	}
a.red:hover{
	margin-top:20px;
	border:none;
	color: #7accc8; 
	text-decoration:none; 
	}
a.red:active{
	margin-top:20px;
	border:none;
	color: #d1232a; 
	text-decoration:none; 
	}
a.red:visited{
	margin-top:20px;
	border:none;
	color: #d1232a; 
	text-decoration:none; 
	}
/* spam prevention field */
#address { display: none; }

