/* CSS Document */

.standardBar
{
	float: left;
	width: 520px;
	height: 15px;
	padding: 2px;
}


.standardNavBar
{
	float: left;
	width: 520px;
	height: 15px;
	padding: 4px;
}


.stdElementHeader {
	width: 508px;
	float: left;
	padding-bottom: 2px;
	margin-bottom: 6px;
}

.stdContentHalf {
	width: 200px;
	padding: 8px;
	float: left;
	min-height: 100px;
	margin-top: 10px;
}

.stdContentHeader {
	font-weight: bold;
	padding-top: 6px;
	margin-bottom: 2px;
	border-bottom: dotted #00006F 1px;
	float: left;
	width: 200px;
}

.stdContentElement {
	float: left;
	width: 200px;
	padding-top: 4px;
	padding-left: 10px;
}

.subHeader {
	border-bottom: dotted #00006F 1px;
	padding-left: 0px;
	margin-left: 10px;
	font-weight: bold;
}

