body, html
{
	font-family: Verdana;
	margin:0;
    padding:0;
    font-size: 11px;
}
#main
{
	margin:0 auto;
	margin-top: 40px;
	width: 900px;
}
#top
{
	color: #ccc;
	display:table-cell;
	padding-top: 40px;
	font-weight: bold;
	width: 900px;
	font-size: 32px;
	border-bottom: 1px solid #000;
}

#top a
{
	color:#ccc;
	text-decoration:none;
}
	
#leftcol
{
	float: left;
	width:900px;
}
#rightcol
{
	float: right;
	width:170px;
}
#menu
{
	text-align: right;
	width:100%;
	font-family: Arial;
	font-size:12px;
}

p.lastjustify
{
	text-align: justify;
	text-align-last: justify;
}

p.lastjustify:after
{
	content: " ______";
	line-height: 0px;
	color: #ffffff;
	visibility: hidden;
}

p.lastjustify2
{
	text-align: justify;
	text-align-last: justify;
}

p.lastjustify2:after
{
	content: " ___________________";
	line-height: 0px;
	color: #ffffff;
	visibility: hidden;
}

#menu a
{
	color: #ccc;
	text-decoration: none;
}

#menu a.currentmenu
{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#headchoices
{
	height:50px;
	float: right;
}
#bottom
{
	font-size: 10px;
	color: #8d8d8d;
	text-align: center;
	vertical-align: bottom;
}

#mask {
	width:900px;
	overflow:hidden;
	position:relative;
	}

#folio {
	position:absolute;
	top:0;
	left:0;
	width:200px;
	float:left;
}
.site {
	text-align: left;
	width:238px;
	height:210px;
	float:left;
	background-color:#FFF;
	font-size:9px;
	font-family:arial;
	}

