body
{
   font-family: Arial, Helvetica, sans-serif;
   background-image:url(bg.jpg);
   background-repeat:repeat-x;
   background-color:#18375d;
}

#middle
{
	margin-left: auto;
    margin-right: auto;
	border: 2px solid #000000;
	width:645px;
	height:2265px;
	background-color:#FFFFFF;
}

#text1
{
    position:absolute;
	width:645px;
	min-height:700px;
	height:700px;
	background-image:url(pic1.jpg);
	background-repeat:no-repeat;
}

#text2
{
    position:absolute;
	width:390px;
	height:335px;
	top:340px;
	left:10px;
}

#text3
{
    position:absolute;
	width:237px;
	height:120px;
	top:550px;
	right:10px;
}

#text4
{
    position:relative;
	width:625px;
	height:1500px;
	min-height:1500px;
	top:720px;
	left:10px;
}

.footer{color:#ffffff; font-size:14px;}
.blue{color:#0c4da2; font-weight:800;}
.bluetitle{color:#0c4da2; font-size:18px; font-weight:800;}
.large{font-size:18px;}
.red{color:#e5492b; font-size:24px;}
.yellow{background-color:#f4eb03; font-weight:bold;}


A:link {color:#ffffff;text-decoration: none}
A:visited {color:#ffffff;text-decoration: none}
A:active {color:#ffffff;text-decoration: none}
A:hover {text-decoration: underline; color: red;}
