@charset "UTF-8";
/* CSS Document */

body
{
margin: 0;
background-image: url(../images/bgimages/footerBG.jpg);
background-repeat: repeat;
}

.menuBar 
{
width: 100%;
height: 125px;
background-image: url(../images/bgimages/menuBG.jpg);
background-repeat: repeat-x;
border: thick;
}

.menuBarContainer
{
width:955px;
height: 125px;
margin-left: auto;
margin-right: auto;
}

.logo
{
width: 360px;
height: 117px;
float: left;
margin-top: 8px;
}

.menuLinks
{
width:595px;
height:125px;
font-family:Georgia, Garamond, Times, serif;
color:#FFFFFF;
font-size:14px;
float: right;
}

.selectedPage
{
color: #E6CC2E;
}

h1
{
font-family: "Trebuchet MS", Verdana, sans-serif;
color: #FFFFFF;
font-size: 40px;
padding-top: 10px;
margin: 0;
}

h2
{
font-family: "Trebuchet MS", Verdana, sans-serif;
color: #FFFFFF;
font-size: 25px;
padding-top: 10px;
margin: 0;
}

h3
{
font-family:Georgia, Garamond, Times, serif;
color:#FFFFFF;
font-size:18px;
line-height: 30px;
letter-spacing: 1px;
font-style: italic;
font-weight: bold;
padding-right: 50px;
}

p
{
font-family:Georgia, Garamond, Times, serif;
color:#FFD4D8;
font-size:17px;
line-height: 30px;
letter-spacing: 1px;
padding-right: 50px;
}

.right 
{ 
float: right; 
}

.imageThe 
{
max-width: 100%; 
display: inline; 
padding: 0px; 
margin: 0px 10px 10px 15px; 
}

h4
{
font-family: "Trebuchet MS", Verdana, sans-serif;
color: #E6CC2E;
font-size: 24px;
padding-top: 40px;
line-height: 0px;
margin: 0;
}

h5
{
font-family: "Trebuchet MS", Verdana, sans-serif;
color: #769405;
font-size: 21px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
}

h6
{
font-family: "Trebuchet MS", Verdana, sans-serif;
color: #E6CC2E;
font-size: 15px;
padding-top: 0px;
margin: 0;
}

.sidebarText
{
font-family: "Trebuchet MS", Verdana, sans-serif;
color: #DBDBDB;
font-size: 12px;
line-height: 20px;
padding-top: 0;
}

.horzLineBottom
{
width: 100%;
height: 2px;
background-image: url(../images/bgimages/lineHorzBottom.jpg);
background-repeat: repeat-x;
}

.footer
{
width: 100%;
height: 60px;
background-image: url(../images/bgimages/footerBG.jpg);
background-repeat: repeat;
}

.footerContainer
{
width: 955px;
margin-left: auto;
margin-right: auto;
}

.footerContent
{
width: 100%;
text-align: center;
font-family:Georgia, Garamond, Times, serif;
color:#FFD4D8;
font-size:10px;
padding-top: 10px;
padding-left: 60px;

}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}