body {
	background-image: url(images/background2.jpg);
	background-repeat: repeat;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.Tag_Line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C9D5D3;
	font-weight: normal;
	font-style: italic;
}
.body_copy {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; color: #000000}

.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #0000CC;
	text-decoration: underline;
}

a:visited {
	color: #0000cc;
	text-decoration: underline;
}

a:hover {
	color: #990033;
	text-decoration: underline;
}


#sidebar {
	/*position: absolute;*/
left: 60px;
	top: 86px;
	width: 140px;
	font-size: 0.9em;
}
#navlist {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 9px 2px 8px 0px;
	border: 0;
	border-color: #ddd #000 #000 #ddd;
	background-color: #6E3046;
	background-image:  url(images/Silver_Tab2.jpg);
	background-repeat: no-repeat;
	background-position: 0%;
	color: #EAE8E8;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
#navlist a:hover {
	background-color: #6E3046;
	background-image:  url(images/Silver_Tab1.jpg);
	color: #6E3046;
	text-align: center;
	font-weight: bolder;
}
#sidebar #navlist .uberlink {
background-position: 0% 50%;
color: #333 
font-weight: bold;
cursor: default;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #660000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

