/*Container for columns in text area*/
#maintext {
	margin-left:20px;
	margin-right:20px;
}

.onecolumn {
	width:100%;
	margin:auto;
	clear:both;
}

.twocolumn {
	width:520px;
}
.twocolumn1 {
	float:left;
	width:254px;
}

.twocolumn2 {
	float:right;
	width:254px;
}

.coltopfull{
	width:100%;
	height:25px;
	background:url(images/full-header.jpg) 0 0 no-repeat;
}

.coltopsingle {
	width:100%;
	height:25px;
	background:url(images/single-header.jpg) 0 0 no-repeat;
}

.coltopdouble {
	width:100%;
	height:25px;
	background:url(images/double-header.jpg) 0 0 no-repeat;
}

.colmid {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding:10px;
}

.colmid p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-top:10px;
	margin-bottom:15px;
}

p .index {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-top:10px;
	margin-bottom:15px;
}

.onecolumn ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.onecolumn ul { 
	list-style-type: circle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.twocolumn ul { 
	list-style-type: circle;
	margin-left:10px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.listimage {
	list-style:none;
	margin-bottom:10px;
	margin-top:10px;
}

.listimage img {
	border:none;
	position:relative;
	left:-20px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.indexheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#407eb1;
	margin-bottom:20px;
	font-variant:small-caps;
	border-bottom:1px dotted #CCCCCC;
}

#maintext h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#407eb1;
	margin:0px;
	font-variant:small-caps;
	border-bottom:1px dotted #CCCCCC;
}

.colmid a {
	color:#0066FF;
	text-decoration:none;
}

.colmid a:hover {
	color:#666666;
	text-decoration:underline;
}

#maintext ul {
	list-style-type: circle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

#maintext ul a {
	color:#0066FF;
	text-decoration:none;
}

#maintext ul li {
margin-bottom:10px;
}

#maintext ul a:hover {
	color:#666666;
	text-decoration:underline;
}

.colfootfull {
	height:10px;
	margin-bottom:20px;
	background:url(images/full-footer.jpg) 0 0 no-repeat;
}

.colfootsingle {
	height:10px;
	margin-bottom:20px;
	background:url(images/single-footer.jpg) 0 0 no-repeat;
}

.colfootdouble {
	height:10px;
	margin-bottom:20px;
	background:url(images/double-footer.jpg) 0 0 no-repeat;
}

p.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	position:relative;
	top:4px;
	margin-top:0px;
	margin-left:10px;
}

.arrow a {
	display:block;
	float:right;
	width:70px;
	height:13px;
	background:url(images/arrow.gif) 0 0 no-repeat;
}

.arrow a:hover {
	background-position: 0 -13px;
	background-color:#FFFFFF;
	text-decoration:none;
}

#downloadtable {
	width:100%;
	border:0px solid #999999;
	margin-bottom:50px;
	color:#666666;
}

#downloadtable td {
	border:1px solid #999999;
}

#downloadtable th {
	text-transform:uppercase;
	font-size:12px;
	

}

.producthead {
	font-size:12px;
	font-weight:bold;
	background-color:#EFEFEF;
	padding-left:10px;
}

.centered {
	text-align:center;
}
a:link,
a:visited {
	color: #2B5894;
	font-size: 12px;
	text-decoration: none;
}
