﻿  /* CSS layout */
body {
	background: #D2D2FF;
	margin: 0;
	padding: 0;
}

#masthead {
	border-style: solid;
	border-color: #949FC8 #949FC8 #58648D #58648D;
	margin-top: 20px;
}
#top_nav {
	width: 750px;
	margin: 0px auto 0px auto;
}
#container {
	border: thin none #9098C2;
	margin: 5px;
	min-width: 600px;
	width: 850px;
	position: static;
	margin-left: auto;
	margin-right: auto;
}
#page_content {
	background-position: center center;
	margin: 5px auto 10px auto;
	border-color: #FFFFFF;
	padding: 10px 20px 30px 20px;
	border-style: none double none double;
	width: 700px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #5D6C8A;
	background-color: #E8E8FF;
	min-height: 500px;
	background-image: url('Images/KetStoneWatermark.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#footer {
	padding: 10px 5px 35px 5px;
	margin: 15px auto 25px auto;
	border-style: solid;
	border-color: #949FC8 #949FC8 #58648D #58648D;
	clear: both;
	background-color: #FFFFFF;
	width: 730px;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#link {
	text-align: center;
}
.titleText {
	font-size: xx-large;
	text-decoration: underline;
}
.textLAlign {
	text-align: left;
}
.textCAlign {
	text-align: center;
}
.important {
	text-decoration: underline;
	font-size: large;
}

