body {
	background-color: #000;
	background-repeat: repeat-y;
	margin: 0px;
}
.logo {
	background-image: url(Images/logobg.jpg);
	background-repeat: repeat-x;
}
.leftside {
	background-image: url(Images/bodybg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	background-color: #993300;
}
.menumargin {
	padding: 10px 14px 14px 16px;
}
.maintext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 30px 30px;
	background-color: #FFC;
}
.rightside {
	font-family: Arial, sans-serif;
	font-size: smaller;
	padding: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	background-color: #FFC;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #993300;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #993300;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}
strong {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
}
a:link {
	color: #993300;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
li {
	padding-bottom: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

