﻿/* ------ elements ------ */

body {
	margin: 0;
	padding: 0;
	background: #00699C;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #DFF4FF;
	/* Force IE to center containers */
	text-align: center;
}

h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DFF4FF;
	background-color: transparent;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DFF4FF;
	background-color: transparent;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #DFF4FF;
	background-color: transparent;
}

p {
	line-height: normal;
	text-align: justify;
	margin: 0 0 10px 0;
}

a, a:visited, a:hover, a:active {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: 0;
}

/* ------ header ------ */

#header {
	width: 940px;
	height: 100px;
	margin: 0 auto 0px auto;
	background: #00699C url('../images/title.gif') no-repeat center bottom;

}

#contact {
	width: 940px;
	height: 40px;
	margin: auto;
}

#contact h3 {
	font-size: 16px;
	color: #fff;
}

/* ------ wrapper ------ */

#wrapper {
	width: 900px;
	margin: auto auto 10px auto;
}

/* ------ main column ------ */

/* Iframe */
#slideshow {
	width: 600px;
	height: 580px;
}

/* Iframe */
#cal12 {
	background: #FFF;
}

#maincontent {
	float: left;
	width: 600px;
	margin: 0 0 0 20px;
	font-size: 14px;
}

#narrative {
	margin-left: 18px;
	width: 561px;
}

.narrativeindexpage {
	width: 310px;
	padding: 6px 6px 0 0;
	font-size: 14px;
	color: #DFF4FF;
	text-align: justify;
	margin: auto;
}

/* ------ right column ------ */

#rightcontent {
	float: right;
	width: 250px;
	margin: 16px 0 0 0;
}

#rightcontent_headers {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-right: 30px;
}

#rightcontent_calheaders {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 20px 30px 10px 0;
}

#rightcontent_calfooters {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin: 10px 30px 0 0;
}

#rightcontent_calendar {
	text-align: left;
	margin-left: 4px;
}

#rightcontent table {
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 40px;
}

/* ------ footer ------ */

#footer {
	width: 760px;
	height: 20px;
	background: #00699C;
}

#footer p {
	text-align: center;
	color: #fff;
}

/* ------ Footer Navigation Links ------*/

#navlist {
	margin: 0px;
}

#navlist li {
    list-style: none;
	padding: 0px 20px 0px 0px;
	display: inline;
}

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


