/* 
	This fabulous style sheet was created by Emma Stewart. Yay.
*/

.note {
	background-color: #FFFF99;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #FFF url(../images/bg.gif) repeat-x;
	color: #000;
	text-align: center;
	height: 100%;
}

img {
	border: none;
}

a:link, a:visited, a:active {
	color: #999933;
	text-decoration: none;
}

a:hover {
	color: #999933;
	text-decoration: underline;
}

#container {
	margin-top: 9px;
	margin-bottom: 9px;
	width: 755px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #999966;
}

.greenline {
	background-color: #A9B063;
	height: 15px;
	line-height: 15px;
}

#content {
	text-align: left;
	vertical-align: top;
	width: 547px;
	background-color: #FFF;
}
	#content h1 {
		font-size: 16px;
		font-weight: bold;
		margin: 20px;
	}
	#content h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 20px;
		color: #666666;
	}
	#content p {
		font-size: 12px;
		line-height: 17px;
		text-align: justify;
		margin: 0px 20px 20px 20px;
	}
	#content li {
		font-size: 12px;
		line-height: 18px;
		list-style-type: square;
		margin: 0px 10px 0px 20px;
	}

#feature {
	background-color: #EBEBE0;
	width: 209px;
	vertical-align: top;
	padding-top: 20px;
}
	#feature li {
		list-style: none;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		margin-left: -20px;
	}
	#feature a {
		color: #666;
	}

#footer {
	font-size: 11px;
	margin: 40px 20px 10px 20px;
	color: #333;
}
	#footer a:link, #footer a:active, #footer a:visited {
		text-decoration: none;
		color: #333;
	}
	#footer a:hover {
		text-decoration: underline;
		color: #999;
	}

#form {
	margin-left: 20px;
	margin-right: 20px;
}
	#form th {
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		color: #666666;
		padding: 2px;
		vertical-align: top;
		border-bottom: 1px solid #eee;
	}
	#form td {
		padding: 2px;
		vertical-align: top;
		font-size: 11px;
		border-bottom: 1px solid #eee;
	}
	#form .header {
		font-size: 13px;
		font-weight: bold;
		padding-top: 20px
	}

input.medium {
	width: 200px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}
textarea.large {
	width: 250px;
	height: 150px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}

#photos {
	margin: 60px 0px 10px 10px;
	width: 220px;
}
	#photos td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding: 7px;
		vertical-align: top;
		background-color: #EEEEE0;
	}
	#photos strong {
		font-size: 12px;
	}

#awards {
	margin-left: 20px;
	width: 470px;
}

	#awards th {
		font-size: 11px;
		text-align: left;
		vertical-align: top;
		padding: 5px;
		border-bottom: 1px solid #E5E5D9;
	}
	#awards td {
		font-size: 11px;
		vertical-align: top;
		padding: 5px;
		border-bottom: 1px solid #E5E5D9;
	}



