/* CSS Document */

body {
	margin-top:0px;
	margin-bottom:10px;
	background-color: #ffffff;
	background-image:url(graphics/pagebg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position:relative;
	margin:0px auto 0px auto;
	width:986px;
}

#container {
	text-align:left;
	width:986px;
	background-image:url(graphics/bodybg.jpg);
	background-repeat:no-repeat;
	/*height: 808px;*/
}

#bodyContainer {
	padding-left:13px;
}

div {
	overflow: hidden;
	margin: 0px;
}

img {
	border: 0px;
	margin: 0px 0px 0px 0px; 
	padding:0px;
}


h1 {
	font-family: Trebuchet MS, Verdana, Arial, arial, sans-serif;
	font-size: 16px;
	color: #00457c;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
	text-align:justify;
}

p {
	font-family: Trebuchet MS, Arial, arial, Verdana, sans-serif;
	font-size: 15px;
	color:#000000;
	line-height: 20px;
	margin: 0px 0px 12px 0px;
	text-align:left;
}

a {
	font-family: Trebuchet MS, Verdana, Arial, arial, sans-serif;
	color: #00457c;
	line-height: 17px;
	margin: 0px 0px 10px 0px;
	text-align:justify;
	text-decoration:none;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}