@charset "utf-8";
html, body {
	height: 100%;
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background: #5A471B;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
	color: #003366;
}

a:visited {
	color: #666666;
}

a:hover {
	color: orange;
}

.twoCol #container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #333333;
	border-top: 0px;
	text-align: left;
	vertical-align: middle;
} 
 
.twoCol #header { 
	height: 76px;
	background: #A2DCE7 url(images/banner_bg.gif) no-repeat top right; 
	padding: 0;
	margin: 0;
}

.twoCol #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 */
}

.twoCol #mainContent {
	height: 100%;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(images/main_bg.gif) no-repeat bottom right;
}

.twoCol #mainContent p {
	padding: 0;
	margin: 2px;
	line-height: 175%;
}

.twoCol #sectionHead {
	height: 65px;
	background: #FFFFFF url(images/logo_bottom.gif) no-repeat top left; 
	padding: 0;
	margin: 0px;
}

.twoCol #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#B5B2D9; 
} 
.twoCol #footer p {
	text-align: center;
	font-size: 9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoCol #logolayout {
	width: 240px;
	text-align: center;
	margin: 10px;
	float: left;
}

.logoTable img{
	border: 1px solid #ccc;
	background: #eee;
	padding: 2px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #5A471B;
	text-align: left;
	padding: 0;
	margin: 2px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A2DCE7;
	text-align: left;
	padding: 0;
	margin: 2px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: 5A471B;
	text-align: left;
	padding: 0;
	margin: 2px;
}

.midsize {
	line-height: 80%;
	font-size: 11px;
}

input.oform {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	height: 15px;
	background-color: #eeeeee;
	border: 1px solid #aaa;
}

.small {
	font-size: 9px;
}
.small10 {
	font-size: 10px;
}