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

body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 26px;
	/*color: #f47f20;*/
 	color: #92278f;
	font-weight: 600;
	
	
}

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

a:link {
	color: #f56e00;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #f56e00;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #f56e00;
}
a:active {
	text-decoration: none;
	font-weight: 600;
	color: #f56e00;
}
.footerlink:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
.footerlink:visited {
	text-decoration: none;
	color: #ffffff;
}
.footerlink:hover {
	text-decoration: underline;
	color: #ffffff;
}
.footerlink:active {
	text-decoration: none;
	color: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #009798;

}
h1 {
	font-size: 17px;
	color: #009798;
		
}
.wrapper {
	width:1019px;
	margin-right: auto;
	margin-left: auto;
	
}
.navarea {
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
	width: 226px;
	height: 468px;
	padding-top:10px;
	text-align:right;
}
.contentarea {
	padding-right: 50px;
    padding-left: 30px;
	width: 713;
}

.intbody {
	background-image: url(images/center.jpg);
	background-repeat: repeat-y;
	
	
}
.intbtm {
	background-image: url(images/btm.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
.intfooterarea {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	ine-height: 20px;
	text-align: center;
}
.copyrightarea {
	font-size: 11px;
	line-height: 14px;
	color: #CDD0D1;
	text-align: center;
	padding-right: 90px;
	padding-left: 90px;
}
