/* CSS Document */


body
{
background-image:url(images/background.jpg);
background-repeat:no-repeat;
background-color:#363737;
}
#header
{
}
#textarea
{
	margin-left:30px;
	width:820px;
	height:10000px;
	background-color:#FFFFFF;
	padding-left:18px;
	padding-top:20px;
	margin-left:45px;
	}
p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}
.txt
{
	font-size:18px;
}
.bluetxt
{
	font-weight:bold;
	color:#333366;
	font-family:"Century Gothic";
	font-size:60px;
	text-align:center;
	}
.redtxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	font-weight:bold;
	color:#FF0000;
	}
li {
	list-style-position:inside;
	list-style-type:  none;
	margin-bottom: 1em;
}
.image
{
	padding-left:120px;	
}
.butt
{
	margin-left:130px;
	height:200px;
}
.blue
{
	color:#003061;
	text-align:center;
	font-weight:bold;
	}
.ref
{
	margin-bottom:70px;
	padding-left:180px;
	}


	

