/* This style sheet will work for the contentpages (white) inside the iFrames. */

body, p, td, th {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

body {
    background-color:   #FFFFFF;
}

a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #545f7b;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: 200;
	color: #6a7086;
	padding-top: 15px;
	padding-bottom: 0px;
}

h2 {
	font-size: 22px;
	color: #949cb0;
	letter-spacing: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin-left: 10px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #566175;
	letter-spacing: 2px;
	text-align: center;
}

h4 {
	font-size: 10px;
	color: #808080;
	text-align: center;
}

h5 {
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	border-bottom: 1px solid #545f7b;
	background-color: #545f7b;
	padding-left: 5px;
}

div.menu a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}

div.menu a:hover {
	color: #5293FE;
	border-bottom: 1px solid #5293FE;
}

div.menu p {
	margin-top: 3;
	margin-bottom: 3;
}

div.header p {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 10;
	margin-bottom: 10;
	color: #FFFFFF;
	font-weight: bold;
}

p.largenote {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #336699;
}

.marquee {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
}

div.BodyLink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:    none;
	color:#683486;
}

div.BodyLink a:hover{
    text-decoration:    none;
    color:				#683486;
}

.oceanBkg{
	background-image: url(images/ocean_bkg.gif);
	background-repeat: repeat;
}

.welcomeBkg{
	background-image: url(images/welcome_bkg.gif);
	background-repeat:repeat-x;
	padding-left: 15px;
}

p{
	margin-top: 0px;
	padding-top: 0px;
}
