a:link {
	color: blue;
	}

a:visited { 
	color: blue; 
	}

a:hover {
	color: red;
	text-decoration:none;
		}

a:active {
	color: red;
	}

h1 {
	color: #FFFFFF;
	background-color: #990000;
	}

#sitebranding {
	color: #FFFFFF;
	background-color: #990000;
	margin-left: auto;
	margin-right: auto;
	text-align:center
	
	}


#wrapper {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align:left;
	}
	
#navigation, #bodycontent, #header {
	position: absolute;
	}

#navigation, #bodycontent {
	top: 150px;
	}

#bodycontent {
	margin-left: 150px;
	width: 640px;
	background-color: #D3D3D3;
	}
	
#header {
	width: 100%;
	height: 150px;
	}
	
#navigation {
	width: 150px;
	} 
	
#img {
	border: 15px solid navy;
	}
	
table.events {
	border-collapse: collapse;
	}
	
table.events th, table.events td {
	padding: 4px;
	border:1px solid #660000;
	}
	
table.events th {
	font-size: x-small;
	text-align:left;
	background: #741324 url(images/td.jpg);
	color: #ffffff;
	padding-top:0;
	padding-bottom:0;
	padding-left:2px;
	padding-right:2px;
	}

table.events td {
	font-size: small;
	background: #ffede2 url(images/td.jpg) repeat-x top;
	}
	
table.events caption {
	color: #660000;
	font-size:small;
	text-align:left;
	padding-bottom: 5px;
	font-weight: bold;
	}

table.vic {
	border-collapse: collapse;
	}
	
table.vic th, table.vic td {
	padding: 4px;
	border:1px solid #660000;
	}
	
table.vic th {
	font-size: small;
	text-align:left;
	background: #741324 url(images/td.jpg);
	color: #ffffff;
	padding-top:0;
	padding-bottom:0;
	padding-left:2px;
	padding-right:2px;
	}
table.vic td {
	font-size: medium;
	background: #ffede2 url(images/td.jpg) repeat-x top;
	}
	
table.vic caption {
	color: #660000;
	font-size: medium;
	text-align:left;
	padding-bottom: 5px;
	font-weight: bold;
	}

table.circle {
	border-collapse: collapse;
	
	}
	
table.circle th, table.circle td {
	padding: 4px;
	border:1px solid #660000;
	}
	
table.circle th {
	font-size: small;
	text-align:left;
	background: #741324 url(images/td.jpg);
	color: #ffffff;
	padding-top:0;
	padding-bottom:0;
	padding-left:2px;
	padding-right:2px;
	}
table.circle td {
	font-size: medium;
	background: #ffede2 url(images/td.jpg) repeat-x top;
	
	}
	
table.circle caption {
	color: #660000;
	font-size: medium;
	text-align:left;
	padding-bottom: 5px;
	font-weight: bold;
	}
	
table.easternlink {
	border-collapse: collapse;
	}
	
table.easternlink th, table.easternlink td {
	padding: 4px;
	border:1px solid #660000;
	}
	
table.easternlink th {
	font-size: x-small;
	text-align:left;
	background: #741324 url(images/td.jpg);
	color: #ffffff;
	padding-top:0;
	padding-bottom:0;
	padding-left:2px;
	padding-right:2px;
	}

table.easternlink td {
	font-size: small;
	background: #ffede2 url(images/td.jpg) repeat-x top;
	}
	
table.easternlink caption {
	color: #660000;
	font-size:small;
	text-align:left;
	padding-bottom: 5px;
	font-weight: bold;
	}
