@charset "UTF-8";
/* CSS Document */


.NAVSTYLE {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-right: 40px;
}
.bodytext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-right: 40px;
	padding-left: 40px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 350px;
}
.sidebody {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	height: 350px;
	width: 250px;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.footertext {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
#nav {
}
#nav a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
#nav a:hover {
	color: #ff3333;
	text-decoration: none;
}
#active {
	color: #ff3333;
	text-decoration: none;

}
#footer {
}
#footer a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #ff3333;
	text-decoration: none;
}
h1 {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 21px;
	color: #ff3333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.righttext {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-right: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 500px;
}
.top {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
