body {
	background-repeat: repeat;
	background-color: #1F2432;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #00CCFF;
	text-decoration: underline;
}

a:visited {
	color: #00CCFF;
	text-decoration: underline;
}

a:hover {
	color: #99FFFF;
	text-decoration: underline;
}



.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: #FFFFFF;
	font-weight: normal;
}
.Body_Header {
	font-size: 24pt;
	font-style: normal;
	color: #FFFFFF;
	font-family: "Monotype Corsiva", Tahoma, sans-serif;
	font-weight: lighter;
}
.Body_Subhead {
	font-size: 18pt;
	color: #FFFFFF;
	font-family: "Monotype Corsiva", Tahoma, sans-serif;
	font-weight: bold;
}


.Menu_Bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	background-color: #000000;
}
.Menu_Bar a, .Menu_Bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.Menu_Bar a:hover {
	color: #6699CC;
	text-decoration: none;
}


#sidebar {
/*position: absolute;*/
left: 60px;
top: 86px;
width: 140px;
font-size: .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: 2px 2px 2px 24px;
border: 1px solid;
border-color: #ddd #000 #000 #ddd;
background-color: #999999;
background-image:  url(images/box_off.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #EEE;
text-decoration: none;
}
#navlist a:hover {
background-image:  url(images/box_on.jpg);
color: #000000;
}
#sidebar #navlist .uberlink {
background-color: #9F6F9F;
background-image:  url(assets/box_on.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
cursor: default;
}
sidecolumn {
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
}
