html *{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{
	margin: 0;
	padding: 0;
	background-color: #000e47;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
form{
	margin: 0;
	padding: 0;
}
img{
	border: 0;
}
h3{
	font-size: 12px;
	font-weight: bold;
	color: #154492;
	margin: 0 0 6px 0;	
}

#maintbl{
	width: 966px;
}

#inner-content{
	padding: 0 12px 0 216px;
	height: 500px;	
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	border-top: 8px solid #ffffff;
	border-bottom: 10px solid #ffffff;
}
#stop{
	width: 11px;
	height: 26px;
	position: absolute;
	background-image: url(../images/stop.gif);
	top: -4px;
	left: 212px;
}
#sbottom{
	width: 11px;
	height: 26px;
	position: absolute;
	background-image: url(../images/sbottom.gif);
	bottom: 0px;
	left: 212px;
}

#content{
}

#content td {
font-size: 12px;
line-height: 1.3;
}

#innertbl{
	width: 947px;
	position: relative;
	margin: 0 0 0 18px;
}
#rightcolumn{
	width: 180px;
	padding: 10px 10px 0 12px;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-y;
	background-position:  0 0;
}

#headerdiv{
	position: relative;
	width: 966px;
	height: 171px;
	top: 0;
}
#toptitle{
	font-size: 13px;
	font-weight: bold;
	color: #154492;
	margin: 0;
	position: absolute;
	right: 1px;
	top: 11px;
}
#top2title{
	position: absolute;
	top: 153px;
	left: 19px;
}
#topdate{
	position: absolute;
	top: 153px;
	right: 1px;
	font-size: 12px;
	font-weight: bold;
	color: #154492;
	margin: 0 0 6px 0;	
}
#topbox{
	position: absolute;
	top: 37px;
}
a#logo{
	display: block;
	margin: 0 0 0px 15px;
	background-image: url(../images/logo.png);
	width: 938px;
	height: 88px;
	text-indent: -3000px;
	overflow: hidden;
}
#leftmenu{
	position: absolute;
	top: 19px;
	left: 28px;
	width: 160px;
}
#leftmenu a{
	display: block;
	border-bottom: 1px solid #4285ed;
	color: #ffffff;
	font-size: 13px;
	line-height: 29px;
	text-indent: 5px;
	text-decoration: none;
}
#leftmenuinner{
	border-top: 1px solid #4285ed;
}
#footerdiv{
	padding: 0 0 40px 0;
	position: relative;
	margin: 0;
}
#footermenu{
	text-align: right;
	padding: 2px 1px 0 0;
}
#footermenu a{
	color: #a3cbe5;
	font-size: 9px;
	word-spacing: normal;
	padding: 0 0 0 10px;
}
#fish{
	background-image: url(../images/fish.png);
	width: 125px;
	height: 111px;
	position: absolute;
	top: -63px;
	left: 44px;
}

/* Shadow table */
.shadowbox{
	width: 966px;
}
.shadowbox-top{
	height: 6px;
	width: 966px;
	overflow: hidden;
	background-image: url(../images/s1.png);
}
.shadowbox-content{
	width: 966px;
	background-image: url(../images/s2.png);
	position: relative;
}
.shadowbox-content1{
	padding: 7px 0 6px 0;
}
.shadowbox-bottom{
	height: 7px;
	width: 966px;
	overflow: hidden;
	background-image: url(../images/s3.png);
}


