/* CSS Document */

/*----This file contains the main content formatting styles for 2 column pages ---*/	

/*----Start Main Content---*/	
	
/*----Box containing 2 Columns and top content background---*/	
	
#box {
	float:left;
	width: 882px;
	background-image: url(../images/top-bg2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	}
	
/*----This box places the main content background image---*/		

#box2 {
	float:left;
	width: 882px;
	background-image: url(../images/bg-full2.gif);
	background-repeat: repeat-y;
	background-position: center bottom;
	}
	
/*----This places the content bottom background image---*/		

#bottom {
	width: 882px;
	height: 51px;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	background-image: url(../images/bottom-bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	}
	
/*----Left Content Column---*/	
	
#one {
	width:303px;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
 	}
	
#one p {
	padding-left: 45px;
	padding-right: 15px;
}

/*----Left Column Images---*/	

#one img {
	margin-bottom: 15px;
	}
	
/*----Left Column Navigation Arrows---*/	
	
#arrows1 {
	width: 100px;
	height: 18px;
	margin-top: 15px;
	margin-left: 45px;
	margin-bottom: 0px;
}

#arrows1 img {
	border: none;
	margin-bottom: none;
}

/*----Left Column Headers---*/	

#one h1, #one h2, #one h3, #one h4, #one h5, #one h6 {
	padding-left: 45px;
	padding-right: 15px;
}

/*----Left Column Unordered Lists---*/	
	
#one ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

#one ul li {
	background-image: url(../images/bullet-gold.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 52px;
	}

/*----Right Content Column---*/	

#two {
	color:#333333;
	width:560px;
	float:left;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
 	}
	
#two p {
	padding-left: 21px;
	padding-right: 30px;
	}
	
/* images */

a img {
	border: none
}
a:hover img {  
  border: none
}
.float_left {
	margin-top: 12px;
	margin-right: 15px;
	margin-left: 0px;
	margin-bottom: 12px;
	float: left;
}

.float_right {
	border: 1px solid #243D8F;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 15px;
	float: right;
	}

.center {
	border: 1px solid #243D8F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
	
/*----Right Column Navigation Arrows---*/	
	
#arrows2 {
	width: 100px;
	height: 18px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 21px;
}

#arrows2 img {
	border: none;
	margin: 0;
	float: none;
}
	
/*----Right Column Headers---*/	

#two h1, #two h2, #two h3, #two h4, #two h5, #two h6 {
	padding-left: 21px;
	padding-right: 30px;
}

/*----Right Column Unordered Lists---*/	
	
#two ul {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	}

#two ul li {
	background-image: url(../images/bullet-gold.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-image: none;
	list-style-type: none;
	padding-left: 14px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 27px;
	}
	
/*----End Box containing 2 Columns and top content background---*/	

/*----End Main Content---*/	
