

body 	{
	background : url(images/bg.jpg) top center repeat-y #044966;
	margin: 0px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 62.5%;
	color: #3D3D3D;
	line-height: 24px;
	}

p
	{text-align: left;
	padding-left: 20px;
	
	font-size: 1.2em;}

#container
	{background:#ffffff;
	width: 697px;
	height: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}

#container.short
	{background:#ffffff;
	width: 697px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}

#container.long
	{background:#ffffff;
	width: 697px;
	height: 1500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}



#header
	{width: 697px;
	height: 453px;
	
	}
#nav
	{width: 232px;
	height: 100%;
	background: #EFF4F5;
	text-align: left;
	float: left;}
#nav ul
	{width: 180px;
	line-height: 20px;
	font-size: 1.2em;
	list-style: none;
	display: block;
	
	margin-left: 0px;
	}
#nav ul li
	{padding-left: 10px;
	border-bottom: 1px solid #D4E4E7;
	}

	
	

h2
	{font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	color: #ffffff;
	padding-left: 5px;
	background: #7BA6B9;
	border-top: #044966 solid 5px;
	margin-top: 0px;}


h3	{font-family: Helvetica, sans-serif;
	font-size: 2.0em;
	color: #ffffff;
	padding-left: 15px;
	background: #7BA6B9;
	border-top: #044966 solid 5px;
	margin-top: 0px;}

h4
	{font-family: Helvetica, sans-serif;
	font-size: 2.0em;
	color: #044966;
	padding-left: 5px;
	margin-top: 0px;}





#rightcolumn
	{
	width: 460px;
	height: 100%;
	float:right;
	text-align: left;
	background: #ffffff;}

#rightcolumn p
	{margin-left: 10px;
	margin-right: 20px;}

#rightcolumn p img.button
	{text-align: center;}



a:link
	{color: #044966;
	text-decoration: none;
	}
a:hover
	{color: #000000;
	text-decoration: underline;
	}
a:visited
	{color: #044966;
	text-decoration: none;
	}
a:active
	{color: #DEF1EF;
	text-decoration: none;
	}
.floatimgleft
	{float: left;
	padding-right: 15px;
	padding-bottom: 3px;
	}
.floatimgright
	{float: right;
	padding-left: 10px;
	padding-bottom: 3px;
	}

#clear
	{clear: both;
	}
#footer
	{
	width: 697px;
	clear: both;
	height: 50px;
	font-size: 9px;
	background: #044966;
	text-align: center;
	color: #ffffff;
	}

