* {
	margin:0;
	padding:0;
	border:0;
}

body {
	color:#4f4b4b;
	background:#4f4b4b;
	font:11px verdana,arial,tahoma,geneva,helvetica,sans-serif;
}

a {
	color:#4f4b4b;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

input,select,textarea {
	border:1px outset #cdcdcd;
	border-top:2px outset #efefef;
	padding:2px 3px;
	color:#000000;
	font:12px arial,tahoma,sans-serif;
}

select {
	padding:1px;
}

li {
	list-style:none;
}

#page {
	margin:0 auto;
	width:980px;
}

h2,h3,#leftcol {
	font-family:georgia,"times new roman",serif;
	font-weight: normal;
	padding-bottom:4px;
}

/*--- HEADER ---*/
	#header {
	background:url(../images/header-bgr.jpg) #05592d no-repeat right;
	height:170px;
}

#title {
	height:195px;
}

/*- Logo -*/
	#logo-flash {
	float:left;
	width:515px;
	height:170px;
}

/*- Search -*/
	#search {
	padding:70px 38px 0 0;
	float:right;
	width:240px;
}

input.search {
	margin:0 0 0 6px;
	width:25px;
	border:0;
	background:url(../images/ico-go.gif) no-repeat;
	height:24px;
}

#leftcol .menu {
	width:165px;
}

#leftcol .menu_top {
	border-top:1px solid #4f4b4b;
	padding:7px 0 0 0;
	font-size:12px;
	text-align:right;
	line-height:1em;
}

#leftcol .menu_top_active {
	border-top:1px solid #4f4b4b;
	padding:7px 0;
	font-size:12px;
	text-align:right;
	line-height:1em;
}

#leftcol .menu_top a {
	text-decoration:none;
	clear:both;
}

#leftcol .menu_top a:hover,#leftcol .menu_top_active a,#leftcol .menu_top_active .menu_top a:hover {
	border:0;
	color:#9d7c22;
}

#leftcol .menu_sub {
	padding:2px 0 0;
	border:0;
	color:#000000;
	font-size:12px;
	line-height:10px;
	text-align:right;
	clear:both;
	font-variant: small-caps;
}

#leftcol .menu_top.active .menu_sub a {
	color:#4f4b4b;
	font-size:15px;
	font-variant: small-caps;
}

/*--- CENTER column ---*/
	#centercol {
	padding:0 0 10px 0;
	width:806px;
	float:right;
}

#centercol h3 {
	color:#585551;
	font-size:12px;
}

#centercol h4 {
	color:#585551;
	font-size:12px;
	padding-left:0;
	padding-top:10px;
	font-weight:normal;
}

#centercol h5 {
	color:#585551;
	font-size:11px;
	padding-left:0;
	padding-top:10px;
	font-weight:normal;
}

#centercol h5 a,
#centercol h5 a:hover {
	color:#585551;
	font-size:11px;
	font-weight:nprmal;
	border-bottom:0px solid #04991D;
	text-decoration: none;
}

#centercol h6 {
	color:#585551;
	font-size:10px;
	padding-left:0;
	font-weight:normal;
}

#centercol p {
	line-height:14px;
}

#centercol .spacer {
	clear:both;
	padding:10px 30px;
}

.col {
	float:left;
	padding:5px 20px 0 30px;
	width:215px;
	text-align:left;
}

/*- News list -*/
	ul.news {
	padding:0 25px;
	margin:0 0 15px 0;
	background:#ffffff;
}

.news li {
	clear:both;
	padding:10px 0;
	border-bottom:1px solid #faebc4;
	text-align:left;
}

.news small {
	color:#ed9b00;
}

/*--- TOP,BOTTOM BARS ---*/
	.yellow-bar,.green-bar {
	margin:3px 0;
	padding:0 5px;
	font-size:10px;
	line-height:18px;
	height:19px;
}

.yellow-bar {
	margin:3px 0 0;
	background:url(../images/bar-bgr-yellow.gif) repeat-x;
}

.yellow-bar a {
	text-decoration:none;
}

.green-bar {
	color:#688005;
	background:url(../images/bar-bgr-green.gif) repeat-x;
}

/*--- Misc. styles ---*/
	.fix {
	clear:both;
	line-height:1px;
	height:1px;
}

.ac {
	text-align:center;
}

.ar {
	text-align:right;
}

.fl {
	float:left;
}

img.fl {
	margin:0 15px 0 0;
}

.fr {
	float:right;
}

