* {
	margin:0;
	padding:0;
}


body {
	background-color:#ffffff;
	color:#000000;
	margin:4px;
	min-width:760px;
	font-family:Verdana, sans-serif;
}

#header {
	background-color:#3198e7;
	position:relative;
	font-family:Georgia, "Times New Roman", serif;
	color:#ffffff;
	height:96px;
}

#header #title-slogan {
	padding-left:1em;
	position:relative;
	top:48px;
}

#header #title {
	z-index:3;
	font-size:2.5em;
	position:relative;
	top:-1em;
	font-weight:bold;
}

#header #slogan {
	z-index:3;
	font-size:1.25em;
	font-style:italic;
	position:relative;
 	top:-2em;
}

#header #ship {
	padding:0px;
	margin:0px;
	position:absolute;
	background-image:url('images/header_ship.png');
	z-index:2;
	height:111px;
	width:480px;
	right:0px;
	top:0em;
}

#middle {
	position:relative;
	background-image:url("images/navi_background.png");
	background-repeat:repeat-y;
}

#footer {
	position:relative;
	background-color:#3198e7;
	font-size:0.7em;
	color:#ffffff;
	clear:both;
	z-index:5;
	height:2em;
}

#footer span {
	margin-left:7px;
	margin-right:7px;
	line-height:2em;
}

#footer a {
	color:#ffffff;
}

#left {
	position:relative;
	float:left;
	width:156px;
	background-image:url("images/navi_background.png");
	background-repeat:repeat-y;
	background-color:#a2d1f4;
	height:100%;
	margin:0px;
	padding:0px;
}

#navi {
	position:relative;
	margin:0em 0em 45px 0em;
	padding:0px;
	width:156px;
	z-index:10;
	padding-top:2em;
	font-family:Georgia, "Times New Roman", serif;
}

#left #navi ul {
	position:relative;
	list-style-type:none;
	margin:0px 0px 0px 17px;
	padding:0;
	z-index:2;
}

#left #navi ul li {
	font-size:1.25em;
	padding-top:0.2em;
	padding-bottom:0.2em;
}



#left #navi ul li ul li {
	font-size:0.8em;
	padding-top:0.0em;
	padding-bottom:0.0em;
}

#left #navi a {
	color:#007ddc;
	text-decoration:none;
}

#left #navi a:hover, #left #navi a:active, #left #navi a:focus {
	color:#ffffff;
}

#left #navi a.active {
	color:#ffffff;
}

#roundsbottom {
	background-image:url("images/rounds_bottom.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	position:absolute;
	left:0px;
	top:-45px;
	width:200px;
	z-index:1;
	height:45px;
}

#roundstop {
	left:0px;
	top:0px;
	width:200px;
	background-image:url("images/rounds_top.png");
	background-repeat:no-repeat;
	position:absolute;
	z-index:1;
	height:45px;
}

#content {
	margin-left:200px;
	z-index:5;
}

#content #pagetitle {
	position:relative;
	z-index:10;
	margin:0em;
	margin-bottom:0.5em;
	padding-top:1em;
}

#content #text {
	margin:0em;
	padding:0em;
	padding-bottom:1.5em;
	padding-right:2em;
	text-align:justify;
	font-size:0.8em;
	line-height:1.5em;
	z-index:5;
}

a.current {
     color:#ffffff;
}


h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", serif;
	font-weight:bold;
	color:#3198e7;
	margin-top:1em;
	margin-bottom:0.2em;
}

img {
	border:0;
}

input, textarea {
	border:1px solid #3198e7;
	background-color:#ecf1f4;
	font-family:Verdana, sans-serif;
	font-size:1em;
	padding:0.1em;
}

input:focus, input:hover, textarea:focus, textarea:hover {
	border:1px solid #3198e7;
	background-color:#dceaf4;
}

input[type=submit], input[type=button] {
	font-weight:bold;
	padding:0.1em 1.5em;
}

address {
	font-style:normal;
}

#content #text a {
	color:#3198e7;
	text-decoration:underline;
}

#content #text a:hover, #content #text a:active, #content #text a:focus {
	color:#1076c5;
	background-color:#dceaf4;
}

.success {
	color:#66aa66;
}

.error {
	color:#aa6666;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clearright {
	clear:right;
}

.clearleft {
	clear:left;
}

.clear {
	clear:both;
}

a.wikipedia {
	padding-right:15px;
	background-image:url('wiki.png');
	background-repeat:no-repeat;
	background-position:right bottom;
}
