body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-color: #484848;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.container {
	background-color: #FFFFFF;
	text-align: left;
}
.logobg {
	background-image: url(images/logobg.gif);
	background-repeat: repeat-x;
	height: 100px;
}
.menubg {
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
	height: 25px;
	text-align: center;
}
.footerbg {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	height: 33px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
.footerbg a {
	color: #FFFFFF;
	text-decoration: none;
}
.footerbg a:hover {
	text-decoration: underline;
}
.titlebg {
	background-image: url(images/titlebg.gif);
	background-repeat: no-repeat;
	height: 52px;
}
.contentbg {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	line-height: 16px;
}
.endcontent {
	background-image: url(images/endcontentbg.gif);
	background-repeat: no-repeat;
	height: 24px;
}
.titlepad {
	padding-left: 25px;
}
.contentpad {
	padding-left: 25px;
	padding-right: 25px;
}
.contentpad2 {
	padding-left: 25px;
	padding-right: 15px;
}
.contentpad3 {

	margin-left: 15px;
	margin-top:0px;
	padding-top:0px;
	padding-right: 15px;
}
.contentpad img {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: #999999 1px solid;
}
.contentpad2 img {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: #999999 1px solid;
}
.image {
	float: left;
	padding-right: 10px;
}
.contentpad ul {
	margin-top: 5px;
}
.contentpad ul li {
	list-style-type: square;
	margin-right: 15px;
}
.footerpad {
	padding-top: 5px;
}
.contentul {
	margin-top: 0px;
	margin-bottom: 10px;
	list-style-image: url(images/bullet.gif)
}

.bluelink {
	color: #00aeef;
	text-decoration: none;
}
.bluelink:hover {
	background-color: #00aeef;
	color: #FFFFFF;
}
.letterspacing {
	letter-spacing: 2px;
}
