@charset "UTF-8";
/* CSS Document */
body
{
	background-color: #003399;
	background-image: url(graphics/body-bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#container
{
	position: relative;
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	position: relative;
	left: -3em;
	background-image: url(graphics/header_728x175_2.png);
	width: 728px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	
}
#spacer
{
	width: 420px;
	height: 10px;
	background-color: #003399;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	position: absolute;
	top: 164px;
	left: 48px;
}
#spacer_left
{
	width: 245px;
	height: 10px;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 144px;
	left: 49px;
	z-index: 20;
}
#spacer_right
{
	width: 1px;
	height: 10px;
	border-bottom: 1px solid #000;
	position: absolute;
	top: 144px;
	left: 644px;
	z-index: 50;
}
#navigation a.right
{
	border: none;
}
#navigation
{
	position: absolute;
	top: 123px;
	left: 293px;
	width: 500px;
	height: 30px;
	border-right: 1px #000 solid;
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 dotted;
	background-color: #003399;
	background-image:url(graphics/content_bg.png);
	z-index: 1;
}
#navigation li
{
	display: inline;
	height: 37px;
	text-align: center;
	
}
#navigation ul
{
	position: relative;
	bottom: 8px;
	left: -10px;
}
#navigation li a
{
	color: #003399;
	font-family: helvetica, sans-serf;
	padding-left: 3px;
	padding-right:3px;
	margin: 2px;
	text-decoration: none;
	text-align: right;
	
	
	
}
#navigation li a:hover
{
	color: #fff;
}
#contents
{
	margin-top: -20px;
	position: absolute;
	background-color: #fff;
	width: 728px;
	min-height: 400px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	border-bottom: #000  solid 1px;
	padding: 20px;
	line-height: 160%;
	text-align: justify;
	font-family: helvetica, sans-serif;
	font-size: 0.875em;
	
}
#contents p
{
	padding-left: 10px;
	padding-right: 10px;
}
img.float_left
{
	float: left;
	margin: 5px;
	margin-bottom: 10px;
	margin-right: 15px;
	border: 4px solid #003399;
	margin-left: 0px;
}
img.float_right
{
	float: right;
	margin: 5px;
	margin-left: 15px;
	border: 4px solid #003399;
}
#footer
{
	position: absolute;
	left: -1px;
	width: 730px;
	height: 20px;
	border-top: 1px solid #000;
	font-family: helvetica, sans-serif;
	background-color: #003399;
	font-size: x-small;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	z-index: 1;
}
#footer p
{
	position: relative;
	top: -10px;
	text-align: center;
}
#wrapper
{
	border: 1px solid #000;
	background-image:url(graphics/content_bg.png);
	background-color: #003399;
	margin-bottom: 15px;
	min-height: 400px;
	overflow: auto;
}
#wrapper1
{
	position: relative;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-image:url(graphics/content_bg.png);
	background-color: #003399;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	width: 728px;
	right: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#range
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	float: right;
	width: 364px;
	margin-right: 50px;
}
#range p
{
	padding-bottom: 15px;
}
h2
{
	margin-left: 0px;
	margin-bottom: 10px;
}
#wrapper
{
	position: relative;
	border: 1px solid #000;
	background-image:url(graphics/content_bg.png);
	background-color: #003399;
	padding: 1em;
	margin-bottom: 15px;
}
#images img
{
	position: relative;
	top: 0em;
	left: 0.3em;
	border: 2px #000 solid;
	margin: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 80px;
}
#images
{
	padding-top: 40px;
	
	
}

#breadcrumbs
{
	position: relative;
	top: 154px;
	left: 48px;
	z-index: 1;
	font-family: helvetica, sans-serif;
	font-size: 0.8em;
	width: 768px;
	background-image: url(graphics/content_bg.png);
	background-color: #003399;
	border: 1px #000 solid;
	border-top: none;
	padding-top: 4px;
	padding-bottom: 2px;
}
#breadcrumbs p
{
	padding-left: 19px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;
	color: #fff;
}
#breadcrumbs a
{
	color: #003399;
	text-decoration: none;
}
#breadcrumbs a:hover
{
	color: #fff;
}
h3
{
	padding-bottom: -10px;
}
a
{
	color: #003399;
}
a:visited
{
	color: #003339;
