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

body, div, a, ul, li, form {
	margin:0;
	padding:0;
}

p {
	margin-left:0;
	margin-right:0;
	margin-bottom:15px;
	margin-top:0;
	padding:0;
	line-height:20px;
}

img {
	border:0px;
}

body {
	margin:0px auto 0 5px;
	background-color: #ffffff;
	overflow:hidden;
	font-family:Verdana;
	font-size: 11px;
	color:#000000;
	width:100%;
	padding:0 0 20px 0;
	overflow:scroll;
}

td, span, form, select {
	font-family:Verdana;
	font-size: 11px;
	color:#000000;
}

/*------MENU --------------*/

#menu {
	width:900px;
	float:left;
	margin-top:2px;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:10px;
	padding-right:0px;
	overflow:hidden;
}
#menu ul, #menu li {
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}
#menu a:link, #menu a:visited {
	color : #fff;
	float : left;
	font-size : 13px;
	font-weight : bold;
	padding : 4px 13px 4px 10px;
	text-decoration : none;
}
#menu a:link.active, #menu a:visited.active {
	color : #000;
}
#menu a:hover {
	color:#000;
}
#menu li:hover div {
	display:block;
	background-color:#4488cc;
}

#floatmenu {
	display:none;
	position:absolute;
	top:407px;
	left:5px;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:76px;
	width:894px;
	background-color:#4488cc;
}

#activities #floatmenu {
	background-color: #4488cc;
	position:absolute;
	display:block;
	top:408px;
	left:5px;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:76px;
	width:894px;
	overflow:hidden;
}
#activities #menu div a {
	background-color: #4488cc;
	padding : 5px 13px 5px 10px;
}

.titlered {
	font-weight:bold;
	font-size:13px;
	color:#ee1122;
}
.titleblack {
	font-weight:bold;
	font-size:13px;
	color:#000000;
}

.titleblue {
	font-weight:bold;
	font-size:13px;
	color:#0099FF;
}

.blue {
	color:#0099FF;
}
.red {
	color:#ee1122;
}

.text13 {
	font-size:13px;
}

.quote {
	font-size:11px;
	color:#4488cc;
	font-weight:bold;
}
.logos img {
	margin-right:30px;
	margin-bottom:10px;
	max-width:200px;
	display:inline;
	border:0px;
	vertical-align:middle;
}

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

a:active {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}

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

a.linkSky:link {
	color: #3366cc;
	text-decoration: none;
}
a.linkSky:active {
	color: #3366cc;
	text-decoration: none;
}
a.linkSky:visited {
	color: #3366cc;
	text-decoration: none;
}
a.linkSky:hover {
	color: #0099FF;
	text-decoration: none;
}

a.linkRed:link {
	color: #ee1122;
	text-decoration: none;
}
a.linkRed:active {
	color: #ee1122;
	text-decoration: none;
}
a.linkRed:visited {
	color: #ee1122;
	text-decoration: none;
}
a.linkRed:hover {
	color: #FF0000;
	text-decoration: none;
}

a.linkBlack:link {
	color: #000000;
	text-decoration: underline;
}
a.linkBlack:active {
	color: #000000;
	text-decoration: underline;
}
a.linkBlack:visited {
	color: #000000;
	text-decoration: underline;
}
a.linkBlack:hover {
	color: #0099FF;
	text-decoration: underline;
}

.linegrey {border-bottom-color:#DDDDDD; border-bottom-width:1px; border-bottom-style:solid;}
.lineblack {border-top-color:#000000; border-top-width:1px; border-top-style:solid;}
