﻿html, body {
  padding: 0;
  margin: 0;
  height: 100%;
}
body {
	padding: 0px;
	margin: 0px auto;
	font-size: 13px;
	font-family:Times New Roman;
	letter-spacing:.3px;
	text-align: left;
	color: #001933;
	background-image:url('../images/mock2_bg.jpg');
	background-position: top center;
	background-color:#001933;

}
#container {
	width: 931px;
	margin: auto;
	margin-top: 0px;
	background-image:url('../images/bg_repeat.jpg');
}
#header {
	width: 931px;
	height: 280px;
	text-align: center;
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	background-position:center;
}
#nav {
	margin: auto;
	width: 931px;
	height: 38px;
	padding-top: 91px;
	color: #bc8e00;
	font-size:10pt;
	text-transform:uppercase;
}
#mainmenu {
	font-size:11pt;
	text-transform:uppercase;
}
#content {
	margin:auto;
	width: 931px;
	padding:0px;
	background-image:url('../images/bg_content_bottom.jpg');
	background-position: bottom center;
	background-repeat:no-repeat;
	min-height:400px;
}
#content_footer {
	margin: auto;
	width: 931px;
	height: 38px;
	color: #FFFFFF;
	font-size:10pt;
	text-align:center;
	text-transform:uppercase;
}
#content_footer a:link {
	color: #FFFFFF;
}
#content_footer a:visited {
	color: #FFFFFF;
}
#content_footer a:active {
	color: #FFFFFF;
}

#content_footer a:hover {
	color: #bc8e00;
}

#copyright {
	margin: auto;
	width: 931px;
	height: 38px;
	color: #FFFFFF;
	font-size:10px;
	text-align:center;
}
#copyright a:link {
	color: #FFFFFF;
}
#copyright a:visited {
	color: #FFFFFF;
}
#copyright a:active {
	color: #FFFFFF;
}

#copyright a:hover {
	color: #bc8e00;
}

A:link
{
	COLOR: #bc8e00;
	TEXT-DECORATION: none;
}
A:visited
{
    COLOR: #bc8e00;
    TEXT-DECORATION: none;
}
A:active
{
    COLOR: #002e66;
}
A:hover
{
    COLOR: #002e66;
    TEXT-DECORATION: underline
}
h2
{
	font-size:19px;
	color: #d28f00;
	margin: 6px 0px 6px 0px;
}
h3
{
	font-size:17px;
	color: #003366;
}
.optionbutton {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #FF3F00;
}
.optionbutton2 {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}
/*events*/
/*calendar*/
/*article*/
#articlesshort {
}
#articlesshortheader {
	font-size: 12px;
	font-weight: bold;
}
#articlesshortbody {
	font-size: 10px;
}
/*faq*/
/*gallery*/
/*news*/
#newsshort {
}
#newsshortheader {
	font-size: 12px;
	font-weight: bold;
}
#newsshortbody {
	font-size: 10px;
}
/*blog*/
#blogshort {
}
#blogshortheader {
	font-size: 12px;
	font-weight: bold;
}
#blogshortbody {
	font-size: 10px;
}
