html, body {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #a5d4ee;
	background-image: url(images/bg_slice.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-attachment: fixed;
}
#wrap {
	padding-bottom:20px;
	padding-top:30px;
}
#container {
 	margin-left: auto;
 	margin-right: auto;
 	height: auto !important;
 	height: 100%;
 	text-align: center;
 	padding: 0px;
 	width: 800px;
	background-image: url(images/tb_mid.png);
	background-repeat: repeat-y;
}
#header {
 	width: 800px;
 	height: 100px;
 	text-align: center;
 	margin-left: auto;
 	margin-right: auto;
 	clear: both;
}
#menu {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
 	text-align: center;
 	clear: both;
}
#divider {
	width: 700px;
	margin-left: auto;
 	margin-right: auto;
	border-bottom: #042f86 1px solid;
	margin-top:2px;
}
#main {
 	margin: 0px;
 	width: 800px;
 	height: 100%;
 	clear: both;
 	text-align: left;
}
#main_content {
 	padding-left: 50px;
 	padding-right: 50px;
	padding-top:10px;
}
#columnLeft {
	width:300px;
	float:left;
	clear:left;
	text-align: left;
}
#columnRight {
	width: 300px;
	float:right;
	clear:right;
	text-align: left;
	padding-left: 20px;
	padding-top: 10px;
}
#top {
	clear: both;
	width: 800px;
	margin-left: auto;
 	margin-right: auto;
}
#bot{
	clear: both;
	width: 800px;
	margin-left: auto;
 	margin-right: auto;
}
#footer {
	margin:0px;
	height:110px;
	padding-left: 50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
}
.footer {
	margin:5px;
}
#footerLeft {
	width: 250px;
	float:left;
	clear:left;
	text-align: left;
}
#footerRight {
	width: 250px;
	float:right;
	clear:right;
	text-align: right;
}
#footerBadge {
	width: 250px;
	float:right;
	clear:right;
	text-align: right;
}
hr {
	width:700px;
	height: 1px;
	color: #085795;
	border-bottom: #085795;
	border-width:.02em;
	clear:both;
}

/* TEXT */
.body {
	font: 10pt Georgia, serif;
	color: #000000;
}
.footer {
	font: 8pt Tahoma, sans-serif;
 	color: #000000;
 	text-align: center;
}
/* HEADER TEXT*/
h1 {
 font: bold 14pt Georgia, serif;
 margin-bottom:10px;
 text-align: left;
 color: #000000;
}
h2 {
 font: bold 10pt Georgia, serif;
 color: #000000;
 text-align: left;
 letter-spacing: -0.04em;
 margin-top: 10px;
}
h3 {
 font: bold 10pt Georgia, serif;
 color: #ffffff;
 text-align: left;
 letter-spacing: -0.04em;
}
h4 {
 font: bold 10pt Georgia, serif;
 color: #000000;
 text-align: left;
 letter-spacing: -0.04em;
 margin-bottom: 0px;
}
/* SUBHEADER TEXT */
h1 span {
 color: #666666;
 font: 8pt Georgia, serif;
 letter-spacing: 2px;
 text-transform: uppercase;
}
/* MENU */
ul#nav  {
    list-style: none;
	margin: 0px;
    padding:0px;
	font: 8pt Georgia, serif;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
	text-transform: uppercase;
    letter-spacing:.1em;
	
}
ul#nav li  {
    display: inline;
    margin: 0 10px;
}
ul#nav a {
    text-decoration: none;
    padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
    color: #022776;
}
ul#nav a#current  {
    color: #1053a7;
	border-bottom: 4px solid #3fbbec;
}
ul#nav a:hover {
    border-color: #3fbbec;
	border-bottom: 4px solid #3fbbec;
    color: #1053a7;
}
/* LINKS */
a:link {color:#042f86;text-decoration:none;}
a:visited {color:#042f86;text-decoration:none;}
a:hover {color:#3b99cf;text-decoration:underline;}
a:active {color:#042f86;}

INPUT {
	background-color: #f7f7f7;
	border:solid 1px #3fbbec;
	font-size:12px;
	font-family: Georgia, Serif;
}
TEXTAREA {
	background-color: #f7f7f7;
	font-size:12px;
	width: 250px;
	font-family: Georgia, Serif;
	border:solid 1px #3fbbec;
}
.button {
	color:#000;
	font-family: Georgia, Serif;
	font-size:10pt;
	font-weight:bold;
	cursor: pointer;
}
.button:hover {
    background-color: #8d1c58;
	color: #FFFFFF;
}
#flash{
	display: block;
	margin: 0;
	height: 100%;
	width: 100%;
}
#flashcontent {
	font: 12px 'Trebuchet MS', arial, sans-serif;
	font-weight: bold;
	color: #999;
	text-align:center;
	line-height: 200px;
	height: 100%;
	width: 100%;
}
img.floatRight { 
    float: right; 
    margin: 10px;
	border: 5px solid #ededed;
}
img.floatR { 
    float: right; 
    margin: 10px;
}
img.floatL { 
    float: right; 
    margin: 10px;
}
img.floatLeft { 
    float: left; 
    margin: 10px;
	border: 5px solid #ededed;
}