* {
	font-family: "Trebuchet MS", Trebuchet;
	font-size: 11px;
	color: #000000;
}
IMG {
	border: none;
}
A {
	text-decoration: underline;
}
BODY {
	padding: 0;
	margin: 0;
	background-color: #BFE230;
}
FORM {
	margin: 0;
	padding: 0;
}
P.error {
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #dd0000;
	display: none;
}

/* TOP */
DIV.logo {
	width: 100%;
	height: 120px;
	position: relative;
	background-color: #4AA8BF;
	background-image: url('images/logoBg.gif');
	background-repeat: no-repeat;
}
DIV.logo IMG.logo {
	position: absolute;
	top: 30px;
	left: 130px;
}
DIV.topImage {
	position: absolute;
	top: 0;
	left: 580px;
	width: 240px;
	height: 120px;
}
DIV.topImage DIV {
	position: absolute;
	color: #fff;
	font-size: 10px;
}
DIV.topImage DIV.d0 {
	left: 10px;
	bottom: 5px;
}
DIV.topImage DIV.d1 {
	right: 10px;
	bottom: 5px;
}
DIV.topImage DIV.d2 {
	right: 10px;
	top: 5px;
}
DIV.topImage DIV.d3 {
	left: 10px;
	top: 5px;
}
DIV.title {
	position: relative;
	height: 32px;
}
DIV.title IMG {
	position: absolute;
	bottom: 0;
	left: 200px;
}
DIV.title DIV {
	position: absolute;
	left: 600px;
	top: 10px;
}
DIV.title DIV A {
	text-decoration: none;
	font-style: italic;
}
DIV.title DIV A:hover {
	color: #fff;
	text-decoration: none;
	font-style: italic;
}

UL {
	margin: 0;
	padding: 0.5em 1.2em 0.5em 1.2em;
}
OL {
	margin: 0;
	padding: 0.5em 1.5em 0.5em 1.5em;
}


/* MENUS */
.mainM {
	text-transform: uppercase;
	font-weight: 700;
}
DIV.menus {
	padding: 20px 0 10px 200px;
}
DIV.menus * {
	font-size: 11px;
	text-decoration: none;
}
DIV.menus DIV.col {
	float: left;
	padding-right: 20px;
}
DIV.menus DIV.col A {
	display: block;
}
DIV.menus DIV.col A:hover {
	color: #fff;
	display: block;
}
DIV.menus DIV.col A.act {
	color: #000;
	background-color: #fff;
}
DIV.menus DIV.col A.act:hover {
	color: #000;
	background-color: #fff;
}


/* CONTENT */
DIV.contentContainer {
	position: relative;
	width: 100%;
}
DIV.contentLeft {
	width: 200px;
	float: left;
}
DIV.contentLeft DIV.menu {
	margin: 10px 20px 0 10px;
}
DIV.contentLeft A {
	display: block;
	text-decoration: none;
}
DIV.contentLeft A:hover {
	display: block;
	text-decoration: none;
	color: #fff;
}
DIV.contentLeft A.act {
	display: block;
	text-decoration: none;
	background-color: #fff;
}
DIV.contentLeft A.act:hover {
	display: block;
	text-decoration: none;
	background-color: #fff;
	color: #000;
}
DIV.content {
	width: 370px;
	padding-right: 10px;
	float: left;
}
DIV.contentTitleFix {
	position: absolute;
	top: 0;
	left: 0;
	width: 380px;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 0 1px 200px;
	z-index: 0;
	background-color: #fff;
}
DIV.contentRight {
	position: absolute;
	top: 0;
	left: 580px;
}
DIV.imagesRight {
	padding-top: 25px;
}
DIV.title1 {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
}
DIV.titleLeft {
	background-color: #fff;
	color: #000;
}
DIV.titleRight0 {
	width: 460px;
	background-color: #6497aa;
	background-image: url('images/bg_right1.gif');
	background-repeat: repeat-y;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 0 1px 20px;
}
DIV.titleRight1 {
	width: 460px;
	background-color: #3b7c8c;
	background-image: url('images/bg_right2.gif');
	background-repeat: repeat-y;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 0 1px 20px;
}
DIV.titleRight2 {
	width: 220px;
	background-color: #3a4b50;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 0 1px 20px;
}
DIV.cr {
	width: 200px;
	padding: 20px 20px 30px 20px;
	font-weight: 700;
}
DIV.cr A {
	font-weight: 700;
	text-decoration: none;
}
DIV.contentItem {
	margin-bottom: 30px;
}
DIV.line {
	padding-bottom: 10px;
	background: url(images/line.gif) left bottom no-repeat;	
}
DIV.contentItem IMG.news {
	float: left;
	margin: 0 10px 3px 0;
}
DIV.contentItem IMG.article {
	margin-top: 10px;
}
P.title {
	font-weight: 700;
	font-size: 12px;
	padding: 0;
	margin: 0 0 8px 0;
}

/* SEARCH */
OL.searchRes {}
OL.searchRes LI {
	font-weight: 700;
	padding-bottom: 3px;
}

/* FORMS */
INPUT.box1 {
	font-weight: 400;
	width: 150px;
	border: none;
}
INPUT.button1 {
	margin-left: 3px;
	background-color: #BFE230;
	border: none;
}

/* FOOTER */
DIV.footer {
	position: relative;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 20px;
}
DIV.footer DIV.left {
	position: absolute;
	left: 0;
	top: 0;
	width: 380px;
	padding-left: 200px;
	background-color: #fff;
	color: #000;
	font-size: 10px;
}
DIV.footer DIV.right {
	position: absolute;
	left: 580px;
	top: 0;
	background-color: #40636b;
	background-image: url('images/bg_footer.gif');
	background-repeat: repeat-y;
	padding-left: 20px;
}
DIV.footer DIV.right A {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}

TABLE.t3cols {
	margin: 0;
	width: 100%;
	border: none;
}
TABLE.t3cols TD {
	vertical-align: top;
	width: 33%;
}
#OneStatTag {
	visibility: hidden;
}

P.newsFooter {
	padding: 15px 0 0 0;
	margin: 0;
}
P.newsFooter A {
	font-style: italic;
}

P.archive {
	padding: 3px 0 0 0;
}
P.archive A {
	font-weight: 700;
}