html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url (images/pagebg.jpg) repeat-x left top;
	font-size: 14px;
	text-align: justify;
	color: #273840;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/pagebg2.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

a {
	color: #006600;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #006666
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	background-image: url(../images/h2arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: left center;
}
#right h2 {
	text-align: center;
	border-bottom-style: dashed;
	border-color: #999999;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-top-width: 1px;
	padding: 2px;
	background-image: url(none);
}


h2.bigger {
	font-size: 15px;
	text-transform: uppercase;
	color: #003399;
	text-decoration: underline;
	background-image: url(none);
	text-align: center;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #000000;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 12px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px;
background: black url(images/blockdefault.gif) center center repeat-x;
background-image: url(../images/blockdefault.gif);
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 16px 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: #FFFFFF;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #FFFFFF;
background: transparent url(images/blockactive.gif) center center repeat-x;
background-image: url(../images/blockactive.gif);
}
p, ol, ul {
	margin-top: 0px;
}

.img1 {
	float: left;
	margin: 4px 15px 15px 0px;
	border: 1px solid;
	border-color: #89B8FF;
}

#wrapper {
	width: 720px;
	height: 100%;
	min-height: 100%;
	margin: 10px auto;
	padding: 30px;
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #89B8FF;
}

html, body #wrapper {
	height: auto;
}

#header {
	margin-bottom: 15px;
	border: 1px solid;
	border-color: #4F7383;
	height: 90px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	border-color: #4F7383;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-transform: none;
}

#specials {
	margin-bottom: 15px;
	border: 0;
}

#content {
}

#left {
	float: left;
	width: 518px;
}

#right {
	float: left;
	width: 170px;
	margin: 0px 0px 0px 20px;
	text-align: left;
}


#main {
	float: left;
	width: 718px;
}

#footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	border-top: 1px dashed;
	border-color: #66A4FF;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
}

#footer a {
	padding: 0px 2px;
}
#footer a:hover {
	text-decoration: none;
}

#footer p {
	text-align: center;
	font-size: 10px;
}
#copy {
	clear: both;
	padding: 10px 0px 0px 0px;
}
.copy {
	color: #003366
}

.copy a{
	color: #006600;
}
.leftimg {
	float: left;
	padding-right: 10px;
}
.rightimg {
	float: right;
	padding-left: 10px;
}
.iframe {
	border: 1px solid;
	padding-left: 5px;
	border-color: #608B9F;
}
#pagebottom {
	background-image: url(../images/pagebottom.gif);
	background-repeat: repeat-x;
	height: 90px;
	position: absolute;
	bottom: auto;
	clear: both;
	width: 100%;
	left: 0px;
	z-index: 1;
}
.icon {
	vertical-align: text-bottom;
	padding-right: 10px;
}

