 body {
	margin:0;
	padding:0;
	text-align:center;
	background:#18061e;
		
	font: 12px 'Arial';
	color:#555;
	line-height: 1.75;
}

.container {
	position: relative;
	text-align:center;
	width: 100%;
	margin: 0;
	padding:0;	
}

.BGcontainer {
	position:absolute;
	text-align:center;
	width: 900px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	padding:0;
	background:url(../images/bg.png) top center no-repeat;	
}

.MAIN {
	position: relative;
	text-align:center;
	width: 800px;
	margin: 125px auto 50px auto;
	padding:0;
}

.mainHead {
	position: relative;
	text-align:center;
	width: 800px;
	margin: 0;
	padding:0px;
}

.mainBody {
	position: relative;
	text-align:left;
	width: 760px;
	margin: 0px auto 0px auto;
	padding: 0px 20px 20px 20px;
	background:#FFFFFF;
}

.floatFix {
	clear:both;
}

.colBox {
	position: relative;
	text-align:left;
	width: 760px;
	margin: 20px auto 20px auto;
	padding: 0px;
	background:url(../images/colBoxBG.gif) repeat-y;
}

.colL {
	position: relative;
	float:left;
	text-align:justify;
	width: 535px;
	margin: 0px;
	padding: 0px;
}

.colR {
	position: relative;
	float:right;
	text-align:right;
	width: 185px;
	margin: 0px;
	padding: 0px;
}


.footer {
	position: relative;
	text-align:center;
	width: 760px;
	margin: 0px;
	padding:20px;
	
	font: 10px 'Arial';
	color:#FFF;
	line-height: 1.75;
	
}

.footerL {
	position: relative;
	float:left;
	text-align:justify;
	width: 535px;
	margin: 0px;
	padding: 0px;
}

.footerR {
	position: relative;
	float:right;
	text-align:right;
	width: 185px;
	margin: 0px;
	padding: 0px;
}

/* TEXT STYLING */

#subTitle {

		font:'Arial';
		font-size:26px;
		font-weight:bold;
		color:#003366;
		line-height: 1;
		letter-spacing: -1px;
  	  }
	  
.title {

		font: 36px 'Arial';
		font-weight:bold;
		color: #000;
		line-height: 1;
		letter-spacing: -2px;
  	  }

/* ^^^^ TEXT STYLING ^^^^ */

/* LINKS */

a:visited {
	  color:#849DAA;;
	  text-decoration: none;
  	  } 
a {
	  color:#849DAA;;
	  text-decoration: none;
      }
a:hover {
	  color:#00467F;
	  text-decoration: underline; 
      }

/* ^^^^ LINKS ^^^^ */
