@charset "UTF-8";
body  {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #888888;
	text-decoration: none;
	background-color: #999999;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	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 */
}
.twoColFixLt #container { 
	width: 766px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 163px;
	background-image: url(images/sidebarbg.png);
}
.sidebarcontent {
	padding-left: 20px;
	padding-right:10px;
}
.sidebarlinks {
	padding-left:10px;
}
#mainContent {
	margin: 0 0 0 163px;
	background-image: url(images/containerbg.png);
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.containerbox1 {
	width: 550px;
	background-color:#FFFFFF;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.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;
}

/* Text and Links */

h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #8bc43f;
	text-decoration: none;
	font-variant: normal;
}
h2 {
	font-family: Tahoma;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0b78a1;
	text-decoration: none;
	font-variant: normal;
}
h3 {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0b78a1;
	text-decoration: none;
	font-variant: normal;
}
a:link, a:visited {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #fa9505;
	text-decoration: none;
	border: none;
}
a:hover, a:active {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0b78a1;
	text-decoration: underline;
	border: none;
}

.wite_impcat {
	font-family: Impact;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-variant: normal;
}

.main_text {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 8C8B8B;
	text-decoration: none;
}
.footer_menu {
	font-family: Impact;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 8C8B8B;
	text-decoration: none;
}
A.footer_menu {
	font-family: Impact;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 8C8B8B;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	text-transform: uppercase;
}
A.footer_menu:hover {
	font-family: Impact;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 8C8B8B;
	text-decoration: none;
}
.footer {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 515151;
	text-decoration: none;
}
A.footer {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 515151;
	text-decoration: none;
}
A.footer:hover {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: 515151;
	text-decoration: underline;
}

