@charset "utf-8";
/* CSS Document */
body{background-color:#ff7d01}
#container {
	background-color:#FFFFFF;
	position:relative;
	left:-600px;
	margin-left:50%;
	top:4px;
	width:1200px;
	height:1336px;
	z-index:1;
}
#container2 {
	background-color:#FFFFFF;
	position:relative;
	left:-600px;
	margin-left:50%;
	top:4px;
	width:1200px;
	height:2536px;
	z-index:1;
}
#header {
	position:absolute;
	left:0px;
	top:1px;
	width:1200px;
	height:460px;
	z-index:2;
}
#footer {
	position:absolute;
	left:1px;
	top:1135px;
	width:1200px;
	height:200px;
	z-index:3;
}
#footer2 {
	position:absolute;
	left:5px;
	top:2338px;
	width:1200px;
	height:200px;
	z-index:3;
}
#nav {
	position:absolute;
	left:-1px;
	top:431px;
	width:1199px;
	height:66px;
	z-index:2;
}
#content {
	position:absolute;
	left:1px;
	top:501px;
	width:1201px;
	height:1822px;
	z-index:2;
}
#content2 {
	position:absolute;
	left:1px;
	top:501px;
	width:1201px;
	height:1830px;
	z-index:2;
}
.text {font-size: 20px;
         color: #2a4272;
		 }
.textmed {font-size: 24px;
         color: #2a4272;
		 font-weight:bold;}
.textlrg {font-size: 36px;
         color: #2a4272;
		 font-weight:bold;}
.textxxlrg {font-size: 72px;
         color: #2a4272;
		 font-weight:bold;}		 

