body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.mainback {
	background-image: url(images/mainbackground.jpg);
	background-repeat: repeat-x;
}
.nav {
	background-image: url(images/navbackstatic.gif);
	background-repeat: no-repeat;
}
.nav ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.nav ul li {
	list-style-type: none;
	margin: 0px;
	line-height: 30px;
	width: 185px;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: D9D9D9;
	vertical-align: middle;
}
.nav a:link, .nav a:visited {
	text-transform: uppercase;
	text-decoration: none;
	color: #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 75%;
	display: block;
	text-indent: 20px;
	height: 100%;
	width: 100%;
}
.nav a:hover{
	background-position: left bottom;
}
.titlebar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 818181;
	vertical-align: middle;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.main a:link, .main a:visited {
	color: FF3600;
	text-decoration: none;
}
.main a:hover{
	color: 52BDDF;
	text-decoration: none;
}
.main .style1 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
}
.main .style2 {
	font-size: 10px;
}
.main ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.container {
	border: 1px solid #666666;
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D4E1E7', startColorstr='#f7f7f7', gradientType='0');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.container .searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(images/templatesearchback.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.container ul {
	font-size: 10px;
	padding: 5px;
	line-height: 10px;
	margin-left: 15px;
}
.container ul li{
	list-style-image: url(images/catbullet.gif);
	text-indent: 0px;
}