@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/layout/background.jpg) repeat center top;
}
#body {
	margin: 0px auto;
	width: 960px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(../images/layout/header3.jpg);
	background-repeat: no-repeat;
}
#content {
	background: url(../images/layout/content_bck.jpg) repeat-y;
}
#content-sidebar {
	background: url(../images/layout/content_bck.jpg) repeat-y;
}

#content-image {
	clear: both;
	background: url(../images/layout/sidebar_bck.jpg) no-repeat 44px bottom;
}
#menu {
	padding: 30px 0px;
	float: left;
	width: 180px;
}
#info {
	float: left;
	width: 600px;
	padding: 110px 30px 30px;
	background: url(../images/layout/content_top2.jpg) no-repeat right top;
}
#info_padding {
	background: url(../images/layout/content_top2.jpg) no-repeat;
	float: left;
	height: 200px;
	width: 44px;
}

#sidebar {
	float: left;
	width: 256px;
	font-size: 90%;
	padding: 10px 0px 0px;
	background: #CDECFF;
	margin: 0px 0px 200px;
}
#footer {
	line-height: 1.8em;
	font-size: 90%;
	color: #CBEBFF;
	background: #0067A8 url(../images/layout/footer.gif) no-repeat top;
	padding: 60px 30px 10px 44px;
}
#info h1 {
	font-size: 120%;
	color: #0065A9;
}
#info h3 {
	font-size: 100%;
	color: #0065A9;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: -10px;
}

#info p {
	line-height: 140%;
	color: #545454;
}
#info li {
	line-height: 150%;
	color: #004471;
}
#info a {
	color: #EC3C53;
	text-decoration: none;
}
#info a:hover {
	text-decoration: underline;

}
#footer a {
	color: #CEEDFF;
	text-decoration: none;
}
#footer  a:hover {
	text-decoration: underline;
}
#info a.pages {
	font-weight: bold;
	color: #FFFFFF;
	background: #0065A9;
	padding: 2px;
}
#info a.pages:hover {
	font-weight: bold;
	color: #0065A9;
	background: #CDECFF;
	padding: 2px;
	text-decoration: none;
}
#sidelinks {
	text-align: center;
}

.padding-5 {
	padding: 5px 0px;
}
.image_l {
	margin: 5px 20px 10px 0px;
	float: left;
}
.image_r {
	margin: 5px 0px 10px 20px;
	float: right;
}
.button {
	color: #FBFBF4;
	background: #B4BA96;
	border: 1px solid #8D9176;
	padding: 4px;
}
.button:hover {
	background: #71755A;
	text-decoration: none;
	color: #FFFFFF;	
}
.text_small {
	font-size: 80%;
}
.text_blue {
	color: #0065A9;
}

.clear {
	clear: both;
}
.end_sidebar {
	background: url(../images/layout/sidebar_bottom.jpg);
}

p.clear  {
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
br.clear {
	background: url(../images/layout/sidebar_bottom.jpg);
}
