/* CSS Document */

body {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}




#flashcontent {
	width: 980px;
}





#header {
	height: 125px;
	width: 980px;
	text-align: center;
	background-image: url(../_images/logo.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
}

#contain {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	min-height: 665px;
}


#col1 {
	width: 294px;
	float: left;
	position: relative;
	height: 665px;
}

#col2 {
	float: left;
	width: 465px;
	background-image: url(../_images/green-dots.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	margin-top: 90px;
}

#col3 {
	float: left;
	width: 190px;
	margin-top: 90px;
}


#col3 p {
	margin-top: 7px;
	margin-bottom: 20px;
}


#footer {
	font-size: 9px;
	padding-left: 25px;
	clear: both;
}


#footer p {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}






.col2TextA {
	padding-right: 35px;
	padding-left: 10px;
	font-size: 11px;
	padding-top: 10px;
	color: #666666;
}


.col3TextA {
	font-size: 12px;
	line-height: 17px;
	padding-left: 10px;
	padding-top: 10px;
	color: #666666;
	float: left;
}






.clearfloat {

clear:both;
height:1px;
line-height: 0px;

}




