body,html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#container-header {
	width: 670px;
	height: 85px;
	padding: 20px 40px 0px 40px;
	line-height: 85px;
	font-size:28px;
	font-weight:bold;
}

#container-name {
	float: left;
}

#container-slogan {
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	padding-right: 10px;
}

span, #container-name span,#container-slogan span {
	color: #006AC3;
}

#container-eyecatcher {
	width: 670px;
	padding: 0px 40px 0px 40px;
	height: 175px;	
}

#container-navigation {
	width: 670px;
	background-color: #45AAFF;
	height: 22px;
	border-bottom: 1px solid #ffffff;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
	height: 22px;
}

#navigation li a {
	color: #ffffff;
	line-height: 22px;
	font-size: 11px;
	text-decoration: none;
	padding: 5px 15px 6px 15px;
	border-right: 1px solid #ffffff;
}

#navigation li a:hover {
	text-decoration: underline;
	background-color: #0066CC;
}

#container-content {
	padding: 20px 20px 0px 20px;
	margin: 0 0 0 0;
	height: auto;
}

#content {
	width: 490px;
	float: left;
}

#border {
	width: 200px;
	margin-left: 530px;
}

#footer {
	font-size: 11px;
	color: #aeaeae;
	width: 670px;
	margin-bottom: 20px;
}

#footer-copyright {
	float: left;
	width: 325px;
	padding-left: 10px;
}

#footer-meta {
	float: right;
	text-align: right;
	width: 325px;
	padding-right: 10px;
}

.clearer {
	clear: both;
}

h1 {
	font-size: 22px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	background-image: url(images/h1_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #006AC3;
	padding: 5px 0 5px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #006AC3;
	padding: 5px 0 0px 0;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
h4 {
	font-size: 14px;
	color: #006AC3;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}

hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

#content hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	margin: 0px 0 0px 25px;
	height: 1px;
}

#content p {
	line-height: 19px;
	color: #333;
	margin: 0 0 20px 0px;
}

#content p a, #border p a, #content a, #border a {
	text-decoration: none;
	color: #006AC3;
	font-weight: bold;
}

#content p a:hover, #border p a:hover, #content a:hover, #border a:hover  {
	text-decoration: underline;
	color: #006AC3;
}

#content li {
	line-height: 20px;
	color: #333;
	margin: 0 0 0 15px;
}

#content .quote {
	border: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	padding: 15px 15px 15px 65px;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}

blockquote {
	border: 1px solid #E5E5E5;
	background-color: #f7f7f7;
	padding: 15px 15px 15px 65px;
	background-image: url(images/bg_quote.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #0066CC;
	font-style: italic;
}

table td a, #stats li a
{
	text-decoration: none;
	color: #006AC3;
	font-weight: bold;
}

table td a:hover, #stats li a:hover  {
	text-decoration: underline;
	color: #006AC3;
}

#border p {
	line-height: 17px;
	font-size: 11px;
	color: #333;
	margin: 0 0 15px 10px;
}

ul#subnavigation {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background-image: none;
}

#subnavigation li {
	list-style: none;
	padding: 2px 0px 2px 10px;
	margin: 0px 0px 5px 0px;
}

#subnavigation li a {
	text-decoration: none;
	color: #006AC3;
}

#subnavigation li a:hover {
	text-decoration: none;
}

ul#news {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

ul#stats {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#stats li {
	list-style: none;
	background-image: url(images/li_cube.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 1px 0px;
}

#content img {
	background-color: #E7F1FF;
	padding: 4px;
	border: 1px solid #006AC3;
}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
.submit {
	background-color: #006AC3;
	color: #fff;
	border: solid 1px #000;
}
.textform, textarea {
	border: solid 1px #006AC3;
	background-color: #e9e9e9;
}
.error
{
	border: solid 1px #006AC3;
	background-color: pink;
	padding: 3px;
	color: #333;
}
.membernav
{
	background-color: #1771D4;
	height: 30px;
	line-height: 30px;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.membernav ul
{
	margin: 0;
	padding: 0;
}
.membernav ul li
{
	display: inline;
}
.membernav ul li a
{
	letter-spacing: normal;
	color: #dcdcdc;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.membernav ul li a:hover
{
	color: #fff;
	background-color: #1771D4;
	border-bottom: 0;
}

.success
{
	border: solid 1px #000;
	background-color: lightblue;
	color: #333;
	padding: 3px;
}
.pageLinks a
{
	padding-left: 3px;
	padding-right: 3px;
	border: solid 1px #666666;
	background-color: #e6e6e6;
}
.pageLinks a:hover
{
	background-color: #1771D4;
	color: #fff;
}

.mainnav
{
	width: 108px;
	height: 35px;
}

.mainnav a
{
	background-image: url(http://www.blue-surf.net/images/b/button.jpg);
	display: block;
	width: 108px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-family: arial, verdana, tahoma;
	font-weight: normal;
	line-height: 25px;
}
.mainnav a:hover
{
	background-image: url(http://www.blue-surf.net/images/b/button_blank.jpg);
	text-decoration: none;
	color: #fff;
}

ul#te_sort { margin: 0; padding: 0; list-style-type: none; }
ul#te_sort li { margin: 0; padding: 0; list-style-type: none; }
.te_sort_selected { background-color: #e6e6e6; border: dashed 1px #333; height: 60px; width: 100%; }
.save { background-color: lightgreen; border: solid 1px green; padding: 2px; }
ul#sl_sort { margin: 0; padding: 0; list-style-type: none; }
ul#sl_sort li { margin: 0; padding: 0; list-style-type: none;}
.sl_sort_selected { background-color: #e6e6e6; border: dashed 1px #333; height: 60px; width: 100%; }

.navClass
{
	margin: 0; padding: 0;
	height: 20px;
	vertical-align: middle;
	text-align: center;
}

.navClass a
{
	color: #fff;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
.navClass a:hover
{
	text-decoration: none;
	color: #fff;
}

#theToolTip{
position: absolute;
left: -300px;
width: 300px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height: normal;
margin-right:10px;
margin-top:5px;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #000;
margin-right:10px;
}
