select { font-family: Verdana; font-size: 11; }
textarea { font-family: Verdana; font-size: 10; }
td { font-family: Verdana; font-size: 11; }
h1 { font-family: Verdana;font-size: 12; font-weight: bold; display: inline; }
h2 { font-family: Verdana;font-size: 11; font-weight: bold; display: inline; }
hr { color: #FFFFFF; height: 1; }

a:link { color: #000000; text-decoration: none; font-weight: bold;}
a:visited { color: #000000; text-decoration: none; font-weight: bold;}
a:active { color: #000000; text-decoration: none; font-weight: bold;}
a:hover { color: #000FFF; text-decoration: none; font-weight: bold;}

td.title { font-family: Verdana; font-size: 12; font-weight: bold; color:#000000; }

table.border { background-color: #27a2ce; }
table.admin { background-color: #27a2ce; }
td.header { font-family: Verdana; font-size: 11; color:#000000; }
td.headeradmin { font-family: Verdana; font-size: 11; color:#000000; background-color:#FFFFFF; }
td.headernews { font-family: Verdana; font-size: 10; color:#000000; font-weight: bold; background-color:#27a2ce;}
td.header_center { font-family: Verdana; font-size: 11; color:#000000; font-weight: bold; text-align: center; }
td.item { font-family: Verdana; font-size: 11; color:#000000;}
td.itemadmin { font-family: Verdana; font-size: 11; color:#000000; background-color:#27a2ce; }
td.itemnews { font-family: Verdana; font-size: 10; color:#000000;}
td.item_center { font-family: Verdana; font-size: 11; text-align: center; }
td.item_centeradmin { font-family: Verdana; font-size: 11; text-align: center; background-color:#27a2ce; }
td.bottom { font-family: Verdana; font-size: 10; color:#000000; }

a.bottom:link { font-family: Verdana; font-size: 9; color:#000000; background-color:#607c3c; }
a.bottom:visited { font-family: Verdana; font-size: 9; color:#000000; background-color:#607c3c; }
a.bottom:active { font-family: Verdana; font-size: 9; color:#000000; background-color:#607c3c; }
a.bottom:hover { font-family: Verdana; font-size: 9; color:#364b1a; background-color:#607c3c; }

input { font-family: Verdana; font-size: 10; }

body.main
{
	font-family: Verdana;
	font-size:11;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

body.content
{
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px
	padding: 2;
}

body.admin
{
	font-family: Verdana;
	font-size: 9;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px
	padding: 2;
}

body.button
{
	background-color: #1ab0e7;
}

body.menu
{
	font-family: Verdana;
	font-size:11;
	background-image: url('bg-menu.gif');
	margin: 0;
	margin-top: 43;
	padding: 0;
}

body.border
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size:12;
	margin-top: 4;
	color:#4d662c;
	font-weight: bold;
}

body.bordertop
{
	background-color: #4d662c;

	margin-top: 0;
	margin-left: 0;
}

#nav {
  background: red;
  position: absolute;
  top: 48px;
  left: 448px;
  width: 106px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #8dc445 url(images/menu_bg.gif) repeat-y;
}

#nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid white;
}

#nav a {
    color: #387009;
    text-decoration: none;
    display: block;
    padding: 6px 0 6px 30px;
}

* html #nav a {
    width: 100%;
    w\idth: 76px;
    padding: 5px 0 5px 30px;
    padd\ing: 6px 0 6px 30px;
}

#nav a:hover {
    background: #5b8c29;
    color: white;
}
