@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: "Trebuchet MS", Verdana, Arial;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
}


.thrColFixHdr #container {
	width: 1000px;
	text-align: left;
	background-color: #E5EFF4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
} 
.thrColFixHdr #header {
	height: 266px;
	padding: 0;
} 
.thrColFixHdr #container #header #nav_bar {
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 65px;
	width: 1000px;
}
.thrColFixHdr #container #header #nav_bar ul {
	float: right;
	height: 65px;
	width: 620px;
	clear: none;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #header #nav_bar li {
	float: left;
	list-style-type: none;
	padding-left: 8px;
	padding-top: 25px;
	font-weight: bold;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-bottom: 18px;
	padding-right: 5px;
}
.thrColFixHdr #container #header #nav_bar a {
	color: #000000;
	text-decoration: none;
	font-size: 100%;
}



.thrColFixHdr #container #header #nav_bar .site_logo{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 377px;
	float: left;
}

.thrColFixHdr #container #header #nav_bar a img{
	margin: 0px;
	padding: 0px;

}
.thrColFixHdr #container #header #header_alert {
	background-image: url(../images/alert_bar.jpg);
	height: 32px;
	width: 1000px;
	margin-top: 10px;
	background-position: left;
	position: relative;
}


.thrColFixHdr #container #header #header_alert form{
	position: relative;
	left: 750px;
	bottom: 20px;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #container #header #header_alert form input.text{
	width: 100px;
}

.thrColFixHdr #container #header #header_alert a {
	font-size: 16px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	position: relative;
	top: 5px;
	left: 165px;
	font-family: "Times New Roman", Times, serif;
	width: 600px;
	height: 25px;
	overflow: hidden;
	padding-top: 2px;
}

.thrColFixHdr #container #header #header_alert a:hover{
	text-decoration: underline;
}

.thrColFixHdr #container #header #header_img {
	background-image: url(../images/header_img.gif);
	background-repeat: no-repeat;
	width: 1000px;
	height: 139px;
	background-position: top;
}
.thrColFixHdr #mainContent {
	float: left;
	width: 445px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 0;
} 
.thrColFixHdr #container #mainContent .main {
	font-size: 160%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


.thrColFixHdr #container #mainContent .left_top_header {
	background-image: url(../images/h1_main_header.jpg);
	background-repeat: repeat-x;
	height: 45px;
	width: 450px;
}

.thrColFixHdr #container #mainContent .left_top_header {
	color: #003366;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent .left_content_area {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.thrColFixHdr  #container  #mainContent  .left_cont_footer {
	height: 44px;
	width: 443px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	background-image: url(../images/box_footers.jpg);
	background-repeat: repeat-x;
}

.thrColFixHdr #container #mainContent_2col .left_cont_footer .date {
	position: relative;
	left: 530px;
	top: 5px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #003366;
}


.thrColFixHdr #container #mainContent .left_cont_footer a {
	position: relative;
	top: 10px;
	left: 310px;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

.thrColFixHdr #container #mainContent .left_cont_footer a:hover{
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent .left_top_header2 {
	color: #003399;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/h2_main_header.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent .left_content_area .center_block_p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent .left_content_area .content_p {
	margin-left: 10px;
}

.thrColFixHdr #right_bar {
	float: right; /* since this element is floated, a width must be given */
	width: 540px;
	padding: 0px;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
}
.thrColFixHdr #container #right_bar #left_right_bar {
	float: left;
	width: 260px;
}
.thrColFixHdr #container #right_bar #left_right_bar table {
	width: 260px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	border-collapse:collapse;
}

.thrColFixHdr #container #right_bar #left_right_bar td {
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 700;
	color: #666666;
}
.thrColFixHdr #container #right_bar #left_right_bar a {
	text-decoration: none;
}



.thrColFixHdr #container #right_bar #left_right_bar .main {
	font-size: 140%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 10px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #container #right_bar #left_right_bar h2 {
	font-size: 100%;
	color: #003366;
	background-color: #F0F0F0;
	background-image: url(../images/left_left_h2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}


.thrColFixHdr #container #right_bar #left_right_bar .left_right_header {
	background-image: url(../images/center_head.gif);
	background-repeat: no-repeat;
	color: #003399;
	font-size: 150%;
	height: 35px;
	margin: 0px;
	text-indent: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_content_area {
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_content_area .content {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_content_area p.date {
	text-align: right;
	font-size: 90%;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_footer {
	background-image: url(../images/box_footers.jpg);
	background-repeat: repeat-x;
	height: 28px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar #left_right_bar .left_right_footer a {
	position: relative;
	left: 167px;
	top: 5px;
	width: 75px;
	font-weight: bold;
	text-decoration: none;
}

.thrColFixHdr #container #right_bar #left_right_bar .left_right_footer a:hover{
	text-decoration: underline;
}


.thrColFixHdr #container #right_bar #right_right_bar {
	float: right;
	width: 260px;
	margin-left: 5px;
}
.thrColFixHdr  #container  #right_bar  #right_right_bar  .right_right_form_wrapper {
	margin-bottom: 15px;
	float: left;
	width: 260px;
}
.thrColFixHdr   #container   #right_bar   #right_right_bar   .right_right_form_wrapper  img.goog_ad{
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	margin-bottom: 10px;
}

.thrColFixHdr #container #right_bar #right_right_bar .right_top {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #right_bar #right_right_bar .right_top .submit_button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 54px;
	width: 93px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/submit_button.gif);
	float: left;
}


