@CHARSET "UTF-8";

body {
	background: #f5f5f5;
}

body,p,td,ul,li,form,fieldset {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
a:link, a:active {
	color:#044e8e;
	text-decoration:none;
}
a:visited {
	color:#6f7887;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

#idHeader {
	width: 970px;
	background: #e1ebf7;
	margin: 5px auto 0 auto;
	padding: 10px 0;
	position: relative;
}

#idHeaderImg {
	width: 130px;
	padding: 5px;
}

#idHeaderMenu {
	position: absolute;
	left: 150px;
	width: 500px;
	bottom: 30px;
	font-size: 180%;
}

.clMain {
	background: #fff;
	width: 970px;
	margin: 0 auto;
	clear: both;
}

.clMain:after {
	clear: both;
	display: block;
	content: '';
}

#idMainTopLeft {
	background: #f5f7f7;
	padding-top: 10px;
	width: 200px;
	text-align: left;
	float: left;
	overflow: hidden;
}

#idMainTopRight {
	padding: 10px 0 0 10px;
	width: 750px;
	text-align: left;
	float: left;
	overflow: hidden;
}

#idBottom {
	background: #fff;
	width: 970px;
	margin: 0 auto;
}

#idFooter {
	background: #e1ebf7;
	font-size: 11px;
	text-align: left;
	border-top: 1px solid #d5dade;
	margin: 0 auto;
	width: 970px;
	padding: 7px 0 20px 0;
	clear: both;
	position: relative;
}

#idFooter .copyright {
	color: #252525;
	text-decoration: none;
	margin-right: 2px;
	padding: 0px;
	float: right;
}

#idFooter .copyright a:link,#idFooter .copyright a:visited,#idFooter .copyright a:hover
	{
	color: #252525;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}

#idFooter .copyright a:hover {
	text-decoration: underline;
}

.Menu {
	background: #fafaf0;
	width: 200px;
}

div.Menu {
	position: relative;
	left: 0px;
}

.Menu ul {
	list-style: none;
	padding: 0;
}

.Menu ul:first-child {
	border-top: 1px solid #000;
}

.Menu a {
	font-size: 16px;
	border-bottom: 1px solid #000;
	padding: 5px 0 5px 10px;
	clear: both;
	display: block;
}

.Menu a:hover {
	background: #faf0f0;
	text-decoration: none;
	display: block;
}

.links {
	margin: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.links ul {
	padding-left: 25px;
}
