@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;
}
.mainArea
{
width: 100%;
height: 850px;
background-color:#870310;
}

.mainAreaContainer
{
width:965px;
height: 850px;
margin-left: auto;
margin-right: auto;

}

.mainAreaContent
{
width: 815px;
float: left;
height: 850px;
padding-left: 150px;
}

.mainAreaSidebar
{
width: 179px;
height: 430px;
float: right;
padding-left: 10px;
}

p
{
font-family:Georgia, Garamond, Times, serif;
color:#FFD4D8;
font-size:17px;
line-height: 30px;
letter-spacing: 1px;
padding-right: 50px;
}

.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;
}