*{
	margin:0px;
	padding:0px;
}

body
{
	background: #ffffff;
	font-family:georgia,garamond,serif;
	font-style: italic;
	font-size: 12px;
	color: #231f20;
}

.page
{
	background: #ffffff;
	width: 1000px;
}

.page a { text-decoration: none; color: #0C93F1; }

.page .header
{
	height: 150px;
	position: relative;
}

.page .header .logo
{
	position: relative;
	left: 43px;
	top: 25px;
}

.page .content
{
	background-color: #ffffff;
	font-size: 20px;
	float: right;
	width: 770px;
	position: relative;
}

.page .footer
{
	padding: 50px 0px 0px 270px;
	height: 40px;
	clear: both;
}

.page .nav-menu
{
	position: relative;
	width: 170px;
	padding: 0px 0px 0px 50px;
}

.page .nav-menu a
{
	display: block;
	text-decoration: none;
	color: #231f20;
	padding: 3px 3px 3px 3px;
	margin-top: 15px;
	font-size: 20px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #231f20;
}

.page .nav-menu .current-page
{
	border-bottom-color: #0c93f1;
}

.page .nav-menu .mail-list
{
	color: white;
	background-color: #231f20;
	padding: 3px 3px 3px 3px;
	margin: 30px 5px 0px 0px;
	height: 25px;
	font-size: 18px;
	cursor: pointer;
}

.page .nav-menu .mail-form
{
	display: none;
	padding: 5px 0px 0px 0px;
	background-color: #231f20;
	width: 165px;
	height: 80px;
}

.page .nav-menu .mail-form input, .page .nav-menu .mail-form div
{
	font-size: 15px;
	color: white;
	background-color: black;
	border-style: none;
	font-family: inherit;
	font-style: inherit;
	padding: 3px 0px 3px 3px;
	margin: 8px 0px 0px 5px;
	width: 90%;
}

.page .nav-menu .mail-form div:hover
{
	color: #0c93f1;
}

.page .nav-menu ul
{
	list-style: none;
}

.page .nav-menu .news
{
	text-decoration: underline;
	background-color: #231f20;
	color: white;
	font-size: 20px;
	padding: 3px 3px 10px 3px;
	margin: 20px 5px 0px 0px;
}

.page .nav-menu .news a, .page .nav-menu .news a:hover, .page .nav-menu .news a:visited, .page .nav-menu .news a:hover, .page .nav-menu .news a:hover
{
	text-decoration: underline;
	cursor: pointer;
	background-color: #231f20;
	color: white;
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.page .nav-menu .news .news-items
{
	font-size: 15px;
}

.page .content .news-block
{
	font-style: normal;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #999999;
}

.page-title
{
	font-size: 33px; font-family: "Arial", arial, sans-serif;
	font-weight: bold; font-style: normal;
}

.social-bar
{
	font-size: 11px; font-family: "Arial", arial, sans-serif;
	font-weight: bold; font-style: normal;
}

.small_bold_font {
	font-family: "Arial", arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}


