﻿
/* Html Styles */

body {
	text-align: center;
	font-family: "Lucida Grande","Lucida Sans",Verdana, Arial, sans-serif;
	font-size: small;
	/*background-image: url('../Images/background2.jpg');*/
	background-repeat: repeat-x;
	/*background-color: #c4cce2;*/
}

h1 {
	font-family: "Palatino","Palatino Linotype", serif;
	font-size: xx-large;
	font-weight: normal;
	color: #495900;
}

h2 {
	font-family: "Palatino","Palatino Linotype", serif;
	font-size: medium;
	font-weight: normal;
}

a:link {
	color: #495900;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #495900;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #222222;
	text-decoration: underline;
}

hr {
	color: #495900;
	margin: 1em 6em;
}

p.quote
{
	font-style: italic;
}

blockquote
{
	font-style: italic;
	margin-left: 0px;
}


/* Custom Styles */

.header {
	text-align: center;
	/*padding-top: 20px;*/
	padding-bottom: 20px;
	/*background-color: #79a8e0;
	background-color: White;*/
}

.navigation {
	/*background-color: White;*/
}

.navigationColumn 
{
	text-align: left;
	float: left;
	width: 25%;
	height: 700px;
	/*height: 100%;*/
	padding-right: 10%;
	/*background-color: White;*/
}

.navigationSubMenu {
	padding-left:20px;
}

.navigationSubMenuHidden {
	display:none;
}

.content {
	text-align: left;
	/*background-color: White;*/
	
	
}

.contentBck 
{
	padding: 20px;
	background-color: #ced4e6;
	
	/*background-color: #e6e8f7; blue*/
}

.page 
{
	margin-left: 12%;
	margin-right: 12%;
	text-align: left;
	/*width: 75%;
	padding-left: 10%;*/
	padding: 3% 2% 2% 2%;
	background-image: url('../Images/Background.jpg');
	background-repeat: repeat-x;
	background-color: #5f7294;
}

.imgRight 
{
	float:right;
}

.newsTitle
{
	font-weight: bold;
	font-size: medium;
}

/*
.quote {
	font-style: italic;
}
*/