@charset "UTF-8";
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
	background-image: url(images/bkgd.png);
}
.twoColFixRtHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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;
} 
.twoColFixRtHdr #header {
	background-color: #039;
	background-repeat: no-repeat;
	height: 277px;
	padding-bottom: 0;
} 
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFF;
	border-left-width: thin;
	border-left-color: #999;
	border-left-style: solid;
	padding: 25px;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.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 */
}
.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;
}
.objText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	text-decoration: none;
}
.objText a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: left;
	text-decoration: none;
}
.objText a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: left;
	text-decoration: underline;
}
.objTextCent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.objTextCent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: center;
	text-decoration: none;
}
.objTextCent a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: center;
	text-decoration: underline;
}
.objTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	font-weight: bold;
}
.objTextBold a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.objTextBold a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}
.objTextCentBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.objTextCentBold a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.objTextCentBold a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.objTextRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
}
.objTextRight a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: right;
	text-decoration: none;
}
.objTextRight a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align: right;
	text-decoration: underline;
}
.objHeaderCentBold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #003;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.objTextSml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
}
.objTextSml a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #069;
	text-align: left;
	text-decoration: none;
}
.objTextSml a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #069;
	text-align: left;
	text-decoration: underline;
}
.objTextSmlBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
.objTextSmlBold a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #069;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.objTextSmlBold a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #069;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}
.objTextSmlCent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}
.objTextSmlCent a {
	color: #069;
	text-decoration: none;
}
.objTextSmlCent a:hover{
	color: #069;
	text-decoration: underline;
}
.objTextSmlCentWht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
.objTextSmlRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}
.objTextSmlRight a {
	color: #069;
	text-decoration: none;
}
.objTextSmlRight a:hover {
	color: #069;
	text-decoration: underline;
}
.objTitleWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.objTitleWhite a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}
.objTitleWhite a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}
