/* Last edit: 25 Aug 2010 */

body {
	padding: 0;
	background: #7A1A1A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: medium;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7A1A1A;
}

h1 {
	font-size: 2.0em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

p, ul {
	text-align: justify;
}

ul {
	list-style-type: square;
}

a {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.widepic {
	height: 180px;
	width: 240px;
	padding: 10px 20px;
}

.tallpic {
	height: 240px;
	width: 180px;
	padding: 10px 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.title {
	margin: 20px 0 20px 0;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	font-size: 2.4em;
}

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(images/top.gif) no-repeat left top;
}

#menu {
	float: left;
	height: 50px;
}

#menu div {
	float: left;
	height: 35px;
	padding-top: 15px;
	background: url(images/spacer.gif) no-repeat right center;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 15px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu a:focus {
	text-decoration: underline; 
}

.active {
	padding: 0px 15px;
	font-weight: bold;
	color: #000000;
}

#banner {
	margin: 0 auto;
}

#banner img {
	float: left;
	height: 220px;
	width: 285px;
	padding-bottom: 10px;
}

#content {
	width: 860px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	background: #FFFFFF;
}

#logo {
	text-align: center;
}

#logo img {
	width: 300px;
}

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background: url(images/bottom.gif) no-repeat left top;
	text-align: center;
	color: #ffffff;
	font-size: 0.9em;
}

#footer p {
	padding: 0;
	display: inline;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}


#footer a:hover, #footer a:focus {
	text-decoration: underline; 
}

