@charset "utf-8";
body {
	background: #fffeee;
	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: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #363148;
	background-color: #fffeee;
	font-style: normal;
}
a:link {
color: #283b63;
}

a:active {
color: #5a7aa3;
}

a:visited {
color: #5a7aa3;
}

.oneColFixCtrHdr #container {
	width: 762px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fffeee;
	color: #363148;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	padding-left: 0px;
}
.oneColFixCtrHdr #header {
	padding: 0;
	margin-top: 15px;
	background-color: #FFFEEE;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #footer {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#MainContent {

}
#NavBar {
	margin: 0px;
	padding: 0px;
	width: 762px;
}
#left {
	float:left;
	width: 52px;
	margin: 0px;
	padding: 0px;
}
#middle {
	float:left;
	width: 405px;
	margin: 0px;
	padding: 0px;
}
#middletop {
	height: 34px;
}
#textarea {
	height:393px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	/*float: left;*/
}
#middlebottom {
	height: 36px;
}
#right {
	float:left;
	height: 563px;
	width: 304px;
	margin: 0px;
	padding: 0px;
}
