/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	}
p {
	margin-bottom: 17px;
	}
h1 {
	color: #0a246a;
	font-size: 17px;
	line-height: 23px;
	text-align: right;
	}
h3 {
	color: #f5f8a8;
	font-size: 17px;
	line-height: 17px;
	}
body {
	text-align: center;
background-color:#d9dde1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #fff;
	}
body /* Mozilla Firefox alignment */
{
text-align: -moz-center;
}
#container {
background-color: #008B99;
	text-align: left;
        margin:0px auto 0px auto;
	width: 950px;
	padding: 0px 0px 17px 0px;
	float:left;
	}
#main {
/*        clear:both;*/
	text-align: center;
	width: 950px;
        margin:0px auto 0px auto;
      }
#header {
	width: 950px;
	background-repeat: no-repeat;
	padding: 73px 0px 0px 0px;
	height: 150px;
	text-align: left;
	margin: 0px auto;

	}
#left_side {
	width: 223px;
	float: left;
        padding: 5px 5px 0px 10px;
	}
#right_side {
/*float: right;*/
        float: left;
	width: 687px;
	margin-left:10px;
	padding-left:10px;
	padding-top:5px;

	}
#nav          {
	clear: both;
	width: 688px;
	margin-bottom: 10px;
	}
#nav td {
	width: 86px;
	text-align: center;
	font-family: Helvetica
	font-size: 10px;

	border-left: 2px solid #fff;
	line-height: 14px;
	}
#nav a {
	color: #fff;
	text-decoration: none;
	}
#nav a:hover {
	color: #FF8400;
	}
#content {
	width: 648px;
	background-color: #fff;
	color: #000;
	padding: 0px 20px 20px 20px;
	background-image: url(images/content_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
#content a {
	color: #008b99;
	text-decoration: underline;
	}
table {
border: 1px;
border-collapse:collapse;
}
td.ewsb {
padding-bottom:10px;
padding-left: 5px;
}
ul {
margin-left: 15px;
}