﻿* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #FFFFFF;
	font-family: "Lucida Sans", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #666666;
}
img {
	border-style: none;
}
a {
	color: #669933;
}
h1,h2,h3,h4,h5 {
	margin-bottom: 5px;
	padding-top: 5px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
p span {
	font-weight: bolder;
	font-size: larger;
}
fieldset {
	border-style: none;
	padding: 10px;
}
label {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
fieldset input {
	width: 250px;
	height: 25px;
}
textarea {
	width: 250px;
	height: 200px;
	overflow: auto;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	margin-top: 1em;
}
#masthead {
	background-image: url('images/masthead.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 930px;
	height: 135px;
}
#masthead h1 {
	text-indent: -5000px;
}
#content {
	background-image: url('images/container-bg.gif');
	background-repeat: repeat-y;
	background-position: left top;
	width: 730px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}
#content h2 {
	color: #669933;
	font-size: 1.5em;
}
#footer {
	background-image: url('images/container-bg-bottom.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 930px;
	height: 100px;
}
#footer p {
	text-align: center;
	font-size: 0.8em;
	padding-top: 60px;
}
#nav {
	width: 930px;
	margin-top: 10px;
	padding-bottom: 10px;
	height: 170px;
}
#blurb {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#submit {
	display: block;
	width: 5em;
	height: 30px;
	margin-top: 10px;
}
.button {
	background-image: url('images/task-panel-bg.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 162px;
	height: 166px;
	float: left;
	display: inline;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.button h3 {
	color: #FFFFFF;
	font-size: 1.0em;
	margin-top: 10px;
	text-align: center;
}
.button img {
	margin-top: 10px;
}
.button p {
	width:150px;
	margin-left:5px
}
.button p a {
	padding-top: 20px;
	font-size:0.9em;
	text-decoration:none;
	width:150px
}
.button p a:hover {
	text-decoration:underline
}
.clear {
	clear: both;
}

