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


body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

a:link, a:visited, a:active {
	color:#CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
}

h1{
	font-size:22px;
	color:000000;
}

h2{
	font-size:16px;
	color:#666666;
}
h3{
	font-size:18px;
	color:#082c45;
	text-align:left;
	text-decoration:underline;
}
.content {
	width:850px;
	height:400px;
	background-color:#FFFFFF;
}

#contentRight h3 {
	padding-left:10px;
}

p{
	font-size:13px;
	text-align:justify;
	color:#999999;
}
.top {
	background-image:url(../images/topbkg.gif);
	background-repeat:repeat;
	background-position:center;
	height:147px;
	background-color:#969696;
}

.middle {
	background-image:url(../images/bkg.gif);
	background-repeat:repeat;
	background-position:center;
	background-color:#000000;
}
.header {
	width:850px;
	height:147px;
	background-image:url(../images/header.jpg);
}

.headerRightText {
	padding:30px 20px 0px 0;
	text-align:right;

}

.headerRightText, .headerRightText a:link, .headerRightText a:visited, .headerRightText a:active {
	color:#ffffff;
	text-decoration:none;
	font-size:14px;

}
.headerRightText a:hover {
	text-decoration:underline;

}

.contentText{
	padding:0 30px 20px 20px;
}

.content{
	padding:20px 0 40px 0;
}
.menu{
	padding:0;
	margin:0;
}
.footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:194px;
}
.footer, .footer a:link, .footer a:visited, .footer a:active {
	padding-top:10px;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.footerAddress{
	padding-top:20px;
}

