body {
	background-color: #F0F0F0;
	font-family: Tahoma;
	font-size: 11pt;
}

div#wholepage {
	border: 1px solid black;
	width: 780px;
}

div#menutop {
	background-image: url(../images/top.jpg);
	width: 780px;
	height: 130px;
	position: relative;
}

div#bottom {
	position:relative;
	background-image: url(../images/bottom.jpg);
	width: 780px;
	height: 69px;
}

div#main {
	position:relative;
	background-color: white;
	width: 780px;
}

div#leftmenu {
	width: 181px;
	background-color: #3e3571;
	overflow: hidden;
}

div#content {
	width: 560px;
	padding: 15px;
	font-family: Tahoma;
	font-size: 12px;
}

div.boxname {
	background-image: url(../images/boxtop.jpg);
	background-repeat: no-repeat;
	width: 183px;
	height: 36px;
	padding: 7px;
	color: white;
	font-size: 14px;
	font-weight: bold;
}

div.boxcontent {
	width: 183px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 25px;
	color: white;
	font-size: 12px;
}

div#today {
	position: absolute;
	left: 47px;
	top: 9px;
	font-size: 12px;
	color: black;
	font-weight: bold;
	width: 76px;
	height: 87px;
	z-index: 5px;
	
}

div#today2 {
	position: absolute;
	left: 540px;
	top: 32px;
	font-size: 12px;
	color: black;
	font-weight: bold;
	
}

div#slogan {
	font-family: Tahoma;
	color: white;
	font-size: 12px;
	padding: 5px;
	padding-bottom:10px;
	font-weight: bold;
	text-align:center;
}

div#copyright {
	position: absolute;
	font-size: 11px;
	color: white;
	left: 35px;
	top: 35px;
}

div#menubottom {
	width: 400px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	position: absolute;
	left: 270px;
	top: 37px;
}

div.menubottomone {
	display: inline;
	margin-left: 30px;
}

div.menutoptext {
	position: absolute;
	left: 183px;
	top: 70px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	overflow: hidden;
}

div.menuactive, div.menunotactive {
	margin-left: 1px;
	width: 103px;
	text-align: center;
	border: 0px solid black;
	height: 40px;
	padding-top: 17px;
	float:left;
}

div.menuactive {
	margin-left: 0px;
	background-image: url(../images/menuactive.jpg);
	background-repeat: no-repeat;		
}

a.abottom { color: white; text-decoration: none; }
a.abottom:hover { color: white; text-decoration: underline; }


div.menutoptext a { color: white; text-decoration: none; }
div.menutoptext a:hover { color: white; text-decoration: underline; }

.footer {
	font-size: 10px;
}

.footer a { color: black; text-decoration: none; }
.footer a:hover { color: black; text-decoration: underline; }

input.textt, textarea.texta {
	width:250px;
	font-size:8pt;
}

textarea.texta {
	height:150px;
	scrolling:no;
}

input.textt {
	height:15px;
}

.sendbutton {
	font-size:8pt;
	background-color:#c3cfdb;
	border:1px solid #b6b6b6;
	color:#8a0401;
	font-weight:bold;
}

.form_error {
	font-size: 10px;
	color: red;
}

td.lefttr {
	background-color: #3e3571;
}

td.maintr {
	background-color: white;
}