﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #233D76;
	text-align:center;
	width: 1024px;
	height: 100%;
/*	max-width: 1024px;*/
}

#masthead {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: bold;
	text-align: center;
}

#top_nav {
	clear:both;
	text-align: center;
	color: #FFFFFF;
}

#container {
	text-align: center;
}

#left_col_top {
	width: 225px;
	float: left;
}
#right_col_container {
	width: 225px;
	float: right;
}
#right_col_top {
	
}
#right_col_bottom {
	width: 225px;
}

/*#right_col {
	width: 225px;
	float: right;
}*/

#page_content {
	margin-left: 230px;
	margin-right: 230px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	color: #233D76;
	min-height: 500px;
	border: thin #E00000 solid;
	max-width: 560px
}

#footer {
	clear: both;
	background-color: #C0C0C0;
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	max-width: 1024px;
	width: 100%;
}
#page_content p {
	text-align: left;
	padding:5px 5px 5px 5px;
}

#page_content h2 {
	padding:5px 5px 5px 5px;
}

#page_content table {
	padding: 5px 5px 5px 5px;
}
