/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}
img, a img {
	border: none;
	}
a {
	color: #2D5497;
	}
a:hover {
	text-decoration: none;
	}
p {
	margin-bottom: 14px;
	}
ul {
	margin-left: 30px;
	margin-bottom: 14px;
	}
h2 {
	color: #F7941D;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	}
body {
	background-color: #BEBFC1;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	}
#container {
	background-color: #fff;
	height: 565px;
	width: 100%;
	text-align: center;
	margin-top: 60px;
	}
#content {
	width: 800px;
	margin: 0px auto;
	height: 565px;
	background-repeat: no-repeat;
	text-align: left;
	}
#logo_home {
	padding: 70px 0px 0px 410px;
	}
#nav_home {
	color: #fff;
	padding: 60px 0px 0px 330px;
	font-size: 17px;
	}
#nav_home a {
	color: #fff;
	text-decoration: none;
	}
#nav_home a:hover {
	color: #2D5497;
	}
#nav_inside {
	color: #fff;
/*	padding: 47px 0px 0px 75px; */
	padding: 47px 0px 0px 5px;
	font-size: 16px;
	float: left;
/*	border:1px solid #fff;*/
	}
#nav_inside a {
	color: #fff;
	text-decoration: none;
	}
#nav_inside a:hover {
	color: #2D5497;
	}
#logo_inside {
	float: right;
	width: 208px;
	height: 93px;
	padding: 20px 27px 0px 0px;
	}
.main_content {
	clear: both;
	width: 575px;
	height: 215px;
	overflow: auto;
	font-size: 12px;
	line-height: 14px;
	padding-right: 10px;
	}
