@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
} 
.thrColFixHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -9000px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.logo {
	margin: 0px;
	padding: 0px;
}
.headerimage {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#menu {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.menuItemBox {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	border: 1px solid #FF0000;
	background-color: #FF0000;
	font-size: 16px;
	font-weight: normal;
	height: 38px;
	vertical-align: middle;
	line-height: 38px;
	color: #FFFFFF;
}
.menuItemBox2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	border: 1px solid #FF0000;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	height: 38px;
	line-height: 18px;
}
.menuItemPictures {
	float: left;
	margin-right: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menuItemBox  a:link {
	color: #FFFFFF;
}
.menuItemBox  a:visited {
	color: #FFFFFF;
}
.menuItemBox  a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menuItemBox2 a:link {
	color: #FFFFFF;
}
.menuItemBox2 a:visited {
	color: #FFFFFF;
}
.menuItemBox2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}









.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 23px;
	padding-right: 0px;
	padding-left: 0px;
} 
.thrColFixHdr #footer {
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF0000;
	margin-top: 10px;

} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #container #footer #footerLeft {
	float: left;
	width: 400px;
	font-size: 12px;
	line-height: 16px;
}
#copyright {
	float: right;
	width: 320px;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
}

.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;
}

#quickLinks {
	border: 1px solid #FF0000;
	background-color: #e5f5f9;
	width: 160px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 15px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
}
.quickLinkBox {
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	height: 53px;
	margin-bottom: 10px;
	text-align: center;
	width: 158px;
	float: left;
}
.centerImage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;

}
.centerImage2 {
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centerImage3 {
	margin-top: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centerImage4 {
	margin-top: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.centerImage5 {
	margin-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.bullet {
	margin-right: 5px;
}
.imageRightFloat {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
.imageRightFloat2 {
	float: right;
	margin-left: 5px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 0px;
}
.imageRightFloat3 {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.imageLeftFloat {
	margin-right: 15px;
	float: left;
	vertical-align: bottom;
	margin-bottom: 10px;
}
.imagesimple {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




.icons {
	float: left;
	margin-right: 15px;
	text-decoration: none;
	padding-bottom: 40px;
}
.icons2 {
	float: left;
	margin-right: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 45px;
}
.icons3 {
	float: left;
	margin-right: 35px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	padding-top: 5px;
}

.icons4 {
	float: left;
	margin-right: 30px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
.icons5 {
	float: left;
	margin-right: 19px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	margin-left: 10px;
}
.icons6 {
	float: left;
	margin-right: 18px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 120px;
}
.icons7 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 170px;
}
.icons8 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 120px;
}
.icons9 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 220px;
}
.icons10 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 90px;
}
.icons11 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 30px;
}
.icons12 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 210px;
}

.icons13 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 70px;
}
.icons14 {
	float: left;
	margin-right: 15px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}
.icons15 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 70px;
}
.icons16 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 120px;
}
.icons17 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 50px;
}
.icons18 {
	float: left;
	margin-right: 15px;
	text-decoration: none;
	padding-bottom: 20px;
}
.icons19 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 80px;
}
.icons20 {
	margin-right: 4px;
	text-decoration: none;
	float: left;
	padding-bottom: 80px;
}
.icons21 {
	float: left;
	margin-right: 18px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}




















#bulletSection {
}
#wallet {
	float: left;
	width: 40px;
}
#costText {
	margin-left: 65px;
}
ul {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
.liIndent {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;

}

#teachingHat {
	float: left;
	width: 40px;
}
#quality {
	margin-left: 65px;
}
.table {
	border-collapse: collapse;
	border: 2px solid #16A3C9;
}
.bulletList {
	list-style-type: disc;
	padding-left: 30px;
}
.mapText {
	margin-left: 150px;
	float: left;
	display: block;
}
#click {
	float: left;
	width: 120px;
}
