﻿/* HTML TAG DEFINITIONS */
h1 {
	color: #000000;
	font: bold 22px Georgia, Georgia, serif;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

html {
	height: 100%; 
	margin-bottom: 1px;}

body {
	font: normal 80% Verdana, Verdana, Geneva, sans-serif;
	background: #404040;
	color: #505050;
	text-align: center;
	margin: 10px 0 0 0;
}

hr {
	background-color: #bf201a;
	color: #bf201a;
	height: 1px;
	width: 100%;}

img {
	border: none;}

ul {
	padding: 0;
	margin: 0 0 0 17px;
	list-style: square;}	


a {
	color: #bf201a;
	text-decoration: none;
	font-weight: bold;}

a:hover {
	color: #727272;
	text-decoration: underline;
	font-weight: bold;}
	
	

/* PAGE LAYOUT IDs */

#wrapper {
	background: #fff url('images/wrapperbg2.jpg');
	text-align: left;
	width: auto;
	margin: 0 auto;
	font-family: Georgia;
}
	
#logoimage {
	height: 200px;
	width: 750px;
}
	
#navigation {
	background: #bf201a url('images/navbar.jpg');
	text-align: center;
	color: #fff;
	font-size: small;
	padding: 8px 0 0 0;
	height: 22px;
	vertical-align: middle;
}
	
#navigation a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;}

#navigation a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;}
	
#sidebar {
	width: 230px;
	float: left;
	text-align: left;
	font-size: 85%;
	padding: 10px;}
	
#content {
	width: 480px;
	float: right;
	text-align: left;
	line-height: 1.6em;
	padding: 10px;
	font-family: Georgia;
	font-size: small
}

#footer {
	clear: both;
	background: #fff url('images/footer.jpg') no-repeat;
	color: #606060;
	height: 40px;
	text-align: left;
	line-height: 2em;
	font-size: 85%;
	padding: 10px 0 0 15px;
	height: 50px;
	border-top: 3px solid #7a140f;}
	
#footer a {
	font-weight: normal;}
	
#footer a:hover {
	font-weight: normal;}
	
#footer p {
	padding: 0;
	margin: 0;}



/* FORMATTING CLASSES */

	

fieldset {
	width: auto;
	-moz-border-radius: 12px;
	color: #000000;
	text-align: left;
} 

legend {
	color: #000000;
	font-weight: bold;
}

