@charset "UTF-8";

body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #2089ff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border: 0;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	margin-right: 50px;
	margin-left: 0px;
	margin-top: 25px;
	margin-bottom: 25px
	vertical-align: top;
}

p.head {
	font-weight: bold;
	}
	
	
p.center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin-right: 0px;
	margin-left: 00px;
	margin-top: 0px;
	vertical-align: middle;
}
	p a:link {color: #000000; text-decoration: underline}
	p a:visited {color: #f8dc00; text-decoration: none}
	p a:hover {color: #f8dc00; text-decoration: underline; font-weight:bold}
	p a:active {color: #ffffff; text-decoration: none}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: f8dc00;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	line-height: 200%;
	margin-left: 15px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ob29af;
	text-align: center;
	letter-spacing: 5px;
	display: inline;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #ob29af;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 20px;
	display: inline;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fbdc00;
	text-align: center;
	letter-spacing: 1px;
}
td#topright {
	border-left-width: 0px;
	vertical-align: middle;
	width: 600px;
	height: 100%;
	text-align: center;
}

td#nav {
	vertical-align: top;
	padding-top: 0px;
	border-top-width: 0px;
	background-image: url(images/bgd_waterfade2.jpg);
	background-repeat: repeat-y;
	width: 300px;
	height: 100%;
}

a.one:link {color: #f8dc00; text-decoration: none}
a.one:visited {color: #f8dc00; text-decoration: none}
a.one:hover {color: #00000; text-decoration: underline}
a.one:active {color: #ffffff; text-decoration: none}

a.two:link {color: #ob29af; text-decoration: none}
a.two:visited {color: #ob29af; text-decoration: none}
a.two:hover {color: #f8dc00; text-decoration: underline}
a.two:active {color: #ob29af;text-decoration: none}

a.three:link {color: #f8dc00; text-decoration: underline}
a.three:visited {color: #7d6a55; text-decoration: none}
a.three:hover {color: #000000}
a.three:active {color: #ffffff}

img.left {
	float:left;
	margin-right: 10px;
	border-color: f8dc00;
	border-width:thin;
}

img.right {
	float:right;
	margin-left: 10px;
	border-color: f8dc00;
	border-width:thin;


}

