body {
  background-color: #BFDE50;
  background-image: url("/images/01.gif");
  background-repeat: repeat;
  color: #000000;
}

input.text, input.text:focus, textarea.textarea, textarea.textarea:focus {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: inherit;
}

.error, .success {
	padding:0;
	margin: 0;
	border: inherit;
	background: transparent;
	color: inherit;
}

.error input {
	border-color: #e9322d;
}

.success input {
	border-color: #57a957;
}

.login_form 
{
	border:2px solid #e8ff97;
	background:#ffffff;
	color:#264409;
}

.login_form_row {
	height: 40px;
}

.login_form_submit {
   font-size: 16px;
   font-variant: small-caps;
   font-weight: bold;
   background-color: #bfde50;  	
   border: 2px solid #98bd2f;
   color: #3a5704;
}

a.login_form_link:link, a.login_form_link:hover, a.login_form_link:visited {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;  
}

.container_extra {
  background-image: url(/images/bg.gif);
  background-repeat: repeat;
  padding-left:29px;
}

.menu_left {
	float:left; 
	width:23px; 
	height:251px; 
	background-image: url(/images/15.gif); 
}

.menu_center {
	float:left;
	width: 223px;
	height:251px;
	background-color: #A3C63F;
}


.menu_center a:link, .menu_center a:visited {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

.menu_center a:hover {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;  
  text-decoration: underline;  
}

.menu_center div {
	padding-left: 40px; 
	padding-top:5px;
}

.menu_center ul {
	list-style-image: url(/images/21.gif); 
}

.menu_right {
	float:left;
	width:54px;
	height:251px;
	background-image: url(/images/17.gif);
}

.content {
	font-family: Verdana, sans-serif;
  	font-size: 12px;
	padding: 5px;
}

.content a {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;  
}

.content #form_row {
	height: 40px;
}

.content #form_submit {
   font-size: 16px;
   font-variant: small-caps;
   font-weight: bold;
   background-color: #a3c63f;  	
   border: 2px solid #e8ff97;
   color: #ffffff;
}

.content_browse {
	font-size:15px; 
	color: inherit; 
	text-decoration:underline;
}

.content hr {
	color: #a3c63f; 
    background-color: #a3c63f;
    border: 0px none;
    height: 2px;
    clear: both;
}

.content #thumb {
	border: 2px solid #e8ff97;
}

.content #thumb_small {
	border: 1px solid #e8ff97;
}

.content #thumb_block {
	float:left; 
	width: 180px; 
	padding-right: 2px; 
	padding-top:10px; 
	padding-bottom: 30px; 
	padding-left: 0; 
	text-align:center;
}

.copyright_main {
	width: 555px;
	height: 184px;
	background-image: url(/images/47.gif);
}

.copyright_spacer {
	width: 44px;
	height: 146px;
	float: left;
}

.copyright_left {
	width: 206px;
	height: 184px;
	background-image:url(/images/57.gif);
	background-repeat: no-repeat;
	background-position: center, center;
	float:left; 
	text-align: center;
}

.copyright_left p {
	margin-top: 80px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3A5704;
}

.copyright_center {
	width: 109px; 
	height: 146px;
	float:left;
}

.copyright_center img {
	margin-top: 25px;
}

.copyright_right {
	width: 151px;
	height: 184px;
	background-image:url(/images/58.gif);
	background-repeat: no-repeat;
	background-position: center, center;
	float:left;
}

