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



html, body {
	
	background-color: #4c7aa2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

.container {
	background-image: url(/templates/general/images/bg.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -55px;
	width: 990px;
	
	
}

.content {
	padding: 15px 0 5px 0px;
	
	
}

.footer_content {
	text-align: center;
	color: #FFFFFF;
	padding-top: 25px;
}

.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footer a:hover, .footer a:visited:hover {
	text-decoration: underline;
	color: #000000;
}
	
.footer, .push {
	height: 55px;
	
}

.footer {
	background-image: url(/templates/general/images/footer.jpg);
	background-repeat: no-repeat;
	margin: auto !important;
	width: 990px;
	height: 55px;
	
}

.pagetitle {
	font-size: 24px;
	font-weight: bold;
}