﻿@import "../GlobalStyles.css";

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial;
	font-size: 75%;
	background-color: white;
}
a
{
	color: #BDC175; /*#006699;*/
	text-decoration: none;
}
a:hover
{
	color: #6A7B34; /*#4F8EB6;*/
	text-decoration: underline;
}
#languages
{
	position: absolute;
	margin: 35px 622px 0 0;
}
#t1
{
	width: 720px;
	margin-right: 29px;
	text-align: right;
	background: url(img/bg_logo.gif) top right no-repeat;
}
#t1_logo
{
	height: 105px;
	background: url(img/drops.gif) top left no-repeat;
}
#t1_logo img
{
	border: 0;
}
#t1_logo_img
{
	position: absolute;
	width: 200px;
	height: 55px;
	margin-right: -30px;
	margin-top: -20px;
	/*float: right;*/
}
#t1_menu
{
	text-align: center;
	height: 28px !important;
	background: #BDC175 url(img/bg_menuright.gif) top left no-repeat;;
	/
	/*#4F8EB6 url(img/bg_menuright.gif) top left 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;
	/*#DCE9F0 url(img/bg_leftbtm.gif) bottom center no-repeat;*/
}
#divLeftSide
{
	margin: 12px;
}
#t1_main
{
	width: 482px !important;
	border-collapse: collapse;
	border-left: 1px solid #BDC175; /*#4F8EB6;*/
}
#divMain
{
	margin: 4px;
}
#t1_bottom
{
	border-left: 1px solid #BDC175; /*#4F8EB6;*/
	border-bottom: 1px solid #BDC175; /*#4F8EB6;*/
	/*text-align: right;*/
	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; /*lightsteelblue;*/
border-bottom: 1px solid #6A7B34; /*lightsteelblue;*/
}
#news
{
	margin: 0;
}
#news a
{
	color: #000000; /*steelblue;*/
	display: block;
	padding: 6px 4px;
	border-bottom: 1px solid #6A7B34; /*#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; /*lightsteelblue;*/
	padding: 6px;
	color: steelblue;
}
.newsedit
{
	float: left;
	border-bottom: 0 !important;
	/*font-size: 0;*/
}


