/*  Elements */
body
{
	background: #053866;
	margin: 0;
	font: 13pt "Book Antiqua", Century, "Times New Roman", Serif;
}

div, table, td, th, p, font
{
	font: 13pt "Book Antiqua", Century, "Times New Roman", Serif;
}

font {
	font-family: "Book Antiqua", Century, "Times New Roman", Serif !important;
}

td
{
	vertical-align: top;
}

h1, h2, h3, h4, h5
{
	margin: 0;
}

a,  a:active, a:visited, a:link
{
	color: #FFE4B5;
	text-decoration: underline;
}

a:hover
{
	color: #FFE4B5;
	text-decoration: none;
}


/* Custom elements */
#container
{
	width: 995px;
	background-image: url(/Images/content_background.gif);
	background-repeat: repeat-y;
	background-position: -7px 0px;
	margin: 0px auto;
	padding-left: 0px;
}
#header
{
	width: 995px;
	height: 219px;
	padding-right: 0px;
	padding-left: 1px;
}
#navigation
{
	width: 890px;
	height: 61px;
	margin: 0px auto;
	padding-left: 1px
}
#body
{
	width: 821px;
	margin: 0px auto;
	
	padding-bottom: 15px;
}
#footer
{
	width: 821px;
	margin: 0px auto;
	padding-left: 36px;
}
.col_1
{
	padding-right: 20px;
	
	background-image: url(/Images/star_background.gif);
	background-repeat: no-repeat;
}
/* Text styles */
.header_text
{
	font-weight: bold;
	font-size: 16pt;
	color: #FFF;
}

.body_text
{
	font-size: 13pt;
	color: #FFF;
}

.footer_text
{
	font-size: 11px;
	color: #FFF;
}

table.contact tr th { text-align: right !important; vertical-align: top; white-space:nowrap;}
table.contact tr td { text-align: left !important;  vertical-align: top; }





