﻿body {
background-color: #c19c32;
background-image: url(images/bg-main.gif);
background-repeat: repeat-y;
background-position: center;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
.wrap {
background-image: url(images/bg-content.gif);
background-repeat: repeat-y;
}
.menuCol {
background-image: url(images/bg-menu.gif);
background-repeat: no-repeat;
background-position: right top;
}
.menu {
}
	.menu img{
	border-width: 0px;
	margin-bottom: 8px;
		margin-left: 11px;
	}
.contentCol {
	background-image: url(images/bg-header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	padding-bottom: 15px;
}
.rightCol {
	padding-top: 5px;
}
.rightCol p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


.content {
background-color: #FFFFFF;
font-size: 12px;
padding-right: 26px;
padding-left: 26px;
padding-top: 10px;
padding-bottom: 10px;
}
	.content a{
	font-weight: bold;
	color: #0F6CAA;
	}
	.content a:hover{
	color: #C19C32;
	}
.textmenu {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #123921;
	padding-top: 4px;
}
.banner {
	border: 3px solid #000000;
}
.dateTitle {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
}
h3 {
	font-size: 18px;
	font-weight: bold;
}
.sidePic {
	margin-bottom: 5px;
	margin-left: 5px;
}