/*
	    name: style.css
	function: provides the basic styles for the entire site
*/


body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding: 0px;
	background-color: #973a2b;
}

table, img {
	border: 0px;
}

td,p,li {
	font-family: Helvetica,Arial,sans-serif;
	text-align: justify;
}

h1 {
	clear: both;
	padding-left: 10px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: x-large;
	font-family: Georgia,"Times New Roman",Times,serif;
	border-bottom: 1px solid #999999;
}

h2 {
	clear: both;
	border-bottom: 1px solid #333333;
	margin-bottom: 0px;
	margin-top: 30px;
	font-size: large;
	font-family: Georgia,"Times New Roman",Times,serif;
}

h3 {
	clear: both;
	border-bottom: 1px solid #333333;
	margin-bottom: 0px;
	margin-top: 30px;
	font-size: medium;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.body {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.top {
	height: 243px;
	background-image: url('/aoclogo2.gif');
	background-position: center;
	background-repeat: no-repeat;
}

.navigation {
	padding: 5px;
	background-color: #f7f7f7;
}
.navigation ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.navigation ul li {
	display: inline;
	color: #999999;
}

.content {
	text-align: justify;
	padding: 10px;
	padding-top: 1px;
}

.columnLeft {
	width: 275px;
	float: left;
}

.columnRight {
	width: 275px;
	float: right;
}

table.events {
	border-collapse: collapse;
}
table.events tr td {
	padding: 3px;
	vertical-align: top;
	text-align: left;
}
table.events tr td.date {
	font-weight: bold;
}
table.events tr td.event ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}
table.events tr td.event ul li {
	font-size: smaller;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
}

.photoRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.footer {
	font-size: x-small;
	margin-top: 10px;
	text-align: right;
}

a:link           { color: #863C3C; text-decoration:none; }
a:active         { color: #863C3C; text-decoration:none; }
a:visited        { color: #863C3C; text-decoration:none; }
a:hover          { color: #863C3C; text-decoration:underline;}

a.menu:link	 { color: #ffffff; text-decoration:none; }
a.menu:active    { color: #ffffff; text-decoration:none; }
a.menu:visited   { color: #ffffff; text-decoration:none; }
a.menu:hover     { color: #ffffff; text-decoration:none;}
