﻿html,body
{
	text-align: center;
	/*vertical-align: top;*/
	background-image: url(../../graphics/bodybg.jpg);
	background-repeat: repeat-x;
	background-color: #214599;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#pagecontainer
{
	width: 807px;
	text-align: left;
	/*vertical-align: top;*/
}
#headerpane 
{
	float: left;
	width: 807px;
	height: 145px;
}
#header_top { height: 15px; width: 807px; }
#header_middle { height: 100px; width: 807px; }
#header_bottom { height: 30px; width: 807px; }
#navigationpane
{
	float: left;
	width: 171px;
	margin-left: 17px;
	background-color: #efefef;
	background-image: url(../../graphics/nav_bg_right.gif);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	display: inline;

	/*vertical-align: top;*/
}
#navigationcontent
{
	padding-left: 5px;
	padding-bottom: 40px;
	text-align: left;
	/*vertical-align: top;*/
	background-image: url(../../graphics/nav_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#contentpane
{
	float: left;
	width: 604px;
	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
}
#content
{
	text-align: left;
	vertical-align: top;
	background-image: url(../../graphics/content_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
}
#copyrightfooter
{
	text-align: center;
	margin-top: 25px;
}