body
	{
		text-align: center;
		font-size: 79%;
		color: #333333;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		height: 100%;
	}
h1
	{
		color: #003366;
		font-size: 200%;
		margin: 10px 0 0 40px;
	}
h2
	{
		font-size: 140%;
		margin: 20px 0 0 40px;
		color: #999999;
	}
p
	{
		margin: 20px 0 0 40px;
	}
#container
	{
		margin: 0 auto;
		padding:0;
		width:960px;
		height: 100%;
		min-height: 651px;
		text-align:left;
		position:relative;
	}
#bg
	{
		background-color: #47586c;
		float: left;
		height: 100%;
	}
#header
	{
		width: 960px;
		height: 110px;
		margin-top: 10px;
		background-color: #fff;
	}
#bar_top
	{
		background-image: url(../img/top_bar.jpg);
		width: 960px;
		height: 6px;
		float: left;
	}
#bar_bottom
	{
		background-image: url(../img/top_bar.jpg);
		width: 960px;
		height: 6px;
		float: left;
		background-color: #eef2f5;
	}
#left
	{
		width: 219px;
		float: left;
		height: auto;
		background: url(../img/left.jpg) 0 0 repeat-y;
		border-left: 1px solid #003366;
	}
#image
	{
		background-image: url(../img/image.jpg);
		width: 219px;
		height: 301px;
		border-bottom: 1px solid #003366;
	}
#nav
	{
		text-align: left;
		float: left;
		margin-left: -15px;
	}
#nav ul
	{
		margin-top: 20px;
	}
#nav li
	{
		margin-top: 10px;
		display: list-item;
		list-style:none;
	}
#nav a
	{
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}
#nav .selected
	{
		text-decoration: underline;
	}
#nav a:hover
	{
		text-decoration: underline;
	}
#right
	{
		float: left;
		background-color: #eef2f5;
		width: 739px;
		height: 100%;
		min-height: 580px;
		border-left: 1px solid #003366;
	}
#title
	{
		width: 738px;
		height: 50px;
		background-image: url(../img/title.jpg);
		float: left;
	}
#images
	{
		float: left;
		width: 200px;
		height: 100%;
	}
#images img
	{
		border: 1px solid #003366;
		margin: 30px 0 0 70px;
	}
#text
	{
		width: 450px;
		float: left;
		height: 100%;
	}
#text table
	{
		margin-left: 40px;
		width: 80%;
	}
#text ul
	{
		list-style: circle;
	}
#text li
	{
		list-style: inside;
	}
#footer
	{
		width: 960px;
		font-size: 86%;
		float: left;
		text-align: center;
		color: #CCCCCC;
		background-color: #FFFFFF;
	}
#resizePrint
	{
		position:absolute;
		float:right;
		top:90px;
		left:800px;
	}

#resizePrint img
	{
		border:0px solid #ff0;
	}
#resizePrint .padded
	{
		padding-right:5px;
	}