body {
	font: 80%/140% Arial, Helvetica, sans-serif;
	margin:auto;
	background:#ffffff;
	width:721px;
	height:auto;
}
body .front_page{
	font: 80%/140% Arial, Helvetica, sans-serif;
	margin:auto;
	background:#ffffff;
	width:684px;
	height:auto;
}
.clear{ clear:both;}               
/* 
Grid Column Structures - based on 5 column-grid
                                                       
EX:
 "oneThreeOne" is three columns in a five column container - middle column spanning 3 columns = 1+3+1=5
 "oneTwoOne" is three columns in a FOUR column container (e.g. fourOne) - middle column spanning 2 columns = 1+2+1=4
*/

/* <fives> */

.oneOneOneOneOne { width:950px; margin-bottom: 13px; display: inline-block; clear:both; }
	.oneOneOneOneOne .columnOne,
	.oneOneOneOneOne .columnTwo,
	.oneOneOneOneOne .columnThree,
	.oneOneOneOneOne .columnFour,
	.oneOneOneOneOne .columnFive { float:left; margin-right: 25px; }
	.oneOneOneOneOne .columnFive { margin-right: 0; }

	.oneOneOneOneOne .columnOne,
	.oneOneOneOneOne .columnTwo,
	.oneOneOneOneOne .columnThree,
	.oneOneOneOneOne .columnFour,
	.oneOneOneOneOne .columnFive { width: 170px; }

.oneThreeOne { width:950px; margin-bottom: 13px; display: inline-block; clear:both; }
	.oneThreeOne .columnOne,
	.oneThreeOne .columnTwo,
	.oneThreeOne .columnThree { float:left; margin-right: 25px; }
	.oneThreeOne .columnThree { margin-right: 0; }

	.oneThreeOne .columnOne    { width: 170px; }
	.oneThreeOne .columnTwo    { width: 560px; }
	.oneThreeOne .columnThree  { width: 170px; }

.fourOne { width:950px; margin-bottom: 13px; display: inline-block; clear:both; }
	.fourOne .columnOne    { width: 765px; float:left; margin-right: 25px; }
	.fourOne .columnTwo    { width: 170px; float:left; }

.oneFour { width:950px; margin-bottom: 13px; display: inline-block; clear:both; }
	.oneFour .columnOne    { width: 170px; float:left; margin-right: 25px; }
	.oneFour .columnTwo    { width: 765px; float:left; }

.threeOneOne { width:950px; margin-bottom: 13px; display: inline-block; clear:both; }
	.threeOneOne .columnOne,
	.threeOneOne .columnTwo,
	.threeOneOne .columnThree { float:left; margin-right: 25px; }
	.threeOneOne .columnThree { margin-right: 0; }

	.threeOneOne .columnOne    { width: 560px; }
	.threeOneOne .columnTwo    { width: 170px; }  
	.threeOneOne .columnThree  { width: 170px; }

	.five { width:950px; margin-bottom: 13px; display: inline-block; clear:both; }
		.five .columnOne { width:950px; float:left; margin-right: 0; }

/* </fives> */
     
/* <fours> */

.oneTwoOne { width: 765px; display:inline-block; clear:both; }
	.oneTwoOne .columnOne,
	.oneTwoOne .columnTwo,
	.oneTwoOne .columnThree { float:left; margin-right: 25px; }
	.oneTwoOne .columnThree { margin-right: 0; }

	.oneTwoOne .columnOne    { width: 170px; }   
	.oneTwoOne .columnTwo    { width: 365px; }
	.oneTwoOne .columnThree  { width: 170px; }

.twoOneOne { width: 765px; display:inline-block; clear:both; }
	.twoOneOne .columnOne,
	.twoOneOne .columnTwo,
	.twoOneOne .columnThree { float:left; margin-right: 25px; }
	.twoOneOne .columnThree { margin-right: 0; }

	.twoOneOne .columnOne    { width: 365px; }
	.twoOneOne .columnTwo    { width: 170px; }
	.twoOneOne .columnThree  { width: 170px; }

.oneOneTwo { width: 765px; display:inline-block; clear:both; }
	.oneOneTwo .columnOne,
	.oneOneTwo .columnTwo,
	.oneOneTwo .columnThree { float:left; margin-right: 25px; }
	.oneOneTwo .columnThree { margin-right: 0; }

	.oneOneTwo .columnOne    { width: 170px; }
	.oneOneTwo .columnTwo    { width: 170px; }
	.oneOneTwo .columnThree  { width: 365px; }

.threeOne { width: 765px; display:inline-block; clear:both; }
	.threeOne .columnOne,
	.threeOne .columnTwo { float:left; margin-right: 25px; }
	.threeOne .columnTwo { margin-right: 0; }

	.threeOne .columnOne    { width: 530px; }
	.threeOne .columnTwo    { width: 200px; }
	.threeOne h1 { margin-top:25px;}

.oneThree { width: 765px; display:inline-block; clear:both; }
	.oneThree .columnOne,
	.oneThree .columnTwo { float:left; margin-right: 25px; }
	.oneThree .columnTwo { margin-right: 0; }

	.oneThree .columnOne    { width: 200px; }  
	.oneThree .columnTwo    { width: 530px; }

.twoTwo { width: 765px; display:inline-block; clear:both; }
	.twoTwo .columnOne,
	.twoTwo .columnTwo { width: 365px; float:left; margin-right: 25px; }
	.twoTwo .columnTwo { margin-right: 0; }

.oneOneOneOne { width: 765px; display:inline-block; clear:both; }
	.oneOneOneOne .columnOne,
	.oneOneOneOne .columnTwo,
	.oneOneOneOne .columnThree,
	.oneOneOneOne .columnFour { float:left; margin-right: 25px; }
	.oneOneOneOne .columnFour { margin-right: 0; }

	.oneOneOneOne .columnOne,
	.oneOneOneOne .columnTwo,
	.oneOneOneOne .columnThree,
	.oneOneOneOne .columnFour { width: 170px; }

.fourThirds { width: 765px; display:inline-block; clear:both; }
	.fourThirds .columnOne,
	.fourThirds .columnTwo,
	.fourThirds .columnThree { float:left; margin-right: 25px; }
	.fourThirds .columnThree { margin-right: 0; }

	.fourThirds .columnOne,
	.fourThirds .columnTwo,
	.fourThirds .columnThree { width: 235px; }

/* </fours> */

/* 
End Grid Column Structures
*/


