@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


.border{
background-image:url(../images/wall-repeater.jpg);
background-position:top;
background-repeat: repeat-y;

}


.right-border{
background-image:url(../images/right-border.jpg);
background-position:left;
background-repeat: repeat-y;

}

.bar{
background-image:url(../images/green-repeater.jpg);
background-position:top;
background-repeat: repeat-x;

}

.inner-lborder{
background-image:url(../images/greeny.jpg);
background-repeat: repeat-y;

}

.inner-rborder{
background-image:url(../images/greeny.jpg);
background-position:top;
background-repeat: repeat-y;

}

.padder{
	padding-left:10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333;
	line-height: 15px;
	font-weight: normal;
 
 
}

P{
	margin-top: 6px;
	margin-bottom: 6px;
}

.footer{
color:#005288;
font-weight:bold;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}

.footer a:link{
	color:#005288;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}

.footer a:visited{
	
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}

.footer a:hover{
	color:#33CC33;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}

.sub-header{
font-size:16px;
color:#33CC33;
}
