@charset "utf-8";
/* CSS Document */
/*
#C31230 = RED
#00704A = GREEN
#004B8D = BLUE
#F0CB00 = YELLOW dark
#F3D533 = YELLOW light
#FCF5CC = YELLOW content right
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, td, li, input, textarea
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 5px 5px 5px;
	color: #000033;
}

p
{
	text-align: justify;
}

h1,
h2
{
/*	
	font-family:Georgia, "Times New Roman", Times, serif;
*/
	font-size: 16px;
	color: #C31230; /* RED */
	margin: 0px;
	margin: 10px 5px 5px 5px;
}

h2
{
	color: #FFFFFF;
	color: #C31230; /* RED */
	font-size: 14px;
	margin: 5px;
}

a,
a:link,
a:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C31230;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#scrollup
{
	POSITION: relative;
	OVERFLOW: hidden;
	BORDER: #F3D533 1px solid;
	border: #004B8D 1px solid;
	BORDER-LEFT: 0px;
	BORDER-RIGHT: 0px;
	WIDTH: 140px;
	WIDTH: 260px;
	HEIGHT: 140px
}

.headline
{
	POSITION: absolute;
	TOP: 150px;
	LEFT: 5px;
	WIDTH: 130px;
	WIDTH: 250px;
	HEIGHT: 135px;
}

.footer,
.footer p
{
	background-color:#004B8D;
	color: #FFF;
	text-align: center;
}

.btnSquare,
.btnSquare:link,
.btnSquare:visited
{
	background-image: url(images/squareRoundGreenDark.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 116px;
	height: 116px;
	color:#F0CB00;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	padding: 20px;
}

.btnSquare:hover
{
	background-image: url(images/squareRoundGreenLight.jpg);
	background-repeat: no-repeat;
	width: 116px;
	height: 116px;
	color: #00704A;
}

td .btnSquare:link
{
	vertical-align: middle;
}



#container
{
}

#text
{
	top: 0;
	left: 0;
	
	position: relative;
	z-index: 1;
	
	visibility: show;
	
	border: 1px solid #004b8d;

	background-image:url(images/banner3.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 108px;

	color: #FFF;
	text-align:right;
	
}

.newsHeadline
{
	color: #FFF;
	font-size:12px;
	font-weight: bold;
}

.newsContent
{
}

h2 a,
h2 a:link,
h2 a:visited
{
/*
	font-family:Georgia, "Times New Roman", Times, serif;
*/
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

h2 a:hover
{
	text-decoration: underline;
}

.white
{
	color: #FFF;
}

#banner
{
	position: relative;
	margin: 0;
	padding: 0;
	width: 798px;
	height: 10px;
	border: 1px solid #004B8D;
}

#contact
{
	position: absolute;
	top: 5px;
	left: 625px;
	text-align: right;
	color: #FFF;
	padding:0px;
	margin:0px;
	
}

.title
{
	font-size: 12px;
	color: #C31230; /* RED */
}

