@import url("../css/madissen_core_import.css");

/* Copyright 2003 Madissen Stewart. All Rights Reserved.
-------------------------------------------------------------------------------- */

/* General
-------------------------------------------------------------------------------- */

html, body, div, h1, h2, p, ul, li, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

body
{
	margin: 0px auto 10px auto;
	width: 700px;
	color: #000000;
	background-color: #FAE8C2;
	background-image: url(../images/backgrounds/parch.jpg);
	background-repeat: repeat;
}

a:link, a:visited, a:active
{
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
}

a:hover
{
	color: #FF0000;
	background-color: #FFFF00;
	text-decoration: underline;
}

#topnav
{
	font-size: 9pt;
	font-weight: bold;
	color: white;
	background-color: green;
	text-align: center;
	padding: 4px 0px 4px 0px;
	margin-bottom: 20px;
}

#topnav a:link, #topnav a:visited, #topnav a:active
{
	color: white;
	background-color: green;
	text-decoration: none;
	padding: 2px 12px 2px 12px;
}

#topnav a:hover
{
	color: yellow;
	background-color: green;
	text-decoration: underline;
	padding: 2px 12px 2px 12px;
}

h1
{
	font-size: 18pt;
	text-align: center;
	color: #006633;
	background-color: transparent;
}

h2
{
	font-size: 14pt;
}

td
{
	vertical-align: top;
}

.bold
{
	font-weight: bold;
}

.imagePhoto
{
	padding-bottom: 5px;
}

.photoCaption
{
	font-size: 9pt;
	font-weight: bold;
}

.formLabel
{
	font-weight: bold;
	color: #006633;
	background-color: transparent;
	text-align: right;
}

#footer
{
	font-size: 9pt;
	text-align: center;
	padding-top: 10px;
	margin-top: 40px;
	border-top: 2px solid green;
}
