
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.nav {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.725em;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.content {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	color:#737578;
}


a:link, a:visited {
color: #20CDC7;
}

a:hover {
color: #737578;
}



.news-gray {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#737578;
	font-weight:bold;
}

.news-green {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#20CBC2;
	font-weight:bold;
}

.nav-link, .nav-link:link, .nav-link:visited {
	color: #666666;
	text-decoration:none;
}

.nav-link:hover {
	color: #32d4cb;
	text-decoration:none;
}
.divider {
	font-size: 10px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #cccccc;
	vertical-align:middle;
}
.summary {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height:22px;
	color: #333333;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #333333;
}
.callout-title {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #7d7d7f;
	text-transform:uppercase;
	font-size:18px;
	margin-left:10px;
	text-decoration:none;
}

.callout {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #7d7d7f;
	text-transform:uppercase;
	font-size:18px;
	text-decoration:none;
}

.callout:link, .callout:visited, .callout: active {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #7d7d7f;
	text-transform:uppercase;
	font-size:18px;
	text-decoration:none;
}

.callout:hover {
	color: #32d4cb;
	text-decoration:none;
}

.bodybg {
	background-image:url(../images/bg-home.jpg);
	background-repeat: no-repeat;
}

.footer {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}



/** FOR FLOATING RIGHT COLUMN *************************************************/


#comments {
  float:left;
  width:494px;
}

#comment-wrapper {
  position: relative;
}

#commentWrapper { /* required to avoid jumping */
  position: relative;
  width:220px;
}

#comment {
  position: absolute;
  top: 0;
  width:220px;
}

#comments ol li {
  border-top: 1px solid purple;
}

#comments ol li:first-child {
  border-top: 0;
}

#comment.fixed {
  position: fixed;
  top: 0;

