@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333335;
	background-color: #7c7983;
	background-image: url(images/background.png);
	padding: 0;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	background-repeat: repeat-x;
}
#container #mainContent a:hover {
	color: #333335;
	text-decoration: none;
}
#container #mainContent a {
	color: #333335;
	text-decoration: underline;
}

.twoColFixLtHdr #container {
	width: 950px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FDE29A;
} 
.twoColFixLtHdr #header {
	height: 140px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	background-image: url(images/header_bkg2.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	background-color: #E5E4E7;
} 
#menu  {
	font-size: 24px;
	font-weight: 500;
	padding-left: 60px;
	text-transform: none;
	color: #333335;
	background-color: #7C7984;
}

.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #menu {
	background-image: url(images/button_banner.png);
	background-repeat: repeat-x;
	height: 40px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #FDE29A;
	background-image: url(images/top_sidebar2.png);
	background-repeat: repeat-x;
	height: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-style: oblique;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixLtHdr #mainContent {
	background-color: #Fff;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 280px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	border-left-style: none;
	padding-bottom: 20px;
} 
.catchPhrase {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
	word-spacing: .1em;
	font-style: oblique;
}

.twoColFixLtHdr #footer {
	background-image: url(images/header_bkg.png);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 40px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.twoColFixLtHdr #container #footer p a {
	color: #000;
}
.twoColFixLtHdr #container #footer p a:hover {
	text-decoration: none;
}

.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;
}
#mainContent img {
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftimg {
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.showLeft {
	text-align: center;
	text-decoration: underline;
}
.showright {
	text-align: center;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent #contentLeft {
	width: 300px;
	float: left;
	clear: none;
}
.twoColFixLtHdr #mainContent #contentRight {
	width: 300px;
	float: right;
	clear: none;
}