.thrColFixHdr #container #right_bar #right_right_bar .right_top .submit_button label {
	position: relative;
	bottom: 10px;
	left: 30px;
	font-weight: bold;
	color: #003399;
}


.thrColFixHdr #container #right_bar #right_right_bar .right_top .submit_button label:focus{

}


.thrColFixHdr #container #right_bar #right_right_bar .right_top .text_field {
	background-image: url(../images/input_box.gif);
	background-repeat: no-repeat;
	height: 54px;
	float: left;
	width: 167px;
}
.thrColFixHdr #container #right_bar #right_right_bar .right_top .text_field input {
	left: 32px;
	top: 1px;
	height: 25px;
	width: 133px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 22px;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-left: 30px;
	float: left;
}

.thrColFixHdr #container #right_bar #right_right_bar .right_top .text_field input:focus {
	background-color: #FFFFFF;
}


.thrColFixHdr #container #right_bar #right_right_bar .right_ads{
	width:260px;
	height:260px;
	border: 1px solid #CCCCCC;
	background-color: #EEE;
	margin-top: 10px;
	float: left;
}

.thrColFixHdr #container #right_bar #right_right_bar .inner_ads{
	border:solid 1px #CCC;
	margin: 5px;
}

.thrColFixHdr #mainContent_2col {
	float: left;
	width: 625px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 20px;
	padding: 0;
} 
.thrColFixHdr #container #mainContent_2col .main {
	font-size: 160%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


.thrColFixHdr #container #mainContent_2col .left_top_header {
	background-image: url(../images/h1_main_header.jpg);
	background-repeat: repeat-x;
	height: 45px;
	width: 450px;
}

.thrColFixHdr #container #mainContent_2col .left_top_header {
	color: #003366;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container #mainContent_2col .left_content_area {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	width: 605px;

}
.thrColFixHdr  #container  #mainContent_2col  .left_cont_footer {
	height: 44px;
	width: 625px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 10px;
	background-image: url(../images/box_footers.jpg);
	background-repeat: repeat-x;
	float: left;
}
.thrColFixHdr #container #mainContent_2col .left_cont_footer a {
	position: relative;
	top: 10px;
	left: 450px;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}

.thrColFixHdr #container #mainContent_2col .left_cont_footer a:hover{
	text-decoration: underline;
}
.thrColFixHdr #container #mainContent_2col .left_top_header2 {
	color: #003399;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-image: url(../images/h2_main_header.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	float: left;
	width: 610px;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .center_block_p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .content_p {
	margin-left: 10px;
}
.thrColFixHdr #container #mainContent_2col .ad_large {
	width: 300px;
	float: left;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.thrColFixHdr #container #mainContent_2col .center_ad {
	padding-top: 20px;
	float: left;
	padding-left: 78px;
}



.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .text_logo {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr  #container  #mainContent_2col   .pspacer  {
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .ad_large {
	width: 300px;
	margin-top: 10px;
}

.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact ul {
	width: 500px;
}

.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact .a .req{
	color: #FF0000;
}

.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact .titles {
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}
.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact textarea {
	width: 275px;
	clear: none;
	float: left;
	height: 75px;
}



.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact li{
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 500px;
}

.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact input{
	float: left;

}

.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact select{
	float: left;

}

.thrColFixHdr #container #mainContent_2col .left_content_area .content_p .contact label {
	margin: 10px;
}



.thrColFixHdr #right_bar_2col {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	padding: 0px;
	clear: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
}



.thrColFixHdr #container #right_bar_2col .main {
	font-size: 140%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 13px;
	padding-left: 10px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #container #right_bar_2col h2 {
	font-size: 100%;
	color: #003366;
	background-color: #F0F0F0;
	background-image: url(../images/left_left_h2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
}


.thrColFixHdr #container #right_bar_2col .header {
	background-image: url(../images/center_head.gif);
	background-repeat: no-repeat;
	color: #003399;
	font-size: 150%;
	height: 35px;
	margin: 0px;
	text-indent: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar_2col  .content_area {
	background-color: #FFFFFF;
	margin: 0px;
	padding-right: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar_2col  .content_area .content {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr #container #right_bar_2col  .content_area p.date {
	text-align: right;
	font-size: 90%;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thrColFixHdr #container #right_bar_2col  .footer {
	background-image: url(../images/box_footers.jpg);
	background-repeat: repeat-x;
	height: 28px;
	margin-bottom: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar_2col  .footer a {
	position: relative;
	left: 245px;
	top: 5px;
	width: 75px;
	font-weight: bold;
	text-decoration: none;
}
.thrColFixHdr #container #right_bar_2col .content_area .nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.thrColFixHdr #container #right_bar_2col .content_area .nav a {
	color: #0033CC;
	text-decoration: none;
	font-size: 80%;
}


.thrColFixHdr #container #right_bar_2col  .footer a:hover{
	text-decoration: underline;
}
.thrColFixHdr #container #right_bar_2col .ad_large {
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}


.thrColFixHdr #notice {
	font-size: 70%;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.thrColFixHdr #notice h4{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


.thrColFixHdr #footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	height: 100px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: bold;
	color: #CCCCCC;
	font-size: 80%;
	padding-top: 0;
} 
.thrColFixHdr #container #footer .spacer {
	padding-top: 20px;
}
.thrColFixHdr #container #footer a {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	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;
}
