﻿/* CSS layout */
#masthead			{
					height:240px;
					width:950px;
					margin-right:auto;
					margin-left:auto;
					}

#top_nav			{
					width:950px;
					margin-right:auto;
					margin-left:auto;

					}

#container			{
					position: relative;
					width: 950px;
					margin-right:auto;
					margin-left:auto;
					}

#left_col			{
					width: 195px;
					position: absolute;
					left: 0px;
					top: 0px;
					}

#page_content		{
					margin-left: 200px;
					}

.noshow				{
					display: none;
					}

.text				{
					font-family: sans-serif;
					font-size:16px;
					line-height:18px;
					}
					
.textunderline		{
					font-family: sans-serif;
					font-size:16px;
					line-height:18px;
					text-decoration:underline;
					}
					
a.links:link		{
					font-family: sans-serif;
					font-size:16px;
					line-height:18px;
					color:navy;
					text-decoration:none
					}

a.links:visited		{
					font-family: sans-serif;
					font-size:16px;
					line-height:18px;
					color:purple;
					text-decoration:none
					}

a.links:hover		{
					font-family: sans-serif;
					font-size:16px;
					line-height:18px;
					text-decoration:underline
					}


.center 			{
					text-align: center;
					font-family: sans-serif;
					}

.noborder			{
					border:0px;
					}

.centermediumborder {
					border:medium silver solid;
					text-align:center;
					}
a.largelinks:link		{
					font-family: sans-serif;
					font-size:26px;
					color:navy;
					text-decoration:none
					}

a.largelinks:visited		{
					font-family: sans-serif;
					font-size:26px;
					color:purple;
					text-decoration:none
					}

a.largelinks:hover		{
					font-family: sans-serif;
					font-size:26px;
					text-decoration:underline
					}

.large				{
					font-size:26px;
					font-family: sans-serif;
					}
.small				{
					font-size:small;
					font-family: sans-serif;
					}


.nodotlist			{
					list-style:none;
					}

.largecenter		{
					font-size:large;
					font-family: sans-serif;
					text-align:center;
					}

.centeritalics		{
					text-align: center;
					font-family: sans-serif;
					font-style:italic;
					}

.header				{
					background-image: url(images/logoheader.jpg);
					background-repeat: no-repeat;
					background-position: center;
					}

.background			{
					background-color:#DDE6F5;
					background-image:url(images/Water-802215.jpg);
					background-attachment:fixed;
					background-position:center;
					}

.transparent		{
					background:transparent;
					}

/* Generated via www.cssmenubuilder.com */

.menu				{
					margin:0;
					padding:0;
					width:195px;
					list-style:none;
					background:transparent;
					}
					
.menu li			{
					padding:0;
					margin:0 0 1px 0;
					height:40px;
					display:block;
					}
					
.menu li a			{
					text-align:center;
					height:40px;
					padding:0px 25px;
					font:12px Verdana, sans-serif;
					color:rgb(255,255,255);
					display:block;
					background:url('images/verMenuImages.gif') 0px 0px no-repeat;
					text-decoration:none;
					}

.menu li a:hover	{
					background:url('images/verMenuImages.gif') 0px -40px no-repeat;
					color:rgb(255,255,255);
					}
.menu li a.active, .menu li a.active:hover	{
					background:url('images/verMenuImages.gif') 0px -80px no-repeat;
					color:rgb(0,0,0);
					}

.menu li a span		{
					line-height:40px;
					}