@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
#container {
	width: 968px; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #FF0000;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	background: url(none) no-repeat fixed center;
	margin: 0 auto;
}




h2
{
	font-size: 24px;
	font-weight: bold;
	color: #595379;
	text-transform: none;
	font-variant: normal;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}

h3
{
	font-size: 18px;
	font-weight: bold;
	color: #595379;
	text-transform: none;
	font-variant: normal;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}





a:link{
	text-decoration:underline;
	font-size: 16px;
	font-weight: bolder;
}
a:visited{
	text-decoration:underline;
	font-weight: bold;
	font-size:16px;
}
a:hover{
	text-decoration:underline;
	font-size: 16px;
}

#contactsidebar{
	width:250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:30px;
	padding-left: 20px;
	margin-top: 50px;
	height: 250px;
}

#sidebarone{
	width: 280px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom:30px;
	padding-left: 10px;
	margin-top:-50px;
	height: 455px;
	color: #03c;
	font-size: 16px;
}
#sidebarone img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}

#aboutsidebarone{
	width: 280px;
	padding-top:50px;
	padding-right: 0px;
	padding-bottom:30px;
	padding-left: 10px;
	margin-top:0px;
	height: 455px;
	color: #03c;
	font-size: 16px;
}
#emailContent
{
	background-image: none;
	background-repeat: repeat;
	font-size: 16px;
	color: #03C;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
	margin-left:300px;
	margin-top:-320px;
}
#frontContent
{
	background-image: none;
	background-repeat: repeat;
	font-size: 16px;
	color: #03C;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-left:0px;
	padding-right:10px;
	margin-left:290px;
	margin-top:-380px;
}
#aboutContent
{
	background-image: none;
	background-repeat: repeat;
	font-size: 16px;
	color: #03C;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:50px;
	margin-left:300px;
	margin-top:-460px;
}
#staffContent{
	background-image: none;
	background-repeat: repeat;
	font-size: 16px;
	color: #03C;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	margin-left:20px;
	margin-top:50px;
}
#staffContent table{
	background-image: none;
	background-repeat: repeat;
	font-size: 16px;
	color: #03C;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;
}

#aboutfooter
{
	padding: 0 0px;
	border: medium none #333;
	background: url(none) no-repeat;
	margin-left:100px;
	margin-top:-20px;
}
#footer
{
	padding: 0 0px;
	border: medium none #333;
	background: url(none) no-repeat;
	margin-left:100px;
	margin-top:150px;
}
#footer p
{
	margin: 0;
	/*zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs*/
	padding: 0px 0;
	/*padding on this element will create space, just as the the margin would have, without the margin collapse issue*/
	padding-bottom: 0px;
	color: #667BE5;
}
.fltrt
{
/*this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page.*/
	float: right;
	margin-left: 8px;
}
.fltlft
{
/*this class can be used to float an element left in your page*/
	float: left;
	margin-right: 8px;
}
.clearfloat
{
/*this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float*/
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

	

#ladybird {
	text-decoration:none;
	color:#595379;
	font-weight: bold;
	font-size:12px;
	padding-left:0px;
	margin-left:-60px;
	margin-top:-10px;
	padding-bottom:20px;
	background: url(none) no-repeat;
	width: 260px;


}

#ladybird a:link{
	text-decoration:underline;
	color:#667BE5;
	font-weight: bold;
	font-size:12px;
	background: url(none) no-repeat;
}
#ladybird a:visited{
	text-decoration:underline;
	color:#667BE5;
	font-weight: bold;
	font-size:12px;
}
#ladybird a:hover{
	color:#000;
	text-decoration:underline;
	font-size: 12px;
}
#sitemap{
	margin-left:690px;
	font-size: 12px;
	color: #000;
	margin-top:-28px;
}#sitemap a:link{
	text-decoration:underline;
	color:#000000;
	font-weight: bold;
	font-size:12px;
}
#staffladybird {
	text-decoration:none;
	color:#595379;
	font-weight: bold;
	font-size:12px;
	padding-left:0px;
	margin-left:400px;
	margin-top:-10px;
	padding-bottom:20px;
	background: url(none) no-repeat;
	width: 260px;


}

#staffladybird a:link{
	text-decoration:underline;
	color:#595379;
	font-weight: bold;
	font-size:12px;
	background: url(none) no-repeat;
}
#staffladybird a:visited{
	text-decoration:underline;
	color:#000000;
	font-weight: bold;
	font-size:12px;
}
#staffladybird a:hover{
	color:#000;
	text-decoration:underline;
	font-size: 12px;
}
#sitemap{
	margin-left:690px;
	font-size: 12px;
	color: #000;
	margin-top:-28px;
}#sitemap a:link{
	text-decoration:underline;
	color:#000000;
	font-weight: bold;
	font-size:12px;
}
#sitemap a:visited{
	text-decoration:underline;
	color:#000000;
	font-weight: bold;
	font-size:12px;
}
#sitemap a:hover{
	color:#698F85;
	text-decoration:underline;
	font-size: 12px;}

.purple{
	color: #63C;
	font-weight: bold;
	font-size: 18px;
}
.green{
	color: #090;
	font-weight: bold;
	font-size: 18px;
}
.orange{
	font-weight: bold;
	color: #F60;
	font-size: 18px;
}
.blue{
	font-weight: bold;
	color: #00C;
	font-size: 18px;
}

.red{
	font-weight: bold;
	color: #C43740;
	font-size: 18px;
}
#errorContent
{
	background-image: none;
	background-repeat: repeat;
	font-size: 16px;
	color: #03C;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:50px;
	margin-left:10px;
	margin-top:100px;
}
#sitemapContent
{
	background-image: none;
	background-repeat: repeat;
	font-size: 16px;
	color: #03C;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	margin-left:200px;
	margin-top:100px;
}
