/* text style */
#rightcolumn
{
	font-family:			helvetica, arial, sans-serif;
	line-height:			1.5em;
	color:					#8F9098;
	font-size:				0.8em;
	padding-left:			10px
}

#rightcolumn a
{
	font-family:			helvetica, arial, sans-serif;
	color:					#939598;
	text-decoration:		none;
}

#rightcolumn a:visited
{
	font-family:			helvetica, arial, sans-serif;
	color:					#939598;
	text-decoration:		none;
}

#rightcolumn a:hover
{
	font-family:			helvetica, arial, sans-serif;
	color:					#939598;
	text-decoration:		underline;
}

/* column styles */

.colHomeLeft
{
	width:					300px;
	min-height:				200px;
	float:					left;
}

.colHomeMid
{
	width:					150px;
	float:					left;
}

.colHomeRight
{
	width:					298px;
	height:					200px;
	float:					right;
}


.colLeft
{
	width:					248px;
	min-height:				200px;
	float:					left;
}

.colMid
{
	width:					190px;
	float:					left;
	padding-left:			15px;
}

.colRight
{
	width:					280px;
	height:					200px;
	float:					left;
}

/* */
.col2Left
{
	width:					220px;
	min-height:				200px;
	float:					left;
}

.col2Mid
{
	width:					200px;
	float:					left;
	margin-left:			25px;
}

.col2Right
{
	width:					220px;
	height:					200px;
	float:					left;
	margin-left:			40px;
}


.colContactLeft
{
	width:					236px;
	min-height:				200px;
	float:					left;	
}

.colContactMid
{
	width:					236px;
	float:					left;
	line-height:			1.5em;
	padding-left:			10px;
}

.colContactRight
{
	width:					236px;
	height:					200px;
	float:					left;
	line-height:			1.5em;
	padding-left:			10px;
}
/*
.colBullets
{
	font-family:			helvetica, arial, sans-serif;
	line-height:			1.5em;
	color:					#939598;
	font-size:				0.8em;
}
*/

ul.listone
{
	margin-left:			-5px;
	padding-left:			15px;
}

ul.listone li
{
	padding-bottom:			10px;
}

.first
{
	padding-bottom:			10px;
	list-style-image:		url('../images/bullet2.jpg');
	margin-left:			-5px;
	padding-left:			5px;
}

.blue
{
	color:					#8FC3EA;
}
.grey1
 {
 color: #666666
 }	

