@charset "UTF-8";
/* CSS Document */

.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.bgside {
	background-image: url(images/site/side-bar.jpg);
	background-position: center top;
}
.bgsideblack {
	background-image: url(images/site/side-bar-black.jpg);
	background-position: center top;
}
a.linksmall:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.linksmall:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.linksmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
/** social media links **/

div#header{
	width:auto;
	height:30px;
	background-color:#000;
	text-align: center;
}



.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	alignment-adjust:middle;
}

