﻿body {
	font-family: tahoma, Helvetica, arial, sans-serif;
	color: #000000;
	background-color: #abc;
	background: #fff url('../images/tile.png') top;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0 auto 0 auto;
	width: 800px;
}
#container {
	width: 800px;
	margin: 0 auto;
	background: #fff top;
}

#masthead {
	background-color: #FE000A;
	height: 208px;
	width: 800px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}
#navigation {
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	background-color: #FE000A;
	clear: both;
	width: 800px;
}
#navigation ul {
	list-style-type: none;
	width: 419px;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 10 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}

#mastheadaddress {
	margin: 0 0 0 0;
	border-left: thin none black;
	border-right: thin none black;
	border-top: thin none black;
	border-bottom: thin solid black;
	height: 34px;
	background-color: #FE000A;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 800px;
	color: #FFFFFF;
}

#rtside {
	width: 342px;
	float: left;
	top: 3px;
	margin-left:10px;
}


.imgfltrt {
	margin: 0px;
	padding-left:24px;
}

.imglogo {
	margin: 0px;
	padding-left: 10px;
}

#page_content {
	width: 800px;
	background-color: #FFFFFF;
	height: auto;
}
#footer {
	border-bottom: 1px;
	width: 800px;
	clear: both;
	overflow: auto;
	text-align: center;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}
#footer p {
	color: #000000;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 6px;
	height: 19px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}


#tagline {
	width: 780px;
	height: 34px;
	font-family: "Comic Sans MS";
	font-size: 24px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	clear: both;
	float: left;
	margin: 0 0 0 0;
	margin-top: 10px;
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 10px;
}


