@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #006;
	background-color: #FFF;
	background-image: url(../image/image1/body_background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4;
}
a img {
	border: none;
}
a:link {
	color: #006;
	text-decoration: underline;
}
a:visited {
	color: #00007C;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.header {
	height: 135px;
}
.content {
	width: 960px;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}

/* ~~ The footer styles ~~ */
.footer {
	padding: 10px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	background-color: #01017B;
	overflow: hidden;
}
img{
	border-style:none;
	
}

td {
	vertical-align: top;
}
p {
	text-align:left;
	margin: 0px;
	padding: 0px;
}
h1 {
	text-align:left;
	margin: 0px;
	padding: 0px;
	font-size: 110%;
}
#banner{
    width: 960px;
	margin-right: auto;
	margin-left: auto;
	min-width: 960px;
	height: 94px;
}

#logo {
	width: 273px;
	padding: 0px;
	text-align: left;
	height: 94px;
	margin: 0px;
	float: left;

}
#topmenu {
	width: 100%;
	text-align: center;
	height: 41px;
	clear: both;

}
#topmenu img{
	padding:0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.cent1 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


