@charset "utf-8";
body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.topbg {
	background-image: url(images/top_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
a {
	position: relative;
}
.contenttop {
	background-image: url(images/content_top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 447px;
	padding-right: 35px;
	padding-left: 35px;
	width: 971px;
}
.content {
	padding-right: 30px;
	padding-left: 55px;
	text-align: left;
}
.content2 {
	padding-right: 75px;
	padding-left: 55px;
	text-align: left;
}
.content3 {
	padding-right: 75px;
    padding-left: 55px;
	text-align: left;
}

.contentright {
	padding-right: 55px;
	padding-left: 18px;
	background-image: url(images/side_bg.png);
	background-repeat: no-repeat;
	text-align: left;
}

.contentright2 {
	padding-right: 50px;
	padding-left: 25px;
	background-image: url(images/side_bg2.png);
	background-repeat: no-repeat;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentbg {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
}

.footer {
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
}
.bottom {
	background-image: url(images/bottom_bg.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.footer a:link {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}
ul.footerlinks li {
	float: left;
	list-style-type: none;
	padding-right: 60px;
}

.footer a:active {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}
.footer a:hover {
	color: #CCCCCC;
	outline: none;
}

.bottom a:link {
	color: #000066;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.bottom a:active {
	color: #000066;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.bottom a:visited {
	color: #000066;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.bottom a:hover {
	color: #000066;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
ul.contentlist li {
	list-style-type: square;
}
ul.contentlist2 li {
	list-style-type: square;
	padding-bottom: 5px;
}
ul.topnav li {
	float: left;
	list-style-type: none;
	padding-right: 40px;
	padding-top: 15px;
	padding-left: 25px;
}
.content2 img {
	padding-right: 20px;
	padding-left: 20px;
}
.topnav {
	background-image: url(images/home_top_nav.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 16px;
}
.topnav a:link {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.topnav a:active {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.topnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
.topnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
	font-weight: bold;
}
