/* CSS Reset section */
img{border:0;}
body,h1,h2,h3,h4,h5,h6,form,p,td,th,ul,li,ol{
	margin:0;
	padding:0;
}
/* end CSS Reset section */

html
{
	background-color: #fff;
	background-image: url(../images/webbackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	height: 100%;
}

.wrapper
{
	width: 900px;
	height: 100%;
	margin: 0 auto 0 auto;
	background-color: none;
}

.page
{
	display: block;
	width: 900px;
	height: 100%;
}

.header
{
	float: left;
	height: 100px;
	width: 800px;
	margin-left: 50px;
	display: inline;
}

.menu
{
	float: left;
	width: 800px;
	height: 20px;
	margin: 0 0 20px 50px;
	display: inline;
}

.menu ul
{
	list-style: none;
}

.menu li
{
	float: right;
	font-family: georgia;
	font-size: 8pt;
	font-weight: normal;
	background-image: url(../interface/dotted.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding: 0 5px 0 10px;
}

.menu li.selected a
{
	color: #4d4d4f;
	text-decoration: bold;
}

.menu a
{
	text-decoration: none;
	color: #808285;

}

.menu a:hover
{
	text-decoration: none;
	color: #1b4164;
}

.body
{
	width: 800px;
	height: 272px;
	float: left;
	margin-left: 50px;
	background-image: url(../images/banner1.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.bodycopy
{
	display: inline;
	width: 200px;
	height: 100px;
	float: right;
	margin: 80px 40px 0 0;
}

.bodycopy h1
{
	float: left;
	width: 200px;
	font-family: georgia;
	font-weight: normal;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 5px;
}

.bodycopy p
{
	float: left;
	width: 200px;
	font-family: georgia;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}

.copy
{
	display: inline;
	float: left;
	height: 100%;
	width: 800px;
	margin: 40px 0 50px 50px;
}

.copy p
{
	float: left;
	font-family: arial;
	line-height: 13.5pt;
	font-size: 11.49px;
	font-weight: normal;
	color: #4d4d4f;
}

.copy h1
{
	font-family: georgia;
	font-size: 12pt;
	font-weight: normal;
	padding: 0 0 3px 0;
	color: #1b4164;
}

.copy a
{
	text-decoration: none;
	color: #1b4164;
	font-size: 11.49px;
	text-decoration: underline;
}

.copy a:hover
{
	text-decoration: underline;
	color: #808285;
}


.picturemenu
{
	display: inline;
	float: left;
	width: 232px;
	height: 100px;
	margin: 0 0 0 50px;
	background-image: url(../interface/dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.picturemenu h1
{
	float: left;
	width: 120px;
	height: 10px;
	padding: 0 10px 5px 10px;
	margin-top: 10px;
	font-family: georgia;
	font-weight: normal;
	font-size: 12px;
	color: #c5c6d1;
}

.picturemenu p
{
	float: left;
	width: 120px;
	height: 10px;
	padding: 0 10px 0 10px;
	font-family: arial;
	font-weight: normal;
	font-size: 9px;
	color: #808285;
}

.picturemenu img
{
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #808285;
	margin-top: 10px;
}

.footer
{
	float: left;
	display: inline;
	width: 800px;
	margin: 30px 0 0 50px;
	background-image: url(../interface/dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.footer p
{
	font-family: georgia;
	font-size: 9px;
	color: #808285;
	padding: 8px 0 8px 0;
}






