@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:125%;
	}
	
h2
{
	font-weight: normal;}

#top-container
{
	background-color:#000000;
	height:500px;
}


#small-top-container
{
	background-color:#000000;
	height:123px;
	
}



#white-top-container
{
	background-color:#000000;
	height:123px;

}

.single-col
{
	text-align:center;
	margin-bottom:30px;
}

a:link
{
	color:#0066FF;
}
a:visited
{
	color:#0066FF;
}
a:hover
{
	color:#FFFFFF;
	background-color:#0066FF;
	text-decoration:none;
}

#btm-container
{
	margin-top: 80px;

}

#main-btm-container
{
	

}

#footer
{
	border-top: 1px solid #CCCCCC;
	width:970px;
	text-align:center;
	color:#CCCCCC;
	padding-top:10px;
	margin-top:10px;
}


.largetext
{
	font-size:18px;
	line-height:150%;
}

.container
{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	text-align: left;
	border:0px solid red;
}

.tip
{
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin-bottom: 5px;

}

.half-col
{
	width:475px;
	float:left;
	border:0px solid red;
	margin: 0px 0px 0px 0px;
	
}
.quarter-col
{
	width:210px;
	float:left;
	border:0px solid red;
	margin-left:25px;
	
}

.clearboth
{
	clear:both;
}

td img {display: block;}
