﻿/* CSS layout */
body {
	margin: 200;
	padding: 0;
}

#masthead {
	width: 800px;
	background: #DBEFEC;
	top: 0px;
	text-align: center;

}

#logo {
	float: left;
	width: 200px;
}

#header {
	margin-left: 400px;
}

#container {
	background: #DBEFEC;
	clear: both;
	width: 800px;
}

#left_col {
	background: #DBEFEC;
	float: left;
	width: 200px;
	color: #000000;
}

#page_content {
	border-bottom: thin #808080 groove;
	background: #FFFFFF;
	margin-left: 200px;
	width: auto;
	border-top-color: #808080;
	border-top-style: groove;
	border-top-width: thin;
	font: verdana;
	font-size: small;
}

#footer {
	clear: both;
	background: #DBEFEC;
	font-size: small;
	width: 800px;
}

}
.normaltext {
	font-family: verdana;
	font-size: small;
	color: #454F51;
	font-style: normal;
}
.style1 {
	margin-left: 0px;
}
.style7 {
	font-family: Verdana;
	font-size: x-small;
}
.style12 {
	font-size: x-large;
}
.style13 {
	text-align: left;
	background: #DBEFEC;
	border: none;
	border-width: 0;
}
.Footerlinks {
	color: #454F51;
	text-align: center;
	font-family: Verdana;
	font-size: small;
}
.Pageheader {
	font-family: Verdana;
	font-size: x-large;
	font-weight: bold;
	
}
