@CHARSET "UTF-8";
body
{
	padding:0;
	margin:0;
	background-color:#DDDDDD;
}
a
{
	text-decoration:none;
}
p
{
	text-align:justify;
	font-family:helvetica,arial,freesans,sans-serif;
	font-size:12px;
	line-height:175%;
}
#wrap
{
	width:980px;
	margin:0 auto;
	padding-right:20px;
	padding-left:20px;
	background-color:#FFFFFF;
	border-left:2px solid #C0C0C0;
	border-right:2px solid #C0C0C0
}
#header
{
	width:980px;
}
#subHeader
{
	width:980px;
}
#main 
{
	width:595px;
	float:left;
	padding-right:10px;
	border-right:1px solid #DDDDDD;
}
#sidebar
{
	padding-left:10px;
	width:364px;
	float:right;
}

#bottom
{
	width:980px;
	clear:both;
	padding-top:20px;
}
#termCardDownload
{
	position:fixed;
	right:10px;
	top:10px;
	z-index:100;
	background: url(../images/termCardA.png);
	width: 150px;
	height: 149px;
}
#termCardDownload:hover {
	background: url(../images/termCardB.png);
}
.spacer
{
	clear:both;
}
#hidden {
	width: 0px;
	height: 0px;
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

