body
{
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: white;
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: smaller;
}

a:link
{
	color: #222;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: none;
}

a:visited
{
	color: #222;
	text-decoration: none;
}

a.wth
{
	cursor: help;
	font-size: x-small;
	text-align: center;
	font-style: italic;
}

div#container
{
	margin: auto;
	width: 80%;
	text-align: center;
	background-color: #96CBEF;
	border-bottom: solid 2px white;
	background: #96CBEF url(/images/gradient-white-trans.png) no-repeat bottom right;
}

span#header
{
	background: #FFF url(/images/logo4.png) no-repeat top left;
	height: 100px;
	display: block;
}

div#pagetext
{
	background-color: transparent;
	text-align: left;
	width: 67%;
	margin-left: 30%;
}

div#pagetext div.textitem
{
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

div#pagetext div.textitem table.gameboard
{
	border: 1px solid black;
	margin: auto;
}

div#pagetext div.textitem table.gameboard caption
{
	margin: auto;
	padding: 0.5em;
	text-align: center;
}

div#pagetext div.textitem img.center
{
	margin: auto;
	display: block;
}

div#pagetext div.textitem p
{
	color: #222;
	padding-left: 10px;
	padding-right: 20px;
	text-indent: 15px;
}

div#pagetext div.textitem p.noindent
{
	text-indent: 0px;
}

div#pagetext div.textitem h2
{
	border-bottom: solid 2px #FFF;
	margin-right: 20px;
	font-style: italic;
	letter-spacing: 5px;
}

div#pagetext div.textitem a
{
	color: #222; /*#9FC9FF;*/
}

div#pagetext div.textitem a:hover
{
	color: #777;
}

div#pagetext div.textitem a.newsitem
{
	color: #222;
}

div#pagetext div.textitem a.newsitem:hover
{

}

div#pagetext div.textitem img.logo
{
	float: right;
	margin-left: 1em;
	margin-right: 1em;
}

div#pagetext div.textitem div.quote
{
	background-color:  #EEF;
	border: solid 1px #222;
	padding: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
div#pagetext div.textitem div.quote img
{
	float: right;
	margin: 1em;
	border: double 4px grey;
}

div#pagetext div.textitem div.quote h3
{
	color: black;
}

div#pagetext div.textitem li
{
	color: #222;
	text-align: left;
}

div#pagetext div.footer
{
	text-align: center;
	border-top: solid 3px black;
	width: 775px;
}

div#navlinks
{
	float: left;
	width: 25%;
	text-align: left;
	overflow: hidden;
}

div#navlinks div.navsection
{
	border-left: solid 2px #96CBEF;
	border-top: solid 2px #96CBEF;
	border-bottom: solid 2px #96CBEF;
	/*background: #96CBEF url(/images/button_top.png) no-repeat top left;*/
}

div#navlinks div.navsection h2
{
	font-style: italic;
	padding-left: 5px;
	text-transform: lowercase;
	background: #96CBEF url(/images/larrow.png) no-repeat bottom right;
}

div#navlinks div.navsection p
{
	text-align: right;
	font-weight: bold;
}

div#navlinks div.navsection a
{
}

div#navlinks div.navsection a:hover
{

}

div#navlinks div.navsection:hover
{

}

div#navlinks div.navsection ul
{
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

div#navlinks div.navsection ul li.fishy
{
	padding: 0 0 0 25px;
	margin: 0 0 5px 0;
	/*background: url(/images/fish_bullet.png) no-repeat top left;*/
	/*background: url(/images/larrow.png) no-repeat top left;*/
}

div#navlinks div.navsection ul li.fishy a:hover
{
	color: #666;
}

div#navlinks img.rss
{
	border: none;
	display: block;
	margin-left: auto;
	margin-right: 0em;
}

div#navlinks a.extralink
{
	color: #FFF;
	font-weight: bold;
	text-align: right;
}

div#footer
{
	color: black;
	margin: auto;
	width: 50%;
	text-align: center;
}

div.spacer
{
	clear: left;
}

span.center
{
	margin: auto;
	display: block;
	text-align: center;
}

span.companytitle
{
	white-space: nowrap;
}

span#teasertext
{
	font-style: italic;
	font-weight: bold;
	font-size: xx-large;
	text-align: center;
	display: block;
	margin-top: 10%;
}

/*  BsA */

div#pagetext div.textitem form p
{
	text-indent: 0px;
}

textarea
{
	width: 100%;
}
