html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(../gfx/img/page_bg.gif);
	text-align: center;
	font: 12px arial, sans-serif;
	color: #464544;
	
}

#outer {
  background:url(../gfx/img/bg_top.jpg) no-repeat;
  padding-top: 100px;
}

#outer-hr {
	background:url(../gfx/img/hr.png) repeat-x scroll 0 180px;
}

/** layout **/

#body-top {
  	background: url(../gfx/img/body_bg_top.png) no-repeat;
 	background:transparent url(../gfx/img/body_bg_top.png) no-repeat scroll 0 0;
	display:block;
	margin:0 auto;
	min-height:100px;
	width:798px;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url(../gfx/img/body_bg.gif) repeat-y;
}
#body-bot {
  background: bottom left url(../gfx/img/body_bg_bot.jpg) no-repeat;
  padding-bottom:24px;
}


/** logo **/

#logo {
  width: 25em;
  text-align: center;
  float:left;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
	padding-left:24px;
}

#nav ul {
	padding:0px;
	margin:0px;
}

#nav li {
  list-style: none;
  float: left;
  padding:4px;
}
#nav a {
  color: #FFA405;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

.menu_current_left {
	background:url(../gfx/img/button_menu_current_left.png) no-repeat;
	padding-left:2px;
}

.menu_current_right {
	background:url(../gfx/img/button_menu_current_right.png) no-repeat;
	padding-left:2px;
}

.menu_current_center {
	background:#5081c0;
	border:1px solid #5081c0;
}

.menu_current_center a:hover {
	color:#fff !important;
}


.menu_inactive_left {
	background:url(../gfx/img/button_menu_inactive_left.png) no-repeat;
	padding-left:3px;
}

.menu_inactive_right {
	background:url(../gfx/img/button_menu_inactive_right.png) no-repeat;
	padding-left:3px;
}

.menu_inactive_center {
	background:#fff;
	border-top:1px solid #5e7892;
	border-bottom:1px solid #5e7892
}

.menu_inactive_center a {
	color:#5081C0 !important;
}

.menu_inactive_center a:hover {
	color:#FFA405 !important;
}

/* begin
 	Messages */
.messages {
	font-family:sans-serif;
	border:1px solid #195480;
	padding:4px;
	margin:8px;
}

.messages h5 {
	color:#195480;
	font-weight:bold;
	margin:4px;
	font-size:11px;
}

.messages p {
	background-color:#EDF0DE;
}

.messages a {
	font-weight:bolder;
	text-decoration:none;
}

.pagination-handler {
	margin:8px;
}

/* end
 	Messages */


/** green box **/
#gbox {
  width: 751px;
  margin-left: 22px;
}

#gbox-bg  { 
	background: url(../gfx/img/green_bg.png) repeat-y;
}
/*#gbox-grd { 
	background: bottom url(../gfx/img/green_grad_bot.png) repeat-x; 
}*/
#gbox-top { 
	background: url(../gfx/img/green_top.png) no-repeat; height: 24px; 
}
#gbox-bot { 
	background: bottom left url(../gfx/img/green_bot.png) no-repeat; height: 23px;
}

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#features h2 {
  position: relative;
}
#features ul {
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}


#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 60px;
}

/* begin
	propaganda */
.propaganda {
	background-color:#fff;
	width:300px;
	padding:8px;
	margin:0px auto;
	display:none;
}

.propaganda h5 {
	padding:0px;
	margin:0px;
}
/* end
	propaganda */

