@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #96a5b5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

.oneColElsCtr #container {
	width: 858px;
	background: #FFFFFF;
	background-image:url(../images/img_04.jpg);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px 20px;
	text-align: justify;
	margin: auto 0;
}

.oneColElsCtr #mainContent #header  {
/*	border: 1px solid #666666;*/
}

.oneColElsCtr #mainContent #headmenu  {
	padding-top: 10px;
	padding-bottom: 5px;
}

.oneColElsCtr #mainContent #innerContainer  {
}

.oneColElsCtr #mainContent #innerContainer #leftSub  {
	width: 166px;
	float: left;
}

.oneColElsCtr #mainContent #innerContainer #centerSubmain  {
	width: 650px;
	float: left;
}

.oneColElsCtr #mainContent #innerContainer #centerSub  {
	width: 416px;
	float: left;
}

#standardContent {
	padding-right: 15px;
}

#title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom: 4px;
}

.red {
	color: red;
}

.gray {
	color: #333333;
}

.darkgray {
	color: #333333;
}

.orange {
	color: #FF6600;
}

.blue {
	color: #132977;
}

.lightblue {
	color: #0099FF;
}


.oneColElsCtr #mainContent #innerContainer #rightSub  {
	width: 210px;
	float: right;
	border: 0;
	border-left: 1px dotted;
	border-left-color: #999999;
	border-right: 1px dotted;
	border-right-color: #CCCCCC;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.oneColElsCtr #mainContent #header #text {
	text-align: right;
	font-size: 11px;
	color:#666666;
}

.oneColElsCtr #mainContent #header #logo {
	float: left;
	text-align: justify;
	margin: auto 0;
}


.oneColElsCtr #copyrightcontainer {
	width: 858px;
	background: #FFFFFF;
	background-image:url(../images/img_10.jpg);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #copyrightContent {
	font-size: 10px;
	padding: 5px 20px;
	text-align: justify;
	margin: auto 0;
	color: #CCCCCC;

}

.oneColElsCtr #copyrightContent #menu {
	color: #CCCCCC;
	cursor: default;
}

.oneColElsCtr #copyrightContent #menu a {
	color: #CCCCCC;
	text-decoration:none;
}

.oneColElsCtr #copyrightContent #menu a:hover {
	color: #FF6600;
	text-decoration:none;
}

#mailSubmit {
	padding: 0;
	padding-top: 20px;
	margin: 0;
	color: #FFFFFF;
}

#mailSubmit #username {
	width: 120px;
	border: 1px solid;
	border-color: #0066FF;
}

#mailSubmit #userpass {
	width: 120px;
	border: 1px solid;
	border-color: #0066FF;
}

.news_date {
	color: #999999;
	font-size: 11px;
	text-align: right;
	border: 0;
	border-bottom: 1px dotted;
	border-bottom-color:#CCCCCC;
	margin-bottom: 10px;
}

.news_text {
	color: #333333;
	font-size: 11px;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
}