﻿body
{
	font-family:Arial;
	font-size: 0.8em;
	text-align:center;
	background-color:#ffffff;
}

#page
{
	width:800px;
}

#left_nav
{
	float:left;
	width:165px;
	font-size:0.9em;
	font-family:Arial;
}

#content
{
	font-family:Arial;
	text-align:center;
}

#footer
{
	 width:inherit;
	 text-align:center;
	 clear:both;
}

#shelternav
{
	width:400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#shelternav #column1
{		
	float:left;
	text-align:left;
}
#shelternav #column2
{		
	float:right;
	text-align:left;
}
#shelternav a
{
	height:25px;
	color:Blue;
	text-decoration:none;
	vertical-align:middle;
	padding:3px 2px 3px 2px;
	font-size:10pt;
}
#shelternav a:hover
{
	color:white;
	background-color:Red;
}

#shelternav img {vertical-align:middle;}

.shelterlink
{
	height:25px;
	color:Blue;
	text-decoration:none;
	vertical-align:middle;
	padding:3px 4px 3px 4px;
	font-size:10pt;
}
.shelterlink img {vertical-align:middle;}
.shelterlink:hover
{
	color:white;
	background-color:Red;
}

.sheltertitle
{
	font-weight:bold;
	font-size:1.0em;
}
.sheltertext
{
	width:400px;
	text-align:left;
}
