body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.png);
	background-repeat: repeat-x;
	background-position: center 0px;
	background-color: #2475c5;
}
a:link, a:visited{
	text-decoration: none;
	color: #113559;
}

a:hover, a:active{
	text-decoration: underline;
	color: #2EB7CF;
}
#mainbg{
	width:100%;
	margin:0;
	padding:0;
	text-align: center;
	background-image: url(images/cloud.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	min-height:260px;
	top: 0px;
	position: absolute;
	left: 0px;
}
#main{
	width:766px;
	margin:0 auto 0 auto;
	padding:220px 0 0 0;
	text-align: center;
	min-height:300px;
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#logo{
	width:766;
	margin:0;
	padding:0;
	text-align: center;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	min-height:260px;
}
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #113559;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
	letter-spacing: -1px;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #2D66A6;
}
h3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2D66A6;
}
