body {
	margin:0;
  	color:#000;
	font:13px Arial, Verdana, Helvetica, sans-serif;
	background:#ccc;
}
img {border:none;}
a {
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover {text-decoration:underline;}
#page {
	width:993px;
	/*background:url(../images/bg.gif) repeat-y;*/
    background: #FFFFFF;
	margin:0 auto;
}
	/*header style*/
#header {
	/*background:url(../images/header.jpg) no-repeat;*/
	width:893px;
	height:213px;
	/*padding:52px 50px;*/
}
#header strong {
	display:none;
}
.logo {
	width:452px;
	height:70px;
	/*text-indent:-9999em;*/
	display:block;
}
	/*navigation style*/
#nav {
	margin:0;
	padding:1px 0 0 8px;
	list-style:none;
	width:985px;
	overflow:hidden;
}
#nav li {
	float:left;
	margin-right:2px;
	text-align:center;
}
#nav a {
	float:left;
	background:#003751 url(../images/nav.gif) no-repeat 100% 0;
	height:41px;
	line-height:41px;
	width:161px;
	font-weight:bold;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:hover, #nav .active a {
	background-position:100% 100%;
	background-color:#999899;
	text-decoration:none;
	color:#004662;
}
#container {
	width:975px;
	overflow:hidden;
	padding:0 9px 50px;
}
.flash {
	float:left;
}
	/*content style*/
.content {
	/*float:right;
	width:750px;
	padding-right:53px;*/
    float: left;
    padding-left: 25px;
    width: 850px;
	
}
.content a {
	text-decoration:underline;
	color:#003751;
	font-weight:bold;
}
.content a:hover {
	text-decoration:none;
}
h1 {
	margin:40px 0 0;
	font-size:25px;
	color:#003751;
    font-weight:normal;
    font-family: Arial;
}
h2 {
	margin:15px 0 0;
	font-size:16px;
	color:#003751;
}
p {
	margin:15px 0 0;
}
	/*footer*/
#footer {
	/*background:url(../images/footer.gif) no-repeat;*/
	height:45px;
	padding-top:20px;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	color:#004662;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#footer li {
	display:inline;
	border-left:1px solid #004662;
	padding-left:3px;
}
#footer a {
	color:#004662;
}