@charset "utf-8";
/* CSS Document */
body
{
background:#F2EFBA;
margin:0px;
padding:10px 0px 0px 0px;
text-align:center;
font-family:Calibri, Verdana, Geneva, sans-serif;
font-size:small;
}

h1
{
	color:#81A634;
	font-size:24px;
	font-weight:bold;
	padding:0px;
	margin:5px 0px;
}

h2
{
	color:#81A634;
	font-size:16px;
	font-weight:bold;
	padding:0px;
	margin:5px 0px;
}

ul {
text-align:left;
margin:10px 0px 0px 0px;
}

a
{
	text-decoration:none;
	color:#81A634;
}

a:hover
{
	text-decoration:underline;
}
li {
	list-style:none;
	font-size:18px;
	font-weight:bold;
	color:#81A634;
	line-height:25px;
	margin:0px;
}

#container
{
width:810px;
height:auto;
margin-left:auto;
margin-right:auto;
}

#logo
{
	float:left;
	width:310px;
	height:75px;
	margin:20px 0px 0px 20px;
}

#headerInfo
{
	float:right;
	color:#81A634;
	font-size:24px;
	font-weight:bold;
	text-align:right;
	width:200px;
	height:60px;
	margin:20px 30px 0px 0px;
}

#header
{
width:100%;
height:100px;
background-image:url(images/headerBack.jpg);
background-repeat:no-repeat;
padding:0px;
margin:0px;
float:left;
}

#mainContainer
{
float:left;
width:100%;
height:auto;
background:url(images/backSlice.jpg);
background-repeat:repeat-y;
padding:0px;
margin:0px;
}

#innerContainer
{
	float:left;
	width:770px;
	height:auto;
	margin-left:20px;
	margin-right:20px;
	padding-top:5px;
	border-top:solid 1px #81A634;
	background-image:url(images/lilliesBack.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#menuBar
{
	width:200px;
	float:left;
	height:400px;
}

#mainCopy
{
	width:550px;
	margin-left:20px;
	float:left;
	height:auto;
	text-align:left;
	vertical-align:top;
}

#mainCopy img
{
	border:0px;
	padding:10px 10px 10px 0px;
	float:left;
}

#FlashID
{
	border:0px;
	padding:10px 10px 10px 0px;
	float:left;
}

#footer
{
	float:left;
	width:770px;
	height:70px;
	margin-left:20px;
	margin-right:20px;
	padding-top:5px;
	border-top:solid 1px #81A634;
	text-align:center;
}

#footerText
{
float:left;
width:570px;
text-align:center;
}

#footerLogoLeft
{
	width:100px;
	height:70px;
	float:left;
}

#footerLogoRight
{
	width:100px;
	height:70px;
	float:right;
}

#pageBottom
{
	margin-left:1px;
	float:left;
	width:810px;
	height:16px;
	background-image:url(images/pageBottom.jpg);
	background-repeat:no-repeat;
}

