@charset "utf-8";
/* CSS Document */

body {
	background-color: #6387c3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:visited{
	color: #FF0000;
}
h1{
margin-top: .25ems;
margin-bottom: .25ems;
font-size: 28px;
}
.pageborder {
	border: 10px solid #FFFFFF;
}
.menu a {
	background-image: url(images/menu-bg.gif);
	background-repeat: repeat-x;
	font-size: 22px;
	color: #6e6d72;
	text-decoration: none;
	height: 40px;
	display: block;
	line-height: 40px;
}

.menu a:hover, .menu a:hover:visited {
	background-image: url(images/menu-bg-ov.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
/*******Start Left Nav *********/
#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	font-weight: bold;
}

#navcontainer li { margin: 0 0 0px 0; }

#navcontainer a
{
display: block;
padding: 0px;
width: 193px;
background-image: url(images/left-button.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{
background-image: url(images/left-button-ov.gif);
color: #fff;
}

#active a:link, #active a:visited, #active a:hover
{
background-image: url(images/left-button-ov.gif);
color: #333;
}
/*******End Left Nav *********/
.footer, .footer a, .footer a:visited{
	font-size: 13px;
	text-decoration: none;
	color: #6e6d72;
}
.footer a:hover, .footer a:hover:visited {
	font-size: 13px;
	text-decoration: underline;
	color: #6e6d72;
}
/**** Photo Slideshow ****/
.Caption {
font-family: Arial;
font-weight: normal;
font-size:  12pt;
color:      #FF3300; }

A.Controls:link    { color:#666666;
                     text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:visited { color:#666666; text-decoration:none; 
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:active  { color:#666666; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
A.Controls:hover   { color:#00FF00; text-decoration:none;
                     font-family: Arial;
                     font-size:   14pt;
                     font-weight: bold; }
