@charset "ISO-8859-1";


html, body {
	height: 100%;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #236ece;
	margin: 0px;
	line-height: 16px;
	background-image: url(images/background-v1a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.header {
	font-size: 24px;
}


#frame {
	min-height: 100%;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 250px;
}
.content {
	width: 820px;
	margin-top: 12px;
}
a:link  {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover   {
	color: #FFCC33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCFF;
}

.title {
	text-align: center;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
#frame .content img {
	margin: 0px;
	padding: 0px;
	/*border: thin solid #FFFFFF;*/
}
#frame .content .txt {
	width: 600px;
	float: right;
	font-size: 14px;
}
#frame .content .txt h2 {
	font-size: 24px;
	font-weight: lighter;
	margin: 0px;
	line-height: 20px;
	text-transform: uppercase;
	color: #33CCFF;
}
#frame .content .txt h3 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFFFFF;
}
#frame .content .txt em {
	color: #00CCFF;
}
.top {
	background-color: #43b3ff;
	height: 100px;
	width: 100%;
	background-image: url(images/TopBanner.jpg);
	background-repeat: no-repeat;
}
.nav {
	background-color: #444993;
	width: 849px;
	margin-bottom: 20px;
}
.nav a {
	font-size: 14px;
	display: inline;
	padding-left: 8px;
	text-decoration: none;
	line-height: 25px;
}
.nav .space {
	height: 116px;
}
.nav a:hover {
	color: #3399FF;
}
#page {
	height: 100%;
	height:auto !important;
	min-height:100%;
	position: relative;
	width: 849px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkgd_footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3399FF;
	border-left-color: #3399FF;
	background-color: #236ECE;
}
#page_splash {
	height: 100%;
	height:auto !important;
	min-height:100%;
	position: relative;
	width: 849px;
	margin-right: auto;
	margin-left: auto;
}
#page #frame .content .txt .small {
	text-transform: lowercase;
}
/*#frame_home {
	width: 820px;
	margin-left: auto;
	float: right;
	margin-right: auto;
}*/
.clear {
	clear: both;
}
#page_splash #splash {
	background-image: url(images/splash.jpg);
	background-repeat: no-repeat;
	height: 395px;
	width: 849px;
	border: 1px solid #FFFFFF;
	margin-top: 150px;
}
#page_splash #splash .nav {
	width: 160px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 10px;
	padding-left: 10px;
}
#page_splash #splash .nav a {
	font-size: 14px;
	display: block;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	line-height: 15px;
}
#page_splash #splash .nav .space {
	height: 116px;
	background-color: #333366;
}
#page_splash #splash .nav a:hover {
	color: #3399FF;
}
#page #frame table {
	width: 820px;
}
#page #frame td {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
