/* Main Content Area */

body {
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-color: #514E45;
	margin-top: 0px;
	text-align: center;
}

.content {
	background-color: #E6E3DA;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
}

.main-image {
	padding: 10px;
}

h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

.newshead {
	font-family: georgia, serif;
	font-size: 14px;
	color: #ffffff;
	background-color: #993300;
	text-align: center;
	height: 20px;
}

.head-image {
	padding-bottom: -10px;
	margin-bottom: -20px;
	line-height: 0px;
}

a:link {
	text-decoration: underline;
	color: #AF2A14;
}
	
a:active {
	text-decoration: underline;
	color: #AF2A14;
}

a:visited {
	text-decoration: underline;
	color: #AF2A14;
}
	
a:hover {
	text-decoration: none;
}


/* Main Page Sidebar */

.sidebar {
	padding: 30 10 0 -10;
	background-image: url('images/sidebar-bg.jpg');
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	float: right;
	width: 150px;
	margin-left: 10px;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.sidebar ul {
	margin-left: 15px;
	margin-bottom: 10px;
}

.sidebar li {
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent: -13px;
	color: #FF9900;
}

.sidebar a:link {
	text-decoration: underline;
	color: #FF9900;
	}
	
.sidebar a:active {
	text-decoration: underline;
	color: #FF9900;
	}

.sidebar a:visited {
	text-decoration: underline;
	color: #FF9900;
	}
	
.sidebar a:hover {
	text-decoration: none;
	}


/* Bottom Navigation */

.botnav {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	align: center;
}
	
.botnav a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
	
.botnav a:active {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.botnav a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
	
.botnav a:hover {
	text-decoration: underline;
	font-weight: bold;
}


/* Photo Sidebar */

.sidebarphotos {
	background-image: url('images/sidebar-bg.gif');
	background-repeat: repeat-y;
	position: relative;
	text-align: center;
	float: right;
	width: 120px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
}

.sidebarphotos a:link {
	text-decoration: underline;
	color: #F6AC17;
	}
	
.sidebarphotos a:active {
	text-decoration: underline;
	color: #F6AC17;
	}

.sidebarphotos a:visited {
	text-decoration: underline;
	color: #F6AC17;
	}
	
.sidebarphotos a:hover {
	text-decoration: none;
	}