body{
	background-image:url('bg.gif');
	text-align: center;
}

#main{
	position:absolute;
	left:50%;
	top:30px;
	width:780px;
	height:auto;
	margin-left:-385px;
}

#topOutline{
	width:780px;
	height:10px;
	background-image:url('top.gif');
	background-position: bottom;
	background-repeat: repeat-x;
}

#outline{
	width:780px;
	height:auto;
	background-color:#6D81BA;
}

#main2{
	width:770px;
	height:auto;
	margin-left: 3px;
	background-color:#2C305C;
}

#header{
	width:770px;
	height:110px;
	background-color:#2C305C;
}

#contentSWF{
	width:770px;
	height:440px;
	background-color:#2C305C;
}

#content{
	width:770px;
	background-color:#2C305C;
}

#content h1{
	padding-left: 15px;
	text-align:left;
	font-family:arial;
	font-size:14px;
	color:#3399FF;
	text-transform: capitalize;
}

#content p{
	padding-left: 15px;
	padding-right: 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
	color:#CCCCCC;
	line-height: 18px;
}

#bottom{
	margin-left: auto;
	margin-right: auto;
	width:770px;
	height:90px;
	background-color:#2C305C;
}

#bottom_left{
	margin-top: 5px;
	float:left;
	width:255px;
}

#bottom_middle{
	margin-top: 5px;
	float:left;
	width:255px;
}

#bottom_right{
	margin-top: 5px;
	float:left;
	width:255px;
}

#footer{
	width:750px;
	height:81px;
	padding-top:15px;
	padding-left:20px; 
	font-family:arial;
	font-size:8pt;
	text-align:left;
	color:#AAAAAA;
	background-color:#2C305C;
	background-image:url('footer.gif');
	background-repeat: repeat-x
}

#bottomOutline{
	width:780px;
	height:10px;
	background-image:url('bottom.gif');
	background-repeat: repeat-x
}
