﻿html
{
	overflow-y:scroll;
}

body 
{
	margin-top:0px;
	padding-top:0px;
	background-image:url("image/back.png");
	background-repeat:repeat-x;
	background-color:#e7f7fc;
}

.main
{
	width:938px;	
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding: 0px 14px 14px 14px;
	background-color:#99cc00;
}

.header
{
	width:938px;
	margin:0px 0px 14px 0px;
}

.leftnav
{
	width:223px;
	margin: 0px 14px 0px 0px;
	float:left;
}

.leftnav ul
{
	list-style-type: none;
	padding:0px;
	margin: 0px 0px 14px 0px;
}

.leftnav li
{
	width: 223px;
	height: 25px;
	background-color: #a9d429;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color:#003300;
	margin-bottom:2px;
}

.leftnav li a
{
	padding: 0px 5px 0px 10px;
	display:block;
	width: 195px;
	line-height:25px;
	color:#003300;
	text-decoration: none;
}

.leftnav li a:hover
{
	color:#923b1f;
}

.rightcontent
{
	background-color:#ffffff;
	width:700px;
	text-align:center;
	float:right;
	background-image: url("images/lillybg.gif");
	background-position:center;
	background-repeat:no-repeat;
	padding-bottom:15px;
}

.rightcontent a
{
	text-decoration:none;
}

.leftnav .line
{
	margin-top:14px;
	float:right;
	clear:right;
	width:200px;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	color:#003300;
}

.leftnav .linebold
{
	margin-top:14px;
	float:right;
	clear:right;
	width:200px;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color:#003300;
}

.leftnav .lineimage
{
	padding-top:5px;
	margin-top:14px;
	margin-right:5px;
	float:left;	
}

.break
{
	float:none;
	clear:both;	
}

img
{
	border:none;
}

p
{
	margin:0px;
	padding:0px;	
}

.coeus
{
	width:100px;
	display:block;
	margin: 15px auto auto auto;	
}