body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #808000;
	background: #555522;
	margin-top: 16px;
}

.page {
	width: 780px;
	margin: 0 auto;
	font-size: 1.2em;
}

.header{
	height: 160px;
}

.picShadow {
    float: left;
	background: url('../images/shadow.png');
	width: 280px;
	height: 145px;
	margin: 0 0 0 20px;
}

.leftImage{
	position: relative;
	top: -5px;
	left: -6px;
	width: 280px;
	height: 145px;
}

.caption{
	float: left;
	margin: 30px 10px 0;
}

.shadow {
	width: 780px;
    position: relative;
	top: 5px;
    left: 8px;
	background: url('../images/shadow.png');
}

.content {
	position: relative;
	top: -5px;
	left: -8px;
	width: 740px;
	border: 1px solid #000000;
	padding: 0 20px 20px;
	background: #ffeedd;
}

.clearboth{
	clear: both;
}

.logo {
	float: left;
	font-size: 2.4em;
	color: #800000;
	padding: 10px 0 24px;
	margin: 0;
}

.desc {
	float: right;
	font-size: 1.4em;
	color: #777777;
}

.links {
	padding: 0 0 20px;
	text-align: center;
	clear: both;
}

.links a {
	padding: 0 20px;
	font-weight: bold;
	text-decoration: none;
	color: #808000;
}

.links a:hover {
	color: #800000;
}

.footer {
	padding: 20px 0 0;
	text-align: center;
	text-decoration: none;
	color: #bbaa55;
}

.footer a {
	padding: 0 12px;
	font-weight: none;
	text-decoration: none;
	color: #bbaa55;
}

.footer a:hover {
	color: #ffffff;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a {
	text-decoration: none;
	color: #808000;
}

a:hover {
	color: #800000;
}

a img {
	border: 0 none;
}

p, li {
	line-height: 1.6em;
}

h1, h2 {
	font-size: 1.5em;
}

h2 {
	margin-bottom: 0px;
}

h3 {
	margin-top: 0px;
}

.smaller {
	font-size: 1.2em;
}

.box table {
	border-collapse: collapse;
	width: 100%;
}

.box table, th, td {
	border: 1px solid #aaaaaa;
}

.box td {
	padding: 15px;
}

 label
{
width: 135px;
float: left;
text-align: right;
margin-right: 10px;
display: block
}

input
{
color: #000000;
background: #ffffff;
border: 1px solid #aaaaaa;
width: 340px;
}

.submit input
{
margin-left: 145px;
color: #ffffff;
background: #800000;
border: 2px outset #aaaaaa;
width: 100px;
}

fieldset
{
border: 1px solid #aaaaaa;
width: 500px;
}

legend
{
color: #ffffff;
background: #800000;
border: 1px solid #aaaaaa;
padding: 2px 6px
}

.centre {
	margin: 0px auto;
	width: 500px;
}

.burgandy {
	font-weight: bold;
	color: #800000;
}

.line-through {
	text-decoration: line-through;
}

