html,body
{
	margin:0;
	padding:0;
	font-family: "Goudy Old Style", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
}
#site
{
	width: 770px;
	margin: 0 auto;
	background-color: #E9F0E6;
	background-image: url("images/contentbg.jpg");
	background-position: 0 235px;
	background-repeat: no-repeat;
}

h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.0em; margin: .5em 0;display:inline;}
.alert {color:red;}
td {vertical-align:top;}
th {background-color:#A7C299;text-align:center;}

img
{
	border:0;
}

.center
{
	text-align:center;
}
.left {float:left;}
.clearleft {float:left;clear:left;}
.right {float:right;}
.clearright {float:right;clear:right;}
img.left, img.clearleft
{
	margin: 0 1em .5em 0;
}
img.right, img.clearright
{
	margin: 0 0 .5em 1em;
}
.tleft{text-align:left;}
.tright{text-align:right;}

a:link, a:visited
{
	color: #000066;
	text-decoration: underline;
}
a:visited
{
	color: #333366;
}
a:hover
{
	color: #990000;
}

.p {margin: 1em 0;padding:0;}

div.spacer{clear:both;}

#header
{
	width: 100%;
	height: 235px;
	top: 0;
}

		#flash
		{
			width: 770px;
			height: 235px;
		}
	
	#menu
	{
		width: 100%;
		height: 18px;
		margin: 184px auto 0;
		background-color: transparent;
		color: #FFFFFF;
		font-family: "Times New Roman", Times, serif;
		text-transform: uppercase;
	}
		#menu a:link, #menu a:visited
		{
			color: #FFFFFF;
			text-decoration: none;
		}
#content
{
	margin: 0 1em;
	text-align: left;
}
	.largetext
	{
		font-size: 1.2em;
		line-height: 1.6em;
		color: #333333;
	}
	.largetext p:first-letter
	{
		font-family: "Brush Script MT", Helvetica, Arial, sans-serif;
		font-size: 2em;
		color: #A8C49B;
	}
	
.list td{padding-right:10px;}
	
#bottommenu
{
	margin:.5em;
	font-size:.8em;
	color:#666666;
}
#footer
{
	height: 18px;
	padding: 0 1em;
	background-color: #5E573D;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
}
#footer2
	{
		font-family: Helvetica, Arial, sans-serif;
		font-size: .7em;
		width: 770px;
		margin: 0 auto;
		text-align: right;
		background-color: transparent;
		color: #888;
		clear: both;
	}
		#footer2 a:link
		{
			background-color: transparent;
			color: #888;
			text-decoration: underline;
		}
		#footer2 a:visited
		{
			background-color: transparent;
			color: #888;
			text-decoration: underline;
		}
		
		#footer2 a:hover
		{
			background-color: transparent;
			color: #000;
			text-decoration: none;
		}
		
#sticky
{
	position:absolute;
	top:254px;
	margin-left:-50px;
	cursor:pointer;
	background:url("images/sticky_note.png") top left no-repeat;
	width:194px;
	height:204px;
}