/*Elements*/
HTML
{
	overflow-y: scroll;
}
BODY
{
	background: #BCD1E9 url(images/page-background.jpg) no-repeat top center;
	/*[empty]color:;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	/*[empty]line-height:;*/
}
*
{
	margin: 0;
	padding: 0;
}
HR
{
	display: none;
}
H1
{
	color: #000099;
	/*[empty]font-family:;*/
	font-size: 17px;
	/*[empty]font-weight:;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 4px;
}
H2
{
	/*[empty]color:;*/
	/*[empty]font-family:;*/
	font-size: 15px;
	/*[empty]font-weight:;*/
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	letter-spacing: 1px;
}
H3
{
	/*[empty]color:;*/
	/*[empty]font-family:;*/
	font-size: 14px;
	/*[empty]font-weight:;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
P
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 21px;
	font-weight: normal;
}
A
{
	/*[empty]color:;*/
}
A:hover
{
	/*[empty]color:;*/
}
UL
{
	list-style-position: inside;
	list-style-type: square;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
LI
{
}
A IMG
{
	border: none;
}
TABLE
{
}
TR
{
}
TD
{
}
/*Classes*/
.clear
{
	clear: both;
}
.image-right
{
	float: right;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 18px;
}
.image-left
{
	float: left;
	margin-top: 4px;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.red
{
	color: #FF0000;
}
.invisible
{
	display: none;
}
.logo
{
	color: #000099;
	font-family: "Arial Rounded MT Bold";
	font-size: 27px;
	margin-bottom: 5px;
	margin-top: 9px;
	text-align: right;
	letter-spacing: 0;
}
.tagline
{
	font-size: 13px;
	text-align: right;
	margin-bottom: 0px;
	line-height: 15px;
	letter-spacing: 0;
}
.address
{
	font-size: 11px;
	margin-bottom: 0px;
	color: #000099;
	text-align: right;
	line-height: 12px;
	letter-spacing: 0px;
}
.phone-number
{
	font-size: 23px;
}
/*Pages
Containers*/
#outer-container
{
	/*[empty]background:;*/
	margin: 0 auto;
	/*[empty]width:;*/
}
#container
{
	background: #EEF1FD;
	margin: 0 auto;
	width: 800px;
	margin-top: 13px;
	border: 1px solid #000;
}
/*Header*/
#header
{
	background: #EEF1FD;
	height: 151px;
	width: 218px;
	float: left;
	padding-right: 12px;
	border-bottom: 20px solid #000099;
}
#header-image
{
	float: left;
	border-bottom: 20px solid #000099;
	width: 570px;
	height: 151px;
}
/*Navigation*/
#navigation
{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*[empty]height:;*/
	width: 230px;
	background: #EEF1FD;
}
#navigation UL
{
	list-style-type: none;
	list-style-position: outside;
}
#navigation UL LI
{
	display: block;
	/*[empty]float:;*/
}
#navigation UL LI A
{
	/*[empty]background:;*/
	color: #000099;
	/*[empty]font-family:;*/
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 9px;
	display: block;
	height: 28px;
	width: 230px;
	padding-left: 18px;
	padding-top: 12px;
	border-bottom: 1px solid #D4E2B9;
}
#navigation UL LI A:hover
{
	/*[empty]color:;*/
	background: #C0CCF9;
	/*[empty]text-decoration:;*/
}
/*Single Column*/
#single-column
{
	padding-top: 31px;
	padding-right: 35px;
	padding-bottom: 14px;
	padding-left: 35px;
	float: right;
	width: 500px;
	background: #C0CCF9;
}
/*Footer*/
#footer
{
	background: #000099;
	padding-top: 2px;
	text-align: right;
	width: 780px;
	height: 23px;
	padding-right: 20px;
}
#footer A
{
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
