@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-size:12px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/bg.gif) top repeat-x #fff;
}
.container{
	width:850px;
	margin:0 auto;
}

.header {
	height: 90px;
}

	.header-left {
		float: left;
	}
	
	.header-right {
		float: right;
		padding-top: 40px;
		width: 552px;
	}
	
		.links {
			font-size: 14px;
			color: #42abcc;
			text-transform:uppercase;
			font-weight:bold;
		}
	
			
			.links ul{
				margin:0;
				padding: 0;
			}
			
			.links li{
				float: left;
				text-align:left;
				line-height:30px;
				list-style-type:none;
				padding: 0 18px;
			}

			.links li a{
				text-decoration:none;
				color:#42abcc;
				display:block;
			}
			
			.links li a:hover, .linksli a.current{
				color: white;
				display:block;
			}

.banner {
	height: 270px;
}

	.banner-left {
		float: left;
	}
	
	.banner-right {
		float: right;
	}
	
.content {
	padding: 0px 20px 20px 20px;
}

	.content li {
		color: #2d3393;
		font-size:14px;
	}

.footer {
	height: 92px;
	color: white;
	font-size:10px;
	text-transform:uppercase;
	background:url(images/footer.gif) repeat-x top;
	clear: both;
}

	.footer-container {
		margin: 0 auto;
		width: 850px;
	}

	.footer-left {
		float: left;
		padding: 20px;
	}
	
	.footer-right {
		float: right;
		padding: 20px;
		text-align: right;
	}
	
		.footer a {
			color: white;
			text-decoration:none;
		}

		.footer a:hover, .footer a.current{
			color: white;
			text-decoration:underline;
		}
		
h1, h2, h3, h4, h5 {
	color:#1191c4;
	font-weight:normal;
}

strong {
	color: #2d3393;
}

a img{
	border:0;
}

a {
	color: #333;
	text-decoration:none;	
}

a:hover {
	color: #2d3393;
	text-decoration:underline;
}

	
