/* ------------  general formatting -----------------*/
body
{
	background: #335a9d;
	background-image: url('bg.jpg');
	background-position: top left;
	background-attachment:fixed;
	background-repeat: no-repeat;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 12px;
	color: #041239;
}

form
{
	margin: 0px;
	padding: 0px;
}

p
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 12px;
	color: #041239;
	line-height: 16px;
	margin: 14px 0px 0px 0px;
	padding: 0px;
}

td, li
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 12px;
	color: #041239;
	padding: 0px;
}


h1
{
	font-family: Georgia, Times New Roman;
	font-size: 22px;
	font-weight: normal;
	color: #be1c1c;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 20px;
	color: #426094;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

.red
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 18px;
	font-weight: normal;
	color: #be1c1c;
}

.white
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 14px;
	color: #FFFFFF;
}

/* ------------  structural elements -----------------*/

.welcomebox
{
	background: url('images2010/ships-wheel-bg.gif') no-repeat;
	width: 793px;
	margin-left: 59px;
	text-align: left;
}

.welcometext 
{
	padding: 20px 295px 10px 22px;
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 12px;
	color: #041239;
}

.contentspace
{
	width: 794px;
	margin-left: 59px;
	text-align: left;
}

.goldspace
{
	width: 599px;
	float: left;
	margin-right: 7px;
}

.goldbox
{
	width: 599px;
	background: #eaa123;
}

.bluespace
{
	width: 187px;
	float: left;
}
.bluebox
{
	width: 187px;
	background: #9ac4d0;
}

.padding10
{
	padding: 10px;
}


.sponsor
{
	float: left;
}

/* ------------ menus -----------------*/

a.menu:link, a.menu:visited, a.menu:active 
{ 
	display: block;
	padding: 8px;
	border-bottom: solid 4px #9ac4d0;
	background: #bcd8e0;
	font-family: Times New Roman;
	font-size: 12px;
	text-decoration: none;
	color: #1b5796;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}

a.menu:hover 
{ 
	display: block;
	padding: 8px;
	border-bottom: solid 4px #9ac4d0;
	background: #1b5796;
	font-family: Times New Roman;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}

a.cmenu:link, a.cmenu:visited, a.cmenu:active 
{ 
	display: block;
	height: 40px;
	padding: 2px 2px 2px 8px;
	border-bottom: solid 4px #9ac4d0;
	background: #bcd8e0;
	font-family: Times New Roman;
	font-size: 12px;
	text-decoration: none;
	color: #1b5796;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}

a.cmenu:hover 
{ 
	display: block;
	height: 40px;
	padding: 2px 2px 2px 8px;
	border-bottom: solid 4px #9ac4d0;
	background: #1b5796;
	font-family: Times New Roman;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 15px;
}

a.smenu:link, a.smenu:visited, a.smenu:active 
{ 
	display: block;
	padding: 2px 2px 2px 18px;
	border-bottom: solid 4px #9ac4d0;
	background: #bcd8e0;
	font-family: Times New Roman;
	font-size: 12px;
	text-decoration: none;
	color: #1b5796;
	font-weight: bold;
	line-height: 12px;
}

a.smenu:hover 
{ 
	display: block;
	padding: 2px 2px 2px 18px;
	border-bottom: solid 4px #9ac4d0;
	background: #1b5796;
	font-family: Times New Roman;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 12px;
}



/* ------------  link formatting -----------------*/

a:link, a:visited, a:active 
{ 
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 12px;
	text-decoration: none;
	color: #335a9d;
}

a:hover 
{
	font-family: arial, verdana,helvetica,'sans serif';
	font-size: 12px;
	text-decoration: underline;
	color: #cf431e; 
}
