@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #903;
	background-color: #4F6868;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#icons {
	width: 525px;
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 920px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EAE8D7;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #95B2AF;
	font-weight: lighter;
}

#mainContent {
	background-color: #FFFFFF;
	border: medium double #06271E;
	padding: 0;
	margin-top: 0px;
	margin-right: 120px;
	margin-bottom: 30px;
	margin-left: 120px;
}
#mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4F7571;
	padding-left: 20px;
}
#mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 45px;
	color: #990000;
	padding-left: 45px;
	font-weight: bold;
	padding-right: 45px;
}
#mainContent h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-style: normal;
	line-height: 30px;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
}
#mainContent h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000000;
	font-weight: lighter;
	padding-left: 20px;
	padding-right: 20px;
}

#mainContent h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #222F24;
}
#mainContent h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: oblique;
	color: #0000CC;
	padding-right: 20px;
	text-align: right;
}
#mainContent table {
	width: 650px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	background-color: #EAE8D7;
	border: medium double #06271E;
	text-align: center;
}




#mainContent p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
	border-color: #09C;
	outline-color: #03F;
	text-align: center;
}

#footer {
	padding: 0;
	margin: 0px;
	background-color: #06271E;
}
#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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent tuition table {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	background-color: #EAE8D7;
	border: medium double #06271E;
}
#mainContent calander table {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
#container #mainContent #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
#table {
	background-color: #FFFFFF;
}
