/* =Layout Styles -------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 0.9em;
	color: #003366;
	width: 100%;
	background-repeat: repeat;
	background-color: #FFF;
}

#wrapper {
	position: relative;	
	width:900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(images/WrapperBackground.png);
	background-repeat: repeat-y; }

#header {
background-color: #ffffff;
width:900px;
height: 300px;
position: relative;
 }
 

#logo {

	width: 450px;
	height: 300px;
	float: left;
 }

#flash {
	width: 450px;
	height: 300px;
	margin-left: 450px;
	background-color: #666666;
	position: absolute;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* html #flash {
	margin-left: 0px;
}

#navigation {
	width:900px;
	height: 60px;
	background-color: #FFF;
	top: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
* html #navigation {
	word-wrap: break-word}

#leftcolumn {
	width: 180px;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right: none;
}


* html #leftcolumn {
	word-wrap: break-word}


#maincontent {
	width:625px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 30px;
	background-color: #ffffff;
	top: 350px;
	margin-bottom: 50px;
	border-left: 1px #99cccc solid;
	margin-top: 10px;
	margin-left: 220px;
	position: absolute;
	
	
}

* html #maincontent {
	word-wrap: break-word}

#footer {
	clear: both;
	background-color: #669966;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	border-top-style: none;
	position: relative;
	float: left;
}


/* Text Styles ------------------------------------*/


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	font-style: italic;
	color: #003366;
	font-weight: normal;
	margin-top: 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #003366;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: #003366;
	text-align: center;
}

	
#maincontent p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#maincontent p.indexlists {
	padding-left: 50px;
	line-height: 2em;
}
#maincontent p.indexlists a {
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	font-size: 1.2em;
	text-align: left;
	padding: 0px;
}
#maincontent p.indexlists a:link, a:visited {
	line-height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	font-size: 1.2em;
	text-align: left;
	padding: 0px;
}	
#maincontent p.indexlists a:hover, a:active{
	color: #393;
	text-decoration: underline;
	color: #393;
}
#maincontent p.indexsublists a:link, a:visited {
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	font-size: 1.2em;
	margin: 0px;
	padding-left: 75px;
}
#maincontent a:link, a:visited {
	font-style: italic;
	color: #F60;
	text-decoration: none;
	font-variant: small-caps;
	text-align: left;
}
#maincontent a:hover {
	color: #393;
	text-decoration: underline;
}

.imageright {
	float: right;
	margin-left: 10px;
}

.imageleft {
	float: left;
	margin-right: 10px;
}

.ContactAddress {
	padding-left: 50px;
	color: #003366;
	margin: 0em;
	padding-top: 0px;
	padding-bottom: 0px;
}


#leftcolumn h1 {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #ff6600;
	font-size: 1.2em;
	padding-bottom: 5px;
	margin: 0px;
}

#leftcolumn h2 {
color: #339933;
font-weight: bold;
padding-bottom: 0px;
font-size: .9em; }

#leftcolumn p {
	color: #339933;
	padding-top: 0px;
	font-size: 0.9em;
	margin: 0px;
}
#leftcolumn a {
	color: #ff6600;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	font-size: .9em;
	padding: 0px;
}

#leftcolumn a:link, a:visited {
	color: #ff6600;
	text-decoration: none;
	font-variant: normal;
	text-align: left;
	font-size: .9em;
}

#leftcolumn a:hover {
	color: #ff6600;
	font-style: italic;
	text-decoration: underline;
}

#leftcolumn a:active {
	color: #ff6600;
	font-weight: bold;
}

#footer li {
display: inline;
margin-left: 0px;
margin-right: 0px;
font-size: .9em;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
color: #ffffff;
font-family: Verdana, Verdana, Geneva, sans-serif;
 }

#footer a:link {
font-size: 1em;
font-family: Verdana, Verdana, Geneva, sans-serif;
color: #ffffff;
text-decoration: none;
font-style: italic; }

#footer a:hover {
font-style: normal;
color: #cccccc; }

#footer a:active {
color: #ff6600;
}

.centeredimages {
text-align: center;
padding-right: 5px;
padding-left: 5px; }
.title {
	text-decoration: underline;
}
#maincontent .quote1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: lighter;
	color: #363;
	text-align: left;
	padding-right: 50px;
	padding-left: 50px;
}
#maincontent .bottomnav a {
	font-style: italic;
	font-variant: small-caps;
	color: #F60;
	display: list-item;
	list-style-type: disc;
	text-align: center;
}
h4 {
	font-size: 0.7em;
	font-style: italic;
	font-weight: normal;
}
#maincontent .quote1author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: lighter;
	color: #363;
	text-align: right;
	padding-right: 50px;
	padding-left: 50px;
}
.rolloverimagelinks a {
	text-decoration: underline;
	color: #FFF;
	border: thin none #FFF;
}
.rolloverimagelinks {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rolloverimagelinks a:link, {
	text-decoration: underline;
	color: #FFF;
	border: thin none #FFF;
}
.rolloverimagelinks a:hover {
	text-decoration: underline;
	color: #FFF;
	border: thin none #FFF;
}
.title a:link   {
	text-decoration: underline;
}
.navbuttons {
	float: right;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navbuttons a:link {
	float: right;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navbuttons a:hover {
	float: right;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form div {
	margin: 0px;
	clear: left;
	padding-top: 0.6em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
form div label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #036;
	float: left;
	width: 30%;
	text-align: right;
	padding-right: 10px;
}
#leftcolumn .linklist a {
	margin: 0px;
	color: #339933;
}
#leftcolumn .linklist a:link {
	color: #339933;
	text-decoration: none;
	margin: 0px;
}
#leftcolumn .linklist a:hover {
	color: #ff6600;
	font-style: italic;
	margin: 0px;
}
#leftcolumn .linklist a:active {
	color: #ff6600;
	margin: 0px;
}
h5 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-variant: normal;
}
