﻿body {
	padding: 0px;
	margin: 0px;
	background-color: #EEEEEE;
	background-image: url('images/gradientbackground.jpg');
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #113355;
}

#masthead {
	border: thick #113355 double;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#top_nav {
	border: thick #113355 double;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	border: thick #113355 double;
	position: relative;
	width: 750px;
	line-height: 150%;
	background-color: #EEEEEE;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#page_content {
	padding: 20px;
	margin-right: 300px;
	min-height: 610px;
	height: auto !important;
	height: 610px;
}

#right_col {
	width: 250px;
	position: absolute;
	padding: 25px;
	right: 0px;
	top: 0px;
}

#footer {
	border: thick #113355 double;
	position: relative;
	width: 700px;
	background-color: #113355;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #eeeeee;
	clear: both;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

a:link {
	color: #557799;
	font-weight: bold;
}
a:visited {
	color: #FFCC66;
	font-weight: bold;
}

a:hover {
	color: #D64822;
	font-weight: bold;
}

#footer a:link {
	color: #FFCC66;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited {
	color: #557799;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #D64822;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	color: #113355;
	text-align: center;
	line-height: 150%;
	margin-top: 0px;
}

.noborder {
	border-width: 0px;
}

.centerimg {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.tinytext {
	font-size: 6pt;
	line-height: 120%;
}
.quote {
	font-style: italic;
	border: thick double #113355;
	padding: 10px;
	background-color: #99BBDD;
	width: 230px;
}
.imgborder {
	border: thick double #113355;
}
.paintbdr {
	border: 2px solid #113355;
}
.center {
	text-align: center;
}
.paintimg {
	text-align: center;
	border: 2px solid #113355;
	font-size: 8pt;
	line-height: 120%;
}
.bold {
	font-weight: bold;
}
#formbox {
	padding: 10px;
	border: thick #113355 double;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}

.sale {
	color: #D64822;
	font-weight: bold;
}
