﻿/* CSS layout */
#masthead {
	clear: both;
	background-image: url('images/Splash02g.jpg');
	background-repeat: no-repeat;
	text-align: center;
}
#banner {
	float:right
}
#top_nav {
	text-align: center;
	float: none;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	color: #800000;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	border-style: solid;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: none;
}
#page_content {
	border-style: hidden;
	margin-left: 150px;
	margin-right: 5px;
	font-family: "Franklin Gothic Book";
	width: 100%;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	vertical-align: bottom;
	text-align: center;
	position: absolute;
}
#Bld_Txt {
	font-size: x-large;
	font-weight: bold;
}
#Copyright {
	text-align:center;
	font-size:small;
	font-family:"Times New Roman", Times, serif;
}
#TpBt_Marg {
	margin-bottom:5px;
	margin-top:5px
}
#BoldItCtr {
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 7px;
}
#smCaption {
	font-size: x-small;
	text-align: center;
	margin-top: 7px;
}
#img_ctr {
	text-align: center;
}
#right_col {
	margin: 10px;
	border-style: solid;
	clip: rect(auto, auto, auto, auto);
	right: 700px;
	float: none;
}
#Nav_bar {
	border-bottom-style: solid;
}
.allContent {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
