* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	BACKGROUND-COLOR: #F8F6EC;
}
a {
	color: #0E6FCB;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	min-width: 1000px; 
	max-width: 1300px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
}
td.icons {padding:17px 0 0 0}
td.icons img {margin:0 23px 0 0}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	font: 14px Times New Roman;
	padding: 10px 440px 0px 20px;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	padding: 10px 0 0 0;
	float: left;
	margin-right: -3px;
	width: 420px;
	margin-left: -420px;
	position: relative;
}

a.sr {
	font-size: 14px;
	color: #0E6FCB;
	outline: none;
	text-decoration: underline;
}
a.sr:hover {
	font-size: 14px;
	text-decoration: none;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	padding-top: 25px;
	vertical-align:middle;
	min-width: 1000px; 
	max-width: 1300px;
	margin: -100px auto 0;
	height: 100px;
	
}

.newsdate{
	color: #999999;
	font-size: 9px;
}

.newstitle{
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}

.newstext{
	color: #333333;
	font-size: 12px;
}