body {
	background-color: #FFFFFF;
	background-image: url(images/bodybackground.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	line-height: 1.8em;
	text-align: justify;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

a {
	color: #B8240A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 0.1em;
	color: #FFFFFF;
}

h2 {
	font-size: 1em;
}

#ontop {
	float: left;
	width: 100%;
}

#within {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #EBEBEB;
}
#logo {
	background-image: url(images/topbackground.gif);
	height: 65px;
	padding-left: 16px;
	padding-top: 34px;
}
#main {
	background-color: #EBEBEB;
	background-image: url(images/mainbackground.gif);
	background-repeat: repeat-y;
	float: left;
}
#mainleft {
	float: left;
	width: 230px;
}
#mainright {
	width: 314px;
	float: left;
	padding: 35px;
}
#submainleft {
	float: left;
	width: 208px;
}
#submainleft ul {
	list-style-type: none;
	margin: 0px;
	padding: 20px;
}
#submainleft li a {
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B8240A;
	padding-bottom: 2px;
	display: block;
	padding-top: 2px;
	margin: 0px;
}
#submainleft li a:hover {
	text-decoration: underline;
}


#submainright {
	background-color: #EBEBEB;
	background-image: url(images/mainbackground.gif);
	width: 472px;
	float: left;
	padding: 35px;
}
#submain {
	background-color: #EBEBEB;
	background-image: url(images/leftbackground.gif);
	background-repeat: repeat-y;
	float: left;
}
#footer {
	clear: both;
	background-image: url(images/footerbackground.gif);
	background-repeat: repeat-n;
	height: 53px;
	font-size: 0.9em;
	padding-top: 10px;
	color: #CCCCCC;
	text-align: right;
	padding-left: 168px;
	padding-right: 40px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#contact {
	background-image: url(images/contactbackground.gif);
	font-size: 0.9em;
	margin-bottom: -10px;
	padding-left: 4px;
	color: #FFFFFF;
	margin-top: 22px;
}
#nav {
	background-image: url(images/navbg.gif);
	height: 32px;
}
.jukebox {
	padding-bottom: 8px;
	background-image: url(images/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


.smalltext {
	font-size: 0.9em;
}
.lightblue {
	color: #95B9DD;
}

.links a {
	font-size: 0.1em;
	color: #FFFFFF;
}

.links a:hover {
	text-decoration: none;
}

