body {
	background-color: white;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: gray;
	margin: 0px;
	width: 1000px;
}

#container {

}

#left_column {
	width:300px;
	text-align:center;
	padding: 25px 0px 0px 20px;
}

#logo {
	border:none;
}

#navigation {
	text-align:center;
	width:300px;
	float:left;
}

#content {
	margin-left:350px;
    margin-top: -21px;
	padding:2px 0px 25px 10px;
    width:85%;
}

#images {
    text-align:left;
}

#pages {

}

#footer {
	clear:both;
	text-align:center;
	font-size:14px;
    font-weight:bold;	
}

#top_right_promo {
	position: absolute;
	top:10px;
	right: 0px;
	width: 700px;
	height: 140px;
    text-align:right;
    vertical-align:top;
    padding:0px;
    margin:0px;
}

ul.navigation {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	list-style: none outside none;
}

li.navigation {
	padding: 5px 25px 5px 20px;
	margin: 0px 10px 5px 10px;
	display:block;
}

ul.sub_nav {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	list-style: none outside none;
}

li.sub_nav {
	padding: 0px 10px 2px 10px;
	margin: 0px 10px 2px 10px;
	display:block;
    text-align:right;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
	border-bottom: 1px dashed silver;
	text-decoration:none;
}

a.nav {
	display:block;
	background-color: #ffd24f;
	color: white;
	text-align: center;
	text-decoration:none;
    font-size:16px;
	font-weight:600;
	padding:3px;
    border:none;
	text-transform: uppercase;
}

a.nav:visited {
	background-color: #ffd24f;
	color:white;
    border:none;
   	text-transform: uppercase;
}

a.nav:hover {
	background-color: #ffd24f;
	color:gray;
    border:none;
   	text-transform: uppercase;
 }

a.sub_nav {
	display:block;
	background-color: white;
	color: gray;
	text-align: right;
	text-decoration:none;
	padding:3px 10px 3px 3px;
    font-size:14px;
    font-weight:500;
}

a.sub_nav:visited {
	background-color: white;
	color:gray;
    border-bottom:none;
}

a.sub_nav:hover {
	background-color: gray;
	color:#ffd24f;
	color:white;
}

a.logo {
	border:none;
}

a.logo:hover {
	border:none;
}

a.logo:visited {
	border:none;
}

a.hidden {
	display:none;
	visibility:hidden;
}

img.logo {
	border:none;
}

h1 {
	color: #ffd24f;
	font-size:18px;
	text-transform: uppercase;   
}

h1.page {
	color: #ffd24f;
	font-size:40px;
	text-transform: uppercase;  
    font-weight:normal;
    padding:0px;
    margin-top:10px;
}

h2.page {
    color: gray;
    font-size:20px;
    font-weight:bold;
}

h1.fp {
	color: #ffd24f;
	font-size:22px;
	text-transform: uppercase;
}

h3.news_date {
    font-size:12px;
    font-weight:bold;
    padding-left:20px;
    text-align:right;
    visibility:hidden;
    display:none;
}

a.fp {
	color: #ffd24f;
	text-decoration:none;
	border:none;
}

a.fp:hover{
	color: #bbb2a6;
	text-decoration:none;
	border:none;
}

a.fp:visited {
	color:#ffd24f;
	text-decoration:none;
	border:none;
}

p.footer {
    color: silver;
}

a.footer {
    color:silver;
    text-decoration: underline;
    font-weight: bold;
}

a.footer:visited {
    color:silver;
    text-decoration: underline;
}

a.footer:hover {
    color:grey;
}

p.siteby {
  text-align: right;
  font-size: 14px;
  padding-bottom: 20px;
  color:silver;
}
