@charset "UTF-8";
.nav {
	background-image: url(images/layout_02.jpg);
	height: 35px;
	width: 956px;
	color: #B9DBE0;
	font-family: "Lucida Grande", Verdana, Arial;
	text-align: center;
	font-size: 15px;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.nav a:hover {
	color: #C9EEF4;
	text-decoration: none;
}
.footer {
	font-family: "Lucida Grande", Verdana, Arial;
	color: #999999;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
}
.content_left {
	padding-left: 35px;
	color: #554523;
}
.content_left ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.content_left a {
	color: #52A9C8;
}
.content_left a:hover {
	color: #554523;
}
h1 {
	color: #55B0D0;
	font-size: 24px;
}
h2 {
	color: #554523;
	font-size: 18px;
	margin: 20px 0 10px 0;
}
.need {
	color: #FF0000;
	font-weight:bold;
}


.sidebar-title
{
color: #52A9C8;
font-size:14px;
font-weight:bold;
}

#twitter_div
{
border: solid 1px #52A9C8;
padding: 0px 10px 10px 10px;
width: 80%;
margin-left:10px;
}

#twitter_div a {
	color: #52A9C8;
}
#twitter_div a:hover {
	color: #554523;
}

#twitter_div ul
{
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#twitter-link
{
margin-top:20px;
}

#contact p
{
margin:0;
}.required {
	color: #FF0000;
}
.smaller {
	font-size: 12px;
	line-height: 17px;
}

