@charset "utf-8";
/* CSS Document */
	
#colA {
	float:left;
	width: 200px;
	height: 450px;
	}
#subnav {
	text-align: right;
	padding: 0 30px 0 0;
	font-size: 14px;
	margin-top: 50px;

}
#colB {
	float:left;
	width: 800px;
	}
#subnav p, a {
	margin: 0;
	padding: 0;
	color: #666666;
	text-decoration: none;
}



#subnav a:hover {
	color: #66cc33;
	text-decoration: underline;
}

td {
	vertical-align: top;
	font-size: 90%;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: center;
}

td a {

}

td a:hover {
	text-decoration:underline;
	color: #55ae2b;
	font-weight: bold;
}

table {
	margin: 50px 0;
}

td p {
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 90%;
	font-weight: bold;
	margin: 10px 0 0 0;
}
td.sizedup {
	font-size: 110%;
	line-height: 25px;
}

#brand {
	position: absolute;
	top: 250px;
	margin-left: 33px;
}
#disclaim {
	position: relative;
	top: 150px;
	text-align: right;
	padding: 0 25px;
}
#disclaim p {
	margin: 0 0 10px 0;
}

#disclaim h2 {
	font-size: 1.2em;
	color: #55ae2b;
	font-weight: bolder;
	margin: 0;
	padding: 0;
}
#disclaim a {
	color: #669900;
	text-decoration: underline;
}


.snhere {
	color: #55AE2B;
	margin-right: -15px;
}
.green {
	color: #55AE2B;
	font-weight: bold;
}

