body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0 0 0 0;
	
}
p {
	font-family: Trebuchet MS, Arial;
	font-size:12px;
	color: #333333;
	line-height: 18px;
	margin: 16px 58px 0 50px;

}
strong {
	font-family: Trebuchet MS, Arial;
	font-size:13px;
	font-weight: bold;
}
ul li {
	font-family: Trebuchet MS, Arial;
	font-weight:bold;
	line-height: 21px;
	font-size: 13px;
	margin: 0 0 0 0px;
	
}
a:link {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
}
a:visited {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #003366;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
}
.a:active {
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	color: #333333;
	line-height: 15px;
	text-decoration: none;
	
}
h1 {
	font-family: Trebuchet MS, Arial;
	color: #666666;
	margin: 0px 58px 0 38px;
	font-weight: bold;
	font-size: 16px;
}
h2 {
	font-family: Trebuchet MS, Arial;
	color: #666666;
	margin: 175px 0 0 0;
	font-weight: normal;
	line-height: 30px;
}
h3 {
	font-family: Trebuchet MS, Arial;
	color: #666666;
	margin: 0 0 0 38px;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
}
h4 {
	font-family: Trebuchet MS, Arial;
	color: #666666;
	margin: 0px 0 0px 38px;
	font-weight: normal;
	font-size: 13px;
}
.center {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	text-align: center;
}

.small {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #666666;
	line-height: 11px;
	text-align:left;
}
.center a:link {
	font-family: Trebuchet MS, Arial;
	color: #996600;
	font-size: 11px;
	line-height: 12px;
	text-decoration: none;
	text-align:left;
	
}
.center a:visited {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #660033;
	line-height: 15px; 
	text-decoration: none;
	text-align:left;
}
.center a:hover {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	text-decoration: none;
	text-align:left;
}
#container {
	width: 100%;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 684px;
	height: 25px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 112px;
}
#container2 {
	width: 100%;
	text-align:center;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#body {
	width: 684px;
	min-height: 500px;
	background-image: url(images/body-overlay.jpg);
	background-repeat: no-repeat;
	text-align:left;
	margin: 0 auto;
	padding-top: 16px;
}
#inside {
	width: 90%;
	min-height: 500px;
	background-image: url(images/body-overlay.jpg);
	background-repeat: no-repeat;
	text-align:left;
	zmargin: 0 auto;
	padding-top: 16px;
}
#footer {
	width: 684px;
	height: 51px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 14px;
}

