@charset "utf-8";
/* CSS Document */


a:link {
	color: #12283D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #12283D;
}
a:hover {
	text-decoration: underline;
	color: #2D506C;
}
a:active {
	text-decoration: none;
	color: #2D506C;
}
body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#071d31 url(images/body_bg.jpg) no-repeat bottom fixed;
	text-align:center;
}
#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:760px;
	border-right: solid 5px #e0f6ff;
	border-left: solid 5px #e0f6ff;
	background: url(images/container_bg.jpg);
	text-align:left !important;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#linknav {
	width:195px;
	left:0;
	float:left;
	clear:left;
	padding-top:15px;
	padding-bottom:15px;
	}
#linknav ul {
	margin:0;
	list-style-type:none;
	padding:0;
	}
#linknav li {
	background-image:url(images/button_bg.jpg);
	height:9px;
	padding:15px;
	text-align:right;
	vertical-align:middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	}
#linknav li:hover {
	background-position: 0 -47px;
}

#linknav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#linknav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#linknav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#linknav a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#header {
	height:200px;
	background:#FFF url("images/header.jpg");
}
	#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	padding-left: 210px;
}
	#content p {
		text-align:justify;
		padding:0 1em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	left:0;
	margin:0;
	background:#071D32;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:white;
	text-align:right;
}
#footer a {
	text-align:left !important;
	font-size:xx-small;
	color:#3C4F84;
	bottom:0;
	text-decoration:none;
}