body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 0.8em;
	color: #000000;
	padding: 10px 0px 0px;
	margin: 0px;
	background-color: #B9F6EB;
	background-image: url(../images/wave.gif);
	background-repeat: repeat;
}
#holder {
	width: 760px;
	background: #FFFFFF;
	margin: 0 auto;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5A9AA3;
	border-right-color: #5A9AA3;
	border-bottom-color: #5A9AA3;
	border-left-color: #5A9AA3;
}
#header {
	color: #FFFFFF;
	letter-spacing: 0.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: bold;
	line-height: inherit;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #578391;
}
#nav {
	padding: 5px 10px;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	letter-spacing: 0.3em;
	font-weight: bold;
	background-color: #5A9AA3;
}
#column {
	width: 150px;
	float: left;
	padding: 15px 10px;
}
div#column p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #333399;
	text-align: center;
	font-size: 1.1em;
}
div#column ul {
	font-size: .8em;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
}
div#column li {
	margin: 0;
	padding: 0;
}
.quote {
	font-size: 1.2em;
	font-style: italic;
	color: #24959B;
	text-align: center;
}
.topRight {
	float: right;
}


#content {
	margin: 0 0 0 170px;
	padding: 15px;
}
#big {
	margin: 0;
	padding: 15px;
}
#footer {
	padding: 5px;
	color: #333399;
	font-size: 0.9em;
	background-color: #B2F0E1;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333399;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
a:link { 
	color: #aa55aa;
	text-decoration: none;
}
a:visited {
	color: #6F376F;
	text-decoration: none;
}
a:hover, #nav a:active, #nav a:focus {
	color: #aa55aa;
	text-decoration: underline;
}

#nav a:link {
	color: #B2F0E1;
	text-decoration: none;
}
#nav a:visited {
	color: #B2F0E1;
	text-decoration: none;
}
#nav a:hover, #nav a:active, #nav a:focus {
	color: #ffffff;
	text-decoration: none;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333399;
	margin-bottom: 0em;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
body p {
	margin-top: 0em;
}
ol, ul {
	margin-top: 0em;
}
.breadcrumb {
	font-size: .8em;
	color: #666666;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #666666;
}
.breadcrumb a:focus, .breadcrumb a:hover, .breadcrumb a:active {
	color: #AAAA55;
}
.subhead {
	font-size: 0.6em;
	font-style: italic;
	letter-spacing: normal;
	line-height: normal;
}
.newsflash {
	background-image: url(../images/wavepale.gif);
	width: 80%;
	border: medium dotted #334CAE;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	background-repeat: repeat;
}
.alignright {
	text-align: right;
}
