body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#184163;
}

#center
{
    position:relative;
	margin-left:auto;
	margin-right:auto;
    width:800px;
	height:1250px;
	top:25px;
	
}

#content
{
    position:relative;
    margin-left:auto;
	margin-right:auto;
	width:800px;
	height:1250px;
	background-image:url(pic1.jpg);
	background-repeat:no-repeat;
	background-color:#efefc6;
	border:1px solid #000000;
}

#text1
{
    position:absolute;
	height:180px;
	width:780px;
	left:10px;
}

#text2
{
    position:absolute;
	height:100px;
	width:400px;
	left:10px;
	top:190px;
}

#text3
{
    position:absolute;
	height:620px;
	width:350px;
	left:430px;
	top:460px;
}

#text4
{
    position:absolute;
	height:620px;
	width:400px;
	left:10px;
	top:460px;
}

#text5
{
    position:absolute;
	height:120px;
	width:400px;
	left:200px;
	top:1110px;
}

#title
{
    position:relative;
	margin-left:auto;
	margin-right:auto;
    width:650px;
	top:25px;
	height:170px;
	background-color:#000063;
}

.blue{font-size:48px; color:#184163; font-weight:bold;}
.largeblue{font-size:60px; color:#184163; font-weight:bold;}
.largered{font-size:60px; color:#ad0c18; font-weight:bold;}
.red{color:#ad0c18; font-weight:bold;}
.smallblue{color:#184163; font-weight:bold;}
.mediumblue{font-size:18px; color:#184163; font-weight:bold;}
.small{font-size:12px;}

