@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(/campteam/images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D2D2D2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.twoColFixLtHdr #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/campteam/images/pageback.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
} 
#navigation {
	margin-bottom: 30px;
	line-height: 20px;
}
.twoColFixLtHdr #container #sidebar1 #navigation a {
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 #navigation a:visited {
	line-height: 20px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 #navigation a:hover {
	line-height: 20px;
	font-weight: bold;
	color: #762CB6;
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 #navigation .hdynlink {
	font-weight: bold;
	cursor: hand;
	cursor: pointer;
}

.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
h1 {
	font-size: 20px;
	color: #412481;
	line-height: 24px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	margin-left: 25px;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(/campteam/images/leftnavback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#addressBox {
	background-image: url(/campteam/images/contactback.png);
	height: 156px;
	width: 132px;
	position: absolute;
	left: 44px;
	top: 1094px;
	padding: 10px;
}

.twoColFixLtHdr #mainContent {
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 0;
	padding-left: 0px;
} 
h2 {
	font-size: 14px;
}

.twoColFixLtHdr #footer {
	background-image: url(/campteam/images/footerback.png);
	background-repeat: repeat-x;
	background-position: center top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0;
	margin-bottom: 0px;
	height: 73px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 0px;
	padding-top: 20px;
	padding-left: 0px;
	text-align: center;
} 

.twoColFixLtHdr #footer p {
	padding-top: 0px;
	margin-top: 0px;
	}



#footer2 {
	background-image: url(/campteam/images/footerback2.png);
	background-position: center top;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 21px;
	margin-bottom: 30px;
	font-size: 11px;
	color: #333;
	}




	
#BotNav {
	list-style-type:none;
	margin-left:0;
	text-align: center;
	}
	

#BotNav li {
	display:inline;
	float:left;
	margin-left: 25px;
	padding:0 5px 0 3px;
	text-transform:uppercase; 
	}
	
#BotNav li a {
	color: #1b2f84;
	font-size: 12px;
	text-decoration: none;
	}	
	
#BotNav li a:hover {
	color: #4154a7;
	text-decoration: underline;
	}	
	
	
	
	
	


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
