﻿/*
* {
	margin: 0;
	padding: 0;
}
*/

body {
	background: #FFFFFF;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

.error
{
	color: Red;
	font-weight: bold;
}

td,th
{
	padding: 4px 5px 4px 5px;
}

tr.headerrow
{
	background-color: #8FC83A;
	color: White;
	font-weight: bold !important;
}

tr.highlightrow
{
	background-color: #DBD9C5;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

a:link {
	color: #1953A7;
	text-decoration: none;
}

a:visited {
	color: #1953A7;
	text-decoration: none;
}

.header
{
	font-weight: bold;
	font-size: 135%;
	color: #ED5C0C;
}

.titlebar
{
	background-color: #8DC738;
	width: 100%;
	padding: 4px 5px 4px 5px;
}

a.whitelink
{
	font-weight: bold;
	color: White;
}

/* Menu */

#menu {
	width: 990px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

/* Page */

#page {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content */

#content {
	float: left;
	width: 770px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}
