/* CSS Document */
#head {
 	clear: both;
}

#botnav {
	clear: both;
}

#disclaimer {
	clear: both;
	text-align: right;
}

#body {
	height: 80%;
	width: 760px;
	background-image: url(images/rowbBG.jpg);
	background-repeat: no-repeat;
}
	
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #000;
}

.textblue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	color: #000;
	line-height: 14px;
}

.textblueitalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	font-style: italic;
}

.textblueitalicbig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	color: #000;
	font-style: italic;
	letter-spacing: .5px;
}

.textgrayitalicbig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	color: #666666;
	font-style: italic;
	letter-spacing: .5px;
}

.textgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	color: #999999;
}

#portrait {
	border: 1px solid;
	padding: 4px 2px 4px 2px;
	border-color: #cccccc;
	width: 232px;
	float: right;
	color: #D5D5D7;
}

#portraitsml {
	border: 1px solid;
	padding: 4px 2px 4px 2px;
	border-color: #cccccc;
	width: 154px;
	float: right;
	color: #D5D5D7;
}

#picture {
	border: 1px solid;
	padding: 4px 2px 4px 2px;
	border-color: #cccccc;
	width: 232px;
	float: left;
	color: #D5D5D7;
}