@charset "UTF-8";
/* CSS Document */

body {
	background-color: #00b2d9;
	font-family: 'century gothic',arial,helvetica;
	font-size:12px;
	margin:0;
	padding:0;
	height:100%;
	}

#container {
	width:1006px;
	margin:0 auto;
	padding:0;
	background-color:#004065;

	}

#content {
	width:900px;
	padding:0;
	margin:0 auto;
	background-color:#ffffff;
	min-height:900px; /*ff*/
	height: auto !important; /*ie7 */
	height: 900px; /*ie6 */

	}

#shadow-left {
	width:50px;
	margin:0;
	padding:0;
	background-image: url(images/shadow-left.jpg);
	background-repeat:repeat-y;
	float:left;
	min-height:900px; /*ff*/
	height: auto !important; /*ie7 */
	height: 900px; /*ie6 */
	display:inline;
	}

#shadow-right {
	width:50px;
	margin:0;
	padding:0;
	background-image:url(images/shadow-right.jpg);
	background-repeat:repeat-y;
	float:right;
	min-height:900px; /*ff*/
	height: auto !important; /*ie7 */
	height: 900px; /*ie6 */
	display:inline;
	}

#navigation {
	width:900px;
	height:35px;
	background-color:#004065;
	text-align:center;
	padding:0;
	margin:0 auto;
	}

#navigation p {
	display:inline;
	float:left;
	margin:0;
	padding:10px 25px;
	}
	
#navigation a,
#navigation a:link,
#navigation a:visited {
	color:#ffffff;
	text-transform: uppercase;
	text-decoration:none;
	font-weight:bold;
	}

#navigation a:active,
#navigation a:hover {
	color:#00b2d9;
	}
#bodycopy img {
	float:right;
	border:0;
	}
#bodycopy p {
	margin: 15px 40px;
	font-size:12px;
	color:#004065;
	}

#bodycopy h1 {
	margin:15px 40px 0 40px;
	font-size:14px;
	font-weight:bold;
	color:#00b2d9;
	}

#bodycopy a,
#bodycopy a:link {
	color:#00b2d9;
	font-weight:bold;
	}

#bodycopy a:visited {
	color:#004065;
	}

#bodycopy a:active,
#bodycopy a:hover {
	color: #939598;
	}
		
.footer {
	
	color:#999999 !important ;
	font-size:10px !important ;
	}

#navigation a.current {
	color:#939598 !important ;
	}

