@charset "UTF-8";body {	font: 13px/1.5 "Trebuchet MS", "lucida sans", Verdana, Helvetica, sans-serif;	background: #ffffff;	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: #535353;}.oneColFixCtr #container {	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	background: #ffffff;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */}.oneColFixCtr #mainContent {	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */}.column-left {	width: 260px;	float: left;	padding-right: 60px;}.column-middle {	width: 250px;	float: left;}.column-right {	width: 313px;	float: left;	padding-left: 10px;}.column-big {	width: 570px;	float: left;}/* Headings */h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; color:#29abe2; }h1 { font-size: 28px; line-height: 28px; padding: 5px 0px; }h2 { font-size: 24px; line-height: 22px; padding: 5px 0px; }h3 {	font-size: 20px;	line-height: 20px;	padding: 5px 0px;	font-family: "Trebuchet MS", "lucida sans", Verdana, Helvetica, sans-serif;}h4 { font-size: 18px; line-height: 18px; padding: 5px 0px; }h5 {	font-size: 16px;	line-height: 18px;	padding-top: 5px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 0px;}h6 { font-size: 14px; line-height: 16px; }/*twitter*/#twitter_update_list{	padding-bottom:0px;}#twitter_update_list li{	padding-bottom:10px;	list-style-type: none;	margin-left: -40px;}a {color:#8cc63f;text-decoration:none;}a:hover {color:#29abe2;text-decoration:underline;}.indent_60px {	text-indent: 60px;}.hor_line {	border-top-width: thin;	border-top-style: solid;	border-top-color: #000000;}.bottom_column_left {	float: left;	width: 204px;	padding-right: 20px;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #000000;}.bottom_column1 {	float: left;	width: 173px;	padding-right: 20px;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #000000;	height: 350px;}.bottom_column2 {	float: left;	width: 220px;	padding-right: 20px;	padding-left: 20px;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #000000;	height: 350px;}.bottom_column3 {	float: left;	width: 203px;	padding-right: 20px;	padding-left: 20px;	border-right-width: 1px;	border-right-style: solid;	border-right-color: #000000;	height: 350px;}.bottom_column4 {	float: left;	padding-left: 20px;	width: 181px;	height: 350px;}.oneColFixCtr #container #mainContent .column-big img {}