﻿html {
  height: 100%;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	background: #ffeda9;
	height: 100%;
}
table#start td {
	width: 140px;
	height: 140px;
	color: #fff;
}

p {
	width: 100%;
	line-height: 30px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: none;
	color: #ffeda9;
}

.menu:hover {
	color: #fff;
}

#content {
	width: 943px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.header {
	height: 150px;
	vertical-align: bottom;
}

.footer {
	height: 20px;
}

.topmenu {
	height: 41px;
	background: url('images/topmenu_bg.gif');
	text-align: left;
	padding-left: 260px;
	text-indent: 260px !important;
	text-indent: 0px;
}

.topmenu a {
	width: 100%;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
	margin: 0;
	height: 22px;
	display: inline;
}

.topmenu a:hover {
	color: #9e0c0f;
}

.left {
	vertical-align: top;
	width: 230px;
	padding: 20px 20px 20px 0px;
	text-align: right;
}

.left a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
	padding: 2px 30px 2px 0px;
	margin: 0;
	width: 180px;
	height: 22px;
	display: block;
	float: right !important;
	float: none;
}

.left a.style1 {background: url('images/menu_style1.gif') no-repeat right 50%;} .left a.style1:hover {color: #dd6e1d;}
.left a.style2 {background: url('images/menu_style2.gif') no-repeat right 50%;} .left a.style2:hover {color: #9e0c0f;}
.left a.style3 {background: url('images/menu_style3.gif') no-repeat right 50%;} .left a.style3:hover {color: #66b446;}
.left a.style4 {background: url('images/menu_style4.gif') no-repeat right 50%;} .left a.style4:hover {color: #01652f;}

.data {
	vertical-align: top;
	padding: 20px 0px 20px 20px
}

h2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
}

