/* CSS Document */

body {
	margin: 0;
	padding:0;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.container {
	margin:0 auto;
	width:800px;
}

.navigation {
	background-image:url(images/header.jpg);
	height:200px;
	width:800px;
	margin:0;
	padding:0;
}

.navigation ul {
	float:right;
	width:460px;
	margin:135px 0 0 0;
	padding:0;
}

.navigation ul li {
	float:left;
	display:block;
	text-align:center;
	width:115px;
	height:40px;
}

.navigation img {
	border:none;
}

.navigation ul li a {
	color:#133b5c;
	display:block;
	padding-top:23px;
	font-size:0.8em;
	text-decoration:none;
}

.navigation ul li a:visited {
	color:#133b5c;
	font-size:0.8em;
	text-decoration:none;
}

.navigation ul li a:hover {
	color:#021220;
	font-size:0.8em;
	text-decoration:none;
	background-image:url(images/nav.gif);
	background-repeat:no-repeat;
}

.header2 {
margin:9px;
}

h3 {
	width:780px;
	height:38px;
	margin:9px;
	text-indent:35px;
	line-height:33px;
	font-size:12px;
	color:#CCCCCC;
	background-image:url(images/h3back.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.text {
	font-size: 11px;
	color:#333333;
	width:370px;
	float:left;
	line-height:20px;
	padding:40px 20px 40px 40px;
	text-align:justify;
}

.text2 {
	font-size: 11px;
	color:#333333;
	width:370px;
	float:left;
	line-height:20px;
	padding:35px 20px 40px 40px;
	text-align:justify;
}

.text3 {
	font-size: 11px;
	color:#333333;
	width:370px;
	float:left;
	line-height:20px;
	padding:55px 20px 40px 40px;
	text-align:justify;
}

.text4 {
	font-size: 11px;
	color:#333333;
	width:300px;
	float:left;
	line-height:20px;
	padding:95px 20px 40px 40px;
	text-align:justify;
}

.text  a {
	color:#333333;
	text-decoration:underline;
}

.text  a:visited {
	color:#333333;
	text-decoration:underline;
}

.text  a:hover {
	color:#333333;
	text-decoration:underline;
}

.text4  a {
	color:#333333;
	text-decoration:underline;
}

.text4  a:visited {
	color:#333333;
	text-decoration:underline;
}

.text4  a:hover {
	color:#333333;
	text-decoration:underline;
}

.image {
	float:left;
	padding:40px;
	text-align:center;
	font-size:13px;
}

.footer {
	clear:both;
	width:790px;
	height:40px;
	background-color:#454545;
	border-top:4px solid #333333;
	margin-left:0.35em;
	text-align:center;
	font-size:11px;
	color:#CCCCCC;
	padding-top:10px;
}

.footer a {
	color:#CCCCCC;
	text-decoration:underline;
}

.footer a:visited {
	color:#CCCCCC;
	text-decoration:underline;
}

.footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}