@charset "utf-8";
/*
colors:
5a5a50
56565d
6d6b52
FFFFFF
*/

*
{
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
}

body
{
	background-color: #FFF;
	min-width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(logo2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#container {
	width:1000px;
}
.top
{
	width: 100%;
	height: 140px;
	background-image: url(topBar.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.menu
{
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	background-color: #506f55;
	margin-bottom: 10px;
	margin-left: 205px;
}

.menu a
{
	display: inline;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	color: #FFFFFF;
	border: 4px #506f55 solid;
}

.menu a:hover
{
	color: #000000;
	background-color: #FFFFFF;
	border: 4px #FFFFFF solid;
}

.left
{
	position: absolute;
	width: 200px;
	color: #FFFFFF;
	font-weight: bold;
	left: 5px;
	top: 140px;
}

.left > div
{
	width: 200px;
	text-align: center;
	background-image: url(flour.png);
	background-repeat: repeat-x;
	padding-top: 25px;
	border-bottom: 5px #000000 solid;
	background-color:#536F56; /*#5a5a50*/
	margin-bottom: 15px;
}

.left div p
{
	margin-bottom: 10px;
}

.main
{
	position: relative;
	margin-left: 220px;
	margin-right: 10px;
	min-height: 200px;
	padding: 5px;
	padding-left: 1em;
	padding-right: 25px;
	background-color:#536F56; /*#5a5a50*/
	color: #FFFFFF;
	background-image: url(flour2.png);
	background-repeat: repeat-y;
	background-position: right;
	border-top: 5px #000000 solid;
	border-bottom: 5px #000000 solid;
}

h1, h5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {font-family:Georgia,'Times New Roman',serif;padding:5px 0px;}
h3 {color:#FC0;font-family:Verdana,sans-serif;font-weight:normal;margin-top:10px;}

h4, h4 a {color:#FFF;font-family:Georgia,'Times New Roman',serif;font-weight:normal;}
h5 a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

h4 a:hover, h5 a:hover
{
	text-decoration: underline;
}

hr
{
	border-style: solid;
	border-width: 0px;
	border-top-width: 1px;
}

div.main img
{
	margin: 5px;
}

a img
{
	border-width: 0px;
}

a
{
	color: #FFFFFF;
}

a:hover
{
	color:#FFFF99;
}

input
{
	width: 155px;
	height: 20px;
	background-color: #5a5a50;
	background-image: url(inputBack.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-width: 0px;
	padding-top: 3px;
	margin: 0px;
}

select
{
	height: 20px;
	background-color: #FFFFFF;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

a.here
{
	border-bottom:2px solid #FFF;
	cursor: default;
	color: #FFF;
}

a.here:hover
{
	color: #000000;
	border-color: #506f55;
	background-color: #506f55;
}