/* CSS Document */

#wrapper {
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #350000;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#banner1 {
	height: 120px;
	width: 780px;
	padding-bottom: 10px;
	background-image: url(Images/Use/collage.jpg);
	background-repeat: no-repeat;
}
#banner2 {
	height: 80px;
	width: 780px;
	background-repeat: no-repeat;
	background-image: url(Images/Use/Philip-Hughes.gif);
	margin-bottom: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
#column1 {
	width: 120px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: medium;
	border-right-style: solid;
	border-top-color: 009933;
	border-right-color: #009933;
	border-bottom-color: #009933;
	border-left-color: #009933;
}
.list {
	list-style-position: outside;
	list-style-image: url(Images/Use/notes.gif);
	line-height: 4em;
}

#column2 {
	padding: 10px;
	width: 445px;
	float: left;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #009933;
	margin-bottom: 10px;
}
#column3 {
	width: 100px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;

}
#footer {
	text-align: right;
	padding: 10px;
	height: 20px;
	width: 760px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #009933;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
}
div.clearfloats {clear:both;}
a:link {
	color: #721A28;
	letter-spacing: 0.1em;
	text-decoration: none;
}
a:visited {
	color: #721A28;
	text-decoration: none;
}
a:hover {
	color: #009933;
	text-decoration: none;
}
a:active {
	color: #009933;
	text-decoration: none;
}

