/* CSS Document */
body {
	margin: 0;
	font-family: "trebuchet ms", arial, verdana;
	font-size: 0.74em;
	color: #555555;
	background-color: #ffffff;
	text-align: left;
}


a {
	color: #4d87ce;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #2a65ad;
}

ol,ul {
margin-top:10px;
}

li {
	line-height: 22px;
	text-align: left;
}


#header {
	width: 780px;
	margin: 0 auto 0 auto;
	margin-top: 3px;
	margin-bottom: 25px;

}

#header h1 {
	font-family: "trebuchet ms", "century gothic", "arial narrow", arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	color: #736451;
	margin-bottom: 10px;
	text-align: left;
}

#header h2 {
	font-family: "century gothic", "trebuchet ms", "arial narrow", arial, sans-serif;
	font-size: 15px;
	text-align: right;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #000000;
	border-bottom: 1px solid #eeeeee;
}
#header h4{display:inline;position:absolute;left:290px;top:82px;*top:100px;font-size:13px;font-family:trebuchet ms,century gothic, arial narrow, arial, sans-serif;font-style: italic;}
#content {
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.newstitle {
	color: #8c944a;
	font-size: 18px;
}

.introduction {
	font-family: helvetica, arial, sans-serif;
	line-height: 20px;
	font-size: 12px;
	text-indent: 15px;
	padding-left: 0;
	padding-right: 250px;
	padding-bottom: 25px;
	padding-top: 0;
}

.clearer {
	clear: both;
}

#leftbar {
	width: 180px;
	float: left;
	font-size: 12px;
	color: #6c534a;
	text-align: left;
	border-left:1px dotted #cccccc;
        border-right:1px dotted #cccccc;
	padding-left:5px;
	padding-right:8px;
}

#leftbar h1 {
	font-family: "trebuchet ms", "century gothic", "arial narrow", arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	color: #4a8c04;
	text-align: right;
}
#leftbar a {
	display: block;
	width: 100%;
	background-image: url(../images/backgrounds/submenua.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 5px;
	padding-right: 0;
}

#leftbar a.arch {
	display: none;

}
#leftbar a:hover {
	background-color: #eeeeee;
	background-repeat: repeat-y;
}

#rightbar {
	width: 140px;
	float: right;
	font-size: 12px;
	color: #6c534a;
	text-align: left;
	border-left:1px dotted #cccccc;
        border-right:1px dotted #cccccc;
	padding-left:8px;
	padding-right:5px;
}

#rightbar h1 {
	font-family: "trebuchet ms","century gothic",  "arial narrow", arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	color: #4a8c04;
	text-align: right;
}

.submenu {
  background-position: top left;
	background-repeat: no-repeat;
}

.submenu a {
	display: block;
	width: 100%;
	background-position: right;
	background-repeat: no-repeat;
	padding: 5px;
	padding-right: 0;
}

.submenu a:hover {
	background-color: #eeeeee;
	background-repeat: repeat-y;
}

.imgmenu {
	padding-left: 15px;
}

.imgmenu img{
	border: 1px solid #ccc;
	margin: 3px
}

.imgmenu a:hover img{
	border: 1px solid navy;
}

.imgmenu a:hover{
	color: red; /* Dummy definition to overcome IE bug */
}

#mainbar {
	font-size: 12px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 0px;
	width:414px;
	float:left;
}

#mainbar.noright {
	padding-left: 200px;
	padding-right: 0px;
}

#mainbar h1 {
	font-family: "trebuchet ms","century gothic",  "arial narrow", arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #eeeeee;
	color: #4a8c04;
}

#mainbar p {
	padding: 0px;
	padding-bottom:15px;
	*padding-bottom:9px;
	line-height: 19px;
}

#mainbar .articleimg {
	float: right;
	padding: 5px;
	border: 1px solid #eeeeee;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footerOuter {
	width: 780px;
	background-color: #ffffff;
	padding-top:50px;
	*padding-top:30px;
}

#footer {
	BORDER-TOP: #d8efa6 1px solid; PADDING-BOTTOM: 5px; COLOR: #ffffff; PADDING-TOP: 5px; BORDER-BOTTOM: #94ae62 5px solid; BACKGROUND-COLOR: #ffffff
}
#footer A {
	COLOR: #006600
}
#footer A:hover {
	COLOR: #009900
}
table
{
    border-collapse: collapse;
}
td{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 3px 4px 3px 4px;
}
