/* CSS Document */

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

/* Navigation Bar */

.menu {
	/*background-image: url(../images/navbar_2A.gif);*/
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

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

.cellbkg {
	background-image: url(../images/navbar_2A.gif);
	background-repeat: repeat-x;
	height: 36px;
}

.cellbkg:hover {
	background-image: url(../images/navbar_2B.gif);
	background-repeat: repeat-x;
	height: 36px;
}

.navbkg{
	background-image: url(../images/navbar_2A.gif);
}

/* Texts */

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

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

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

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

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #651705;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
}

.rightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
	text-align: right;
}

/* Footer */

.footer {
	background-image: url(../images/foot_mid.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
}

.footer.link {
	background-image: url(../images/foot_mid.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: underline;
}

.footer.hover {
	background-image: url(../images/foot_mid.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: underline;
}

.footer.visited {
	background-image: url(../images/foot_mid.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: underline;
}

/* Contact Us */

.contact {
	background-image: url(../images/contact.gif);
	background-repeat: repeat-y;
	color: #464646;
	background-position: center;
}

.headlineContact {
	background-image: url(../images/contact.gif);
	background-repeat: repeat-y;
	color: #464646;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #651705;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: left;
	padding-left: 14px;
}