/*
Bezier curve for banner - 1000px wide, offset 500px horizontal, 150px vertical
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	
	background-color: #CCCC99;
	
	}
#content {
	background-color: white; 
	height: 100%;
	position: relative;
	top: -280px;
	width: 990px; 
	border: 5px solid #A7832B;
}
#content-table {
	background-image: url(/images/layout/background-top.png); 
	background-repeat: repeat-x;
}
#flag-banner {
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	position: relative; 
	top: 0px;
	z-index: 10;
}
.home-link {
	color: white;
	font-family: georgia;
	font-size: 16px;
	padding-top: 12px;
	font-weight: bold;
	text-decoration: none;
}
.left-column-header {
	color: #1F3321;
	font-family: georgia;
	font-size: 16px;
	font-weight: bold;
	width: 100%; background-color: #B2C69A;
	height: 25px;
	padding-top: 5px;
}
#main-table {
	
}
.page-header {
	color: #275349;
	font-family: georgia;
	font-size: 18px;
	font-weight: bold;
	font-style: italic
}
.page-text {
	color: #202020;
	font-family: arial;
	font-size: 14px;
	line-height: 24px;
}
.pauseOpacity {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
#top {
 	height: 70px;
}
#top-nav td {
	padding-left: 5px; padding-right: 5px; 
}
#top-nav a {
	text-decoration: none;
	color: #275349
}
#top-nav {
	font-size: 16px;
	font-weight: bold;
	font-family: georgia, times, serif;
}
#top-table {
	
}

