@charset "utf-8";
body  {
	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-color: #456680;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.twoColFixRtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-left: 50px;
	padding-bottom: 20px;
	float: left;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #E1E1E1;
	border: 1px solid #660000;
	background-repeat: repeat;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.twoColFixRtHdr #mainContent {
	background-color: #FFFFFF;
	float: left;
	width: 485px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
} 
.twoColFixRtHdr #mainEditWrapper {
	background-color: #FFFFFF;
	float: left;
	width: 770px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixRtHdr #footer {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	float: left;
	width: 760px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixRtHdr #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 */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.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;
}
.twoColFixRtHdr #YouTube {
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #cccccc;
	border: 1px double #660000;
	padding-left: 9px;
	margin-top: 10px;
	margin-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
}
.twoColFixRtHdr #YouTube h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
	color: #003366;
	margin-top: 6px;
	margin-bottom: 3px;
}
.twoColFixRtHdr  #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-top: auto;
	background-repeat: repeat;
	border: 0px none #660000;
	left: 1000px;
	top: 200px;
}
.twoColFixRtHdr  #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	border: 0px none #FFFFFF;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr  #sidebar_right {
	float: left; /* since this element is floated, a width must be given */
	width: 780px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr  #sidebar_mp3 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	border: 0px none #660000;
	left: 1000px;
	padding-top: 50px;
}
.twoColFixRtHdr  #googlemap {
	width: 310px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
