/* CSS Document */

body,div,img {
margin:0;
padding:0;
}

body {
	background: #01225D url(../images/bg_body.jpg) fixed no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #011C61;
}

img {
	border: 0px;
}

a:link, a:visited {
	color: #00739d;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #00739d;
}

h2 {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	font-size: 12px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	color: #00739d;
}

#container {
	margin: 0 auto;
	width: 820px;
}

#header {
	height: 40px;
	width: 820px;
	margin-top: 40px;
	overflow: visible;
}

#headerLogo {
	height: 25px;
	width: 215px;
	padding: 0 45px 15px 0;
	float: left;
}

#headerNav {
	height: 12px;
	width: 560px;
	padding: 13px 0 15px 0;
	text-align: right;
	float: left;
}
	
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	list-style: none;
	display: inline;
	padding: 0 5px 0 0;
	padding: 0 7px 0 0;  
	margin: 0 0 0 7px;
	border-right: 1px solid #fff;
}

#header ul li.last {
	border-right: none;
}

#header, 
#header a, 
#header a:link {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	color: #B0BFAC;
}

#contentContainer {
	width: 800px;
	padding: 10px;
	background: #FFFFFF;
	float: left;
}

#contentLeft {
	width: 535px;
	background: #FFFFFF;
	font-family: Arial, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:16px;
	float: left;
}

#contentLeftImageHeader {
	width: 535px;
	margin: 0 0 20px 0;
}

#contentRight {
	margin: 0 0 0 10px;
	width: 255px;
	background: #fff;
	text-align: center;
	float: left;
}

#contentRightImageHeader {
	width: 255px;
	margin: 0 0 10px 0;
}

#footer {
	height: 70px;
	width: 800px;
	padding: 10px;
	margin: 15px 0 0 0;
	background: #fff;
	float: left;
}

#footer ul {
	list-style: none;
	padding: 20px 0px 0px 10px;
	margin: 0;
}

#footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 11px;
}

ul.photos {
	list-style: none;
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

ul.photos li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 10px 10px 10px 0px;
}

ul.photos2 {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.photos2 li {
	list-style: none;
	margin-right: 2px;
	display: inline;
	padding: 0;
}

table#agenda {
	border-collapse: collapse;
}

table#agenda th {
	text-align: left;
	vertical-align: top;
	background: #ccc;
	border-bottom: 3px solid #00739d;
	color: #00739d;
	padding: 6px;
}

table#agenda td {
	vertical-align: top;
	border: 1px solid #f1f0f0;
	padding: 4px;
}

.activity {
	clear: both;
	border-top: 3px solid #00739d;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	background: #fff;
	padding: 0px 0px 15px 10px;
}

.activity h2 {
}

.activity p {
}

.activity img {
	float: right;
	border-left: 1px solid #00739d;
	border-right: 1px solid #00739d;
	border-bottom: 1px solid #00739d;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background: #fff;
}

table.agenda {
	border-collapse: collapse;
	margin-right: 10px;
	border-bottom: 1px solid #ccc;
}

table.agenda th {
	text-align: left;
	vertical-align: top;
	background: #d8d1c7;
	border-bottom: 3px solid #00739d;
	color: #00739d;
	padding: 6px;
}

table.agenda td {
	vertical-align: top;
	border-top: 1px solid #ccc;
	padding: 2px 5px;
	font-size: 11px;
}

table.agenda td.header {
	background: #00739d;
	color: #fff;
	font-size: 12px;
}

table.agenda td.header a {
	color: #fff;
}

table.agenda td.subhead {
	vertical-align: top;
	border-bottom: 2px solid #666;
	padding: 2px 5px;
	font-size: 11px;
	background: #dddcda;
