@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12pt;
	text-align: center;
	color: #000080;
	background-color: #666666;
}
#wrapper {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000080;
	border-left-color: #000080;
	background-color: #ffffff;
	text-align: left;
}
#header {
	background-color: #000080;
	padding: 5px;
	text-align: center;
}


#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 */
	color: #ffffff;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #EBEBEB;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-right: 20px;
	padding-left: 20px;
} 
#Main_Content {
	margin: 0px;

}


#footer {
	background-color: #000080;
	color: #ffffff;
	font-weight: bold;
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12pt;
	text-align: center;
}
caption {
	font-size: 16pt;
	text-decoration: underline;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
}
label {
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12pt;
	color: #000080;
	font-weight: bold;
}
.PageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 14px;
	padding-top: 14px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
}
}
.footer:hover {
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12pt;
	color: #c0c0c0;
	font-weight: bold;
	text-decoration: underline;
}
.links {
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12pt;
	color: #000080;
	text-decoration: none;
	font-weight: bold;
}
.links:hover {
	font-family: "Times New Roman", serif, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	background-color: #000080;
	text-decoration: underline;
	font-weight: bold;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
