@charset "utf-8";
/* CSS Document */
A:link {
    color: #024c82;
    text-decoration: none;
	font-weight: none;
}
A:visited {
    color: #024c82;
    text-decoration: none;
	font-weight: none;
}
A:active {
    color: #1f6da7;
    text-decoration: none;
	font-weight: none;
}
A:hover {
    color: #1f6da7;
    text-decoration: none;
	font-weight: none;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #024c82;
	text-decoration: none;	
}
.topnav a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #024c82;
	text-decoration: none;
}

.topnav .normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #024c82;
	text-decoration: none;
}
.topnav .active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1f6da7;
	text-decoration: none;
}
body, html {
	padding: 0;
	margin: 0;
	margin-top:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #024c82;
	background: url(../images/bggradient.jpg) repeat-x;
	background-color: #0d5d97;
}
#flashcontent {
	width:800px;
	height: 317px;
	border:0px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 0px;
	text-align: center;
	border: 0px;
	background-color: #ccdce9;
}
#header {
	width: 800px;
	height: 141px;
	background: url(../images/headerbg.jpg);
	text-align: left;
}
#nav {
	width: 800px;
	height: 26px;
	text-align: center;
}
#contents {
	margin-top: 0px;
	width: 800px;
	float: left;
	background: url(../images/contentbg.jpg) no-repeat;
	background-color: #ccdce9;
}
#contentsnostarfish {
	margin-top: 0px;
	width: 800px;
	float: left;
	background-color: #ccdce9;
}
.hometext{
	color: #024c82;
	font-weight: none;
	font-size: 14px;
}
.heading{
	color: #024c82;
	font-size: 14px;
	font-weight: 500;
}
#footer {
	width: 800px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	margin-bottom: 10px;
	color: #024c82;
	font-weight: none;
	font-size: 10px;
	background-color: #ccdce9;
}
ul {
	list-style-type: square;
}
