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

body { 
background-image: url(../images/background1.gif);
background-repeat: repeat-x;
background-color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
} 

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
}

A.bodyText:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	font-weight: normal;
	text-decoration: underline;
}	

A.bodyText:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	font-weight: normal;
	text-decoration: underline;
}

A.bodyText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}	
	
.redHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #950d0d;
	font-weight: bold;
}

/* .redText works with .side2 */

.redText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	line-height: 24px;
	color: #950d0d;
	font-weight: normal;
}

A.RedNav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #950d0d;
}

A.RedNav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #950d0d;
}

A.RedNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #950d0d;
}

A.RedNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #950d0d;
}

A.Black:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.Black:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.Black:active {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

A.Black:hover {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	text-decoration: none;
	color: #6479A5;
}

.menu {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}

.menu:hover {
	background-image: url(../images/navbar_bg.jpg);
	color: #FFFFFF;
	background-position: center;
}

.cellbkg {
	background-image: url(../images/navbar.jpg);
	background-repeat: repeat-x;
	height: 31px;
}

.cellbkg:hover {
	background-image: url(../images/navbar_bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
}

.navBkg {
background-image: url(../images/nav_bkg.jpg);
width: 233px;
height: 198px;
}

.side2 {
background-image: url(../images/sidebar_2.gif);

}

/* footer areas */

#footer { 
background-color: #950d0d;
background-image: url(../images/footer_2.gif);
background-repeat: repeat-x;
}

a.foot {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-align: center;
line-height: 10px;
text-decoration: none;
}

a.foot:link, a.foot:visited {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF; 
font-size: 12px;
line-height: 10px;
text-decoration: none;
}

a.foot:hover {
font-family: Arial, Helvetica, sans-serif;
color: #948B63;
line-height: 10px;
text-decoration: underline;
}

a.foot2 {
font-family: Arial, Helvetica, sans-serif;
color: #948B63;
text-align: center;
}

a.foot2:link, a.foot2:visited {
font-family: Arial, Helvetica, sans-serif;
color: #948B63; 
font-size: 12px;
line-height: 20px;
}

a.foot2:hover {
font-family: Arial, Helvetica, sans-serif;
color: #948B63;
text-decoration: underline;
line-height: 20px;
}

#footer2 {
font-family: Arial, Helvetica, sans-serif;
background: ;
text-align: center;
padding-bottom: 10px;
padding-top: 4px;
padding-bottom: 9px;
margin-right: 0;
}
	
#footer3 {
font-family: Arial, Helvetica, sans-serif;
background: ;
color: #000000;
font-size: 10px;
text-align: center;
padding-top: 10px;
line-height: 16px;
}

#copyright {
font-family: Arial, Helvetica, sans-serif;
background: ;
color: #950d0d;
font-size: 10px;
text-align: center;
padding-bottom: 16px;
line-height: ;
}

/* end footer areas */