@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}


img {
border:none;
}

table {
border: none;
}

body {
	margin:0;
	margin-top:5px;
	padding:0; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#132477;
	color: #000;
}

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

a:hover {
	text-decoration: underline;
}


#All {
	position:relative;
	margin: 0 auto;
	width: 722px;
	height:720px;
	text-align:left;
	background-color:#fff;
	z-index:2;
}

#TopText {
	position:absolute;
	top:35px;
	right:95px;
	width:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* LEFT COLUMN */
#LeftColumn {
	float:left;
	width:375px;
	text-align:left;
}

#Logo {
	padding-left:5px;
	padding-top:5px;
	padding-right:0px; 
	float:left;
}

/* RIGHT COLUMN */
#RightColumn {
	position:absolute;
	top:120px;
	right:0px;
	width:320px;
	text-align:left;
	z-index:8;
}

/* BOTTOM */
#Bottom {
	position:absolute;
	bottom:100px;
	width:100%;
	text-align:left;
	padding-left:15px;
}

/* Absolute Positioned Items */
#MainMenu {
	position:absolute;
	top:85px;
	left:186px;
	background-image:url(images/MenuBar.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:499px;
	height:32px;
	z-index:6;	
}

.mainmenutext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:16px;
	padding-left:16px;
	padding-right:8px;
	color:#000;
}

a.mainmenutext, a:visited.mainmenutext {
	text-decoration: none;
	color:#000;
}
a:hover.mainmenutext {
	text-decoration: underline;
}

#FunBar {
	position:absolute;
	z-index:5;
}
#FitFacts {
	position:absolute;
	top:475px;
	left:260px;
	z-index:5;
}

/* General stuff */	
#Copyright {
	position:absolute;
	bottom:10px;
	left:20px;
	clear:both;
	z-index:5;
}
.copyright {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left:5px;	
}
a.copyright a:visited.copyright{
	text-decoration:none;
	color: #000;
}	
a:hover.copyright {
	text-decoration: underline;
}

.emailaddr {
	font-size:24px;
	font-style:italic;
	padding-top:10px;
}

a.emailaddr {
	text-decoration: none;
}

a:hover.emailaddr {
	text-decoration: underline;
}

.smalltext {
	font-size: 11px;
	color: #000;
}

.smallwhitetext {
	font-size: 11px;
	color: #dedede;
}
a.smallwhitetext a:visited.smallwhitetext {
	color:#dedede;
	text-decoration:none;
}
a:hover.smallwhitetext {
	text-decoration: underline;
	color:#dedede;
}

