* {
	margin: 0;
	padding: 0;
}
body {
	background: #6580AF;
	font-family: "Georgia";
	font-size: 100%;
	line-height: 1em;
	color: #393939;
}
/*in_line*/
img {
	border: 0;
	vertical-align: top;
}
a:hover {
	text-decoration: none;
}
a {
	color: #2c4144;
}
.clear {
	clear: both;
}
.alignright {
	text-align: right;
}
/*header*/
#header .logo {
	margin: 0 0 114px 550px;

}
#nav {
z-index: 2;
position: absolute;
/*top: 287px;*/
top: 317px;
font-family: "Georgia";
font-size: 1.25em;
}
#nav ul {
	margin-left: 46px;
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	font-size: 0.55em;
	text-transform: uppercase;
	margin-right: 20px;
	font-weight: bold;
}
#nav li a {
	color: #152972;
	text-decoration: none;
}
#nav li a:hover {
	color: #152972;
	text-decoration: underline;
}
/*content*/
#content {
	background: url('../images/mainBGs/990x306middle.gif') no-repeat left top;
	font-size: .8em;
	color: #2c4144;
	line-height: 1.555em;
	min-height: 300px;
	text-align: justify;
}
#content .indent {

}
#content ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}
#content li {
	line-height: 2em;
}
#content .title {
	margin-bottom: 12px;
}
#content .pic {
	float: left;
	margin: 0 20px 0 0;
}
#content p {
	padding-bottom: 20px;
}
#content .col_1 .ind {
	padding-right: 80px;
}
#content .overflow {
	width: 754px;
	height: 174px;
	overflow: auto;
}
#content .overflow1 {
	width: 720px;
	height: 500px;
}
/*footer*/
#footer {
	font-size: 0.75em;
	color: #fff;
	margin-top: -4px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 26px 0 0 50px;
}
/*================== index.html ==================*/
#page1 #content .col_1 .pic1 {
	margin-bottom: 17px;
}
#page1 #content .col_2 .pic1 {
	margin: 29px 6px 3px 0;
}
#page1 #content .col_2 a img {
	margin-right: 6px;
}
/*==========================================*/
.input {
	color: #2c4144;
	height: 19px;
	width: 178px;
	background: #fff;
	border: solid 1px #6a6a6a;
	font-size: 1em;
	font-family: Arial;
	padding-left: 2px;
	text-transform: uppercase;
}
textarea {
	background: #fff;
	color: #2c4144;
	border: solid 1px #6a6a6a;
	width: 191px;
	height: 70px;
	overflow: auto;
	font-family: Arial;
	font-size: 1em;
	padding-left: 2px;
	text-transform: uppercase;
}
