/* Main */
body {
	background-image: url(/images/waterbg.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0px;
	padding: 2% 10% 15% 10%;
	min-width: 800px;
}
#outline {
	background-color: #000066;
	border: 2px solid #000000;
	width: 100%;
}
.Smalltxt {
    font-size: .8em;
}
.Smalltxt a {
	text-decoration: none;
	color: #009999;
}
.Smalltxt a:hover,
.Smalltxt a:focus,
.Smalltxt a:active {
    text-decoration: underline;
	color: #0066FF; 
}
/* Sections */
#header {
	background-color: #0033FF;
	text-align: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#middle {
    width: 100%;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#footer {
	background-color: #000066;
    width: 100%;
	padding-bottom: 10px;
	margin: 0px;
	height: 100px;
	height: auto !important;
	min-height: 100px;
	overflow: hidden;
}	
/* Header */
#headerleft {
	width: 275px;
	background-color: #000000;
}
#headerright {
	width: 350px;
	background-color: #0033FF;
	float: right;
	text-align: right;	
}
/* Main */
#leftside {
    float: left;
	width: 200px;
	text-align: left;
}
.navrow {
	height: 40px;
    background-image: url(/images/navback.gif);
	background-repeat: no-repeat;
}
.navleft {
    text-align: center;
    float: left;
    width: 30px;
	margin-top: 4px;
}
.navright {
    float: left;
    width: 160px;
	margin-top: 4px;
}
.navright a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
}
.navright a:hover,
.navright a:focus,
.navright a:active {
	text-decoration: underline;
	color: #0066FF;
}

#main {
	background-color: #0033FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #CCCCCC;
	text-align: left;
	padding: 5px;
	min-height: 600px;
	overflow: hidden;
}
#main img {
	padding: 2px;
	margin: 2px;
}
#main H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
}
#main H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
#main a {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#main a:hover,
#main a:focus,
#main a:active {
	text-decoration: underline;
	color: #00CCFF;
}
#bottomnav {
    width: 100%;
}
#bottomnav p {
    color: #FFFFFF;
}
#bottomnav a {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #009999;
	text-decoration: none;
	font-weight: bold;
}
#bottomnav a:hover,
#bottomnav a:focus,
#bottomnav a:active {
	text-decoration: underline;
	color: #0066FF;
}
/* Footer */
#bottomleft {
	float: left;
	width: 40%;
	margin: 0px;
	padding: 0px;
}
#bottomleft a {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
    color: #009999;
	text-decoration: none;
	font-weight: bold;
}
#bottomleft a:hover,
#bottomleft a:focus,
#bootomleft a:active {
	text-decoration: underline;
	color: #0066FF;
}
#bottomleft p {
	font-size: .8em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottomleft p.fis img {
	vertical-align: middle;
}
#bottommiddle {
	float: left;
	width: 22%;
	font-size: .8em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bottomright {
    float: right;
	width: 37%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
}
/* Print */
#print_faqs {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.print_section {
    width: 100%;
    float: left;
    border: 1px solid #FFFFFF;
    margin-bottom: 15px;
    text-align: left;
    padding: 5px;
}
.print_section p.printbutton {
    float:left;
}
.print_section p.printbutton a {
    text-decoration:none;
    background:white;
    display:block;
    float:left;
    margin:3px;
    padding:10px;
    border:1px solid red;
}
.print {
    display: none;
  }
/* Other */
.form {
	border: medium double #000000;
	width: 95%;
	text-align: left;
}
.table {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.tabletd {
	margin: 0;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-style: solid;
	border-color: #000000;
}
.center {
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}

