﻿@import "../GlobalStyles.css";

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 75%;
	background-color: white;
}
a
{
	color: #BDC175;
	text-decoration: none;
}
a:hover
{
	color: #6A7B34;
	text-decoration: underline;
}
#languages
{
	position: absolute;
	margin: 70px 0 0 365px;
}
#t1
{
	width: 720px;
	margin-left: -29px;
	text-align: left;
	background: url(img/bg_logo.gif) top left no-repeat;
}
#t1_logo
{
	height: 105px;
	background: url(img/drops.gif) top right no-repeat;
}
#t1_logo img
{
	border: 0;
}
#t1_logo_img
{
	width: 200px;
	height: 55px;
	margin-left: 60px;
	margin-top: 20px;
	float: left;
}
#t1_menu
{
	height: 28px !important;
	background: #BDC175 url(img/bg_menuright.gif) top right no-repeat;
}
#t1_menu table tr td
{
	/*width: 100px;*/
}
#t1_lmarg
{
	width: 29px !important;
}
#t1_left
{
	width: 208px !important;
	padding-bottom: 15px;
	background: #BDC175 url(img/bg_leftbtm.gif) bottom center no-repeat;
}
#divLeftSide
{
	margin: 12px;
}
#t1_main
{
	width: 482px !important;
	border-collapse: collapse;
	border-right: 1px solid #BDC175;
}
#divMain
{
	margin: 4px;
}
#t1_bottom
{
	border-right: 1px solid #BDC175;
	border-bottom: 1px solid #BDC175;
	text-align: left;
	font-size: 10px;
	color: steelblue;
	padding: 4px 24px;
}
#t1_footer
{
	text-align: center;
	padding: 15px;
}
#t1_footer a
{
	padding: 0 8px;
}
#marqueecontainer
{
position: relative;
width: 98%;
height: 80px; /*marquee height */
border: 0;
overflow: hidden;
padding: 0px;
margin-top: 10px;
border-top: 1px solid #6A7B34;
border-bottom: 1px solid #6A7B34;
}
#news
{
	margin: 0;
}
#news a
{
	color: #000000;
	display: block;
	padding: 6px 4px;
	border-bottom: 1px solid #DCE9F0;
	text-decoration: none;
}
#news a:hover
{
	color: White;
	display: block;
	background: lightsteelblue;
	border-bottom: 1px solid silver;
	text-decoration: none;
}
#news b
{
	display: block;
	border-bottom: 1px solid #6A7B34;
	padding: 6px;
	color: steelblue;
}
.newsedit
{
	float: right;
	border-bottom: 0 !important;
	/*font-size: 0;*/
}

