body {
	margin:0px;
	font-size:80%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000066;
	background: #000066 url(../images/fishBg.gif) repeat;
}
h1 {
	font-size:1.6em;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	margin:0 0 0.4em 0;
	border-bottom:1px dotted #000066;
}
h2 {
	font-size:1.2em;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Verdana;
	margin:0.2em 0;
}
p {
	margin:0 0 0.8em 0;
	line-height:1.3em;
}
hr {
	border:1px solid #000066;
	height:1px;

}
a:link {
	color:#000066;
	text-decoration:underline;
}

a:visited {
	color:#000066;
	text-decoration:underline;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

/* Div styles ################################################*/
#holder {
	border:1px solid #FFFFFF;
	width:780px;
	margin: 0 auto;
	margin-top:30px;
	background: #CACAFF url(../images/holderBg.jpg) repeat-x;
	padding:6px;
}
#logo {
	height:88px;
	text-align:center;
}
#menu {
	border:1px solid #FFFFFF;
	padding:4px;
}
#menu ul {
	margin: 0;
	padding:0;
}
#menu li {
	list-style: none;
	display:inline;
}
#menu li a {
	color:#FFFFFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: lowercase;
	font-weight:bold;
	padding-right:20px;
	text-decoration:none;
}
#menu li a:hover {
	color:#FF9900;
	text-decoration:underline;
}

#content {
	float:left;
	width:568px;
	padding:10px;
	padding-left:0;
}

#content li {
	margin-bottom:0.5em;
}	
#content a img {
	border:1px solid #000066;
}

#rcol {
	width:202px;
	margin-top:10px;
	float:right;
}
#rcol img {
	margin-bottom:10px;
}


.infoTable {
}
.infoTable th {
	border:1px dotted #000099;
	font-weight:600;
}

.infoTable td {
	border:1px dotted #000099;
	text-align:center;
}

.menuTable {
}
.menuTable th {
	border:1px dotted #000099;
	text-align:left;
	font-weight:normal;
}

.menuTable td {
	border:1px dotted #000099;
	text-align:right;
}

#footer {
	width:780px;
	margin: 3px auto;
	padding-bottom:10px;
	color:#FFFFFF;
}

#footer .address {
	float:left;
}

#footer .provider {
	text-align:right;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover {
	color:#FF9900;
	text-decoration:underline;
}
#w3c {
	text-align:center;
}
#w3c a img {
	border:none;
}


/* Form Styles ##################################################################### */
form {
	margin:10px 0 0 0;
}
fieldset {
	padding: 10px;
	border:1px solid #FFFFFF;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#FFFFFF;
	border:1px solid #000066;
	color:#000000;
}

textarea {
	overflow:auto;
}

label, input, textarea, select {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	font-weight:bold;
	text-align: right;
	width: 150px;
	padding-right: 10px;
}

#submit {
	margin-left:160px;
}

.clear {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}

#errorText {
	color:#CC0000;
	font-weight:bold;
	margin-left:1em;
}

.labelinfo {
	margin-bottom:1.0em;
}

.labelinfo p {
	float:left;
	margin:0 0 0 0;
}

.labelinfo p.label {
	width:20%;
	font-weight:bold;
}

