/* CSS Document */

body {
	margin:0;
	margin-bottom: 20px;
	font: normal 12px arial, tahoma, sans-serif;
	color:#fff;
	background-color:#002a3c;
	text-align:left;
}

a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#ddd;
}

h1 {
	margin-bottom: 0;
	font-family: Georgia, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	border-bottom: 2px solid #002a3c;
	color:#fff;
}

#banner {
	clear: both;
	width: 650px;
	height: 196px;
	margin: 0 auto 0 auto;
	background: #fff url(images/banner1.jpg) no-repeat;
	margin-top: 20px;
}

#bottom {
	width: 650px;
	height: 404px;
	margin: 0 auto 0 auto;
	background: #002a3c url(images/bottom1.jpg) no-repeat;
}

#nav {
	margin-top: 0;
}

#nav ul {
	margin-top: 0;
	padding-top: 5px;
	margin: 0 auto 0 auto;

}

#nav li
{
	margin-top: 0;
	display: inline;
	list-style-type: none;
	padding-right: 20px;

}

#bottom_push {
	width: 650px;
	height: 40px;
}

#left_side {
	width: 400px;
	margin-top: 10px;
}

#content
{
	margin: 0 0 0 30px;
	text-align: left;
	height:  350px;
	padding: 0 20px 0 0;
}

#left_side .contentimg {
	float:right;
	padding:5px;
	background-color:#fff;
	border:2px solid #002a3c;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#left_side .contentimg2 {
	float:left;
	padding:5px;
	background-color:#fff;
	border:2px solid #002a3c;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#right_side {
	float: right;
	width: 220px;
	margin-left: 5px;
	margin-top: 10px;
}

#right_side p {
	text-align: justify;
	margin-right: 10px;
}

#right_side img {
	background-color:#fff;
	border:2px solid #4b7589;
	margin-bottom: 0px;
}
.contentimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

.contentimg2 {
	float:left;
	padding:5px;
	border:1px solid #eeeeee;
	margin: 20px 20px 20px 15px;
}