﻿body
{
	background: #FFFFFF url(images/tile_main.jpg) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0 0 0 12px;
	padding:15px 0;
}

#main
{
	position:relative;
	width:750px;
	margin:auto;
	text-align:left;
}

#header
{
	border-bottom: double 3px #669900;
	padding-bottom:10px;
	text-align:center;
}


#header h1
{
	font-size:1.5em;
	color:#669900;
}

#header h2
{
	font-size:1.3em;
	color:#669900;
}

#content
{
	padding:15px;
}

#content h2
{
	color:#669900;
	font-size:1.2em;
}


#content h3
{
	font-size:1.1em;
	color:#669900;
}

table.SubmitOrFinish td
{
	width:50%;
}

td.submit
{
	background-color: #f0fff0;
}

td.finish
{
	background-color: #ccffcc;
}

div#viewall
{
	width:698px;
	height:45px;
	border:solid 2px #000;
	padding:5px 8px 3px 8px;
	margin-top:10px;
	margin-right:15px;
	background-color:#ffc;
}

.viewallbtn
{
	padding:3px;
	float:left;
}

div#viewall div.button
{
	float:left;
	width:25%;
}

div#viewall div.text
{
	float:right;
	width:75%;
	padding-top:4px;
}

#footer
{
	font-size:.9em;
	color:Gray;
	border-top:solid 1px #669900;
}

#footer p
{
	line-height:1em;
	margin:4px 10px;
}