@charset "utf-8";
body  {
	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: #FFFFFF;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	text-align: left;
	margin: auto;
} 
.twoColFixLtHdr #container #mainContent p {
	font-size: 60%;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar2 h4 {
	font-size: 60%;
	text-align: center;
	font-weight: normal;
}


.twoColFixLtHdr #header {
	color: #CEF2D5;
	background-color: #000000;
	height: 58px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 100%;
	font-weight: normal;
	color: #77FF99;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.twoColFixLtHdr #container #header #globalnav {
	font-size: 60%;
	font-weight: normal;
	float: none;
	background-color: #000000;
	text-align: center;
}
a:link {
	font-weight: normal;
	color: #FFFFFF;
}
a:visited {
	color: #EFEFEF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFA6;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 390px;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
	background-color: #000000;
	padding-top: 30px;
}	
.twoColFixLtHdr #container #sidebar2 h3 {
	font-size: 60%;
	text-align: center;
	color: #77ff99;
	font-weight: normal;
}
.twoColFixLtHdr #container #sidebar2 p {
	font-size: 9px;
	padding-left: 10px;
	line-height: 14px;
	font-weight: normal;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainContent2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 310px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #container #mainContent img {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	padding: 25px;
	float: none;
}
.twoColFixLtHdr #container #mainContent #collage {
	padding: 0px;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	color: #FFFF75;
	background-color: #000000;
} 
.twoColFixLtHdr #container #footer #globalnav {
	font-size: 60%;
	text-align: center;
	display: block;
	margin-top: 0px;
}
.twoColFixLtHdr #container #footer #globalnav p {
	color: #FFFFFF;
}


.twoColFixLtHdr #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-weight: normal;
}
.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:5px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 60%;
	color: #77FF99;
	font-weight: normal;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	font-size: 60%;
	font-weight: normal;
	text-indent: 0px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}

.twoColFixLtHdr #container #sidebar1 p {
	font-size: 60%;
	font-weight: normal;
	line-height: 0px;
	margin-left: 8px;
	text-align: left;
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar1 li {
	font-size: 60%;
	font-weight: normal;
	line-height: 18px;
}
.twoColFixLtHdr #sidebar1 a {
	font-size: 95%;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 60%;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 60%;
	line-height: 14px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
}
.twoColFixLtHdr #container #mainContent h3 {
	font-size: 60%;
	font-weight: normal;
	color: #77ff99;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h5 {
	font-size: 70%;
	letter-spacing: .5em;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #click {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}


.twoColFixLtHdr #container div {
	margin: auto;
}
.twoColFixLtHdr #container #sidebar1 h6 {
	color: #77ff99;
	font-size: 60%;
	font-weight: normal;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent li {
	font-size: 60%;
	line-height: 18px;
	font-weight: normal;
}
.twoColFixLtHdr #container #mainContent #mainContent img #left {
	text-align: left;
}
.twoColFixLtHdr #container #sidebar2 ul {
	font-size: 60%;
	line-height: 16px;
}
.twoColFixLtHdr #container #sidebar2 h2 {
	font-size: 70%;
	line-height: 16px;
	text-align: center;
}
.twoColFixLtHdr #container #sidebar2 h6 {
	text-align: center;
	font-size: 60%;
	line-height: 14px;
}
