@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;
}

.flashArea
{
width: 100%;
height: 430px;
background-color:#A30008;
}

.flashAreaContainer
{
width:955px;
height: 430px;
margin-left: auto;
margin-right: auto;
}

.flash
{
width:800px;
height:395px;
float: right;
margin-top: auto;
margin-bottom: auto;
padding-top: 15px;
}

.horzLineTop
{
width: 100%;
height: 4px;
background-image: url(../images/bgimages/lineHorzBG.jpg);
background-repeat: repeat-x;
background-color: #870310;
}

.textArea
{
width: 100%;
height: 212px;
background-color: #870310;
}

.textAreaContainer
{
width: 955px;
height: 212px;
margin-left: auto;
margin-right: auto;
}

.text
{
width:750px;
height: 212px;
float: right;
font-family:Georgia, Garamond, Times, serif;
color:#FFD4D8;
font-size:18px;
line-height: 30px;
letter-spacing: 1px;
padding-right: 20px;
}

.mainHighlight
{
color:#FFFFFF;
font-weight: 900;
font-style: italic;
}

.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;
}
