body {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-color: #080808;
	text-align: justify;
	margin: 0px;
	background-image: url(clips/monitorFrame.jpg);
	background-repeat: repeat-y;
	background-position: 50% 50%;
	background-attachment: fixed;
}
#standardContent {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align:top;
	margin: 0px;
	padding-left:10px;
	padding-top:5px;
	width:714px;
	height:351px;
 	text-align: left;
	overflow: auto;
}
#fullContent {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align:top;
	margin: 0px;
	padding-left:10px;
	padding-top:5px;
	width:714px;
	height:460px;
 	text-align: left;
	overflow: auto;
}
#fullWidthContent {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align:top;
	margin: 0px;
	padding-left:10px;
	padding-top:5px;
	width:823px;
	height:460px;
 	text-align: left;
	overflow: auto;
}
#rightNavigationContent {
	background-color: #000000;
	text-align: justify;
	vertical-align:top;
	width: 110px;
	margin: 0px;
}
#dividerCell {
	background-color: #FF0000;
	width: 4px;
}
#textContent{
text-align: left;
padding-left:6px;
padding-right:8px;
}
#indentedTextContent{
text-align: left;
padding-left:40px;
padding-right:40px;
}
#horizon {
background-color: transparent;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
margin-top: -257px;
text-align: center;
min-width: 900px; 
}
#wrapper {
margin: 0px auto;
position: relative;
text-align: left;
width: 834px;
height: 512px;
}
#password {
	background-color = #fff;
	background-image: url(clips/passwordLabel.gif);
	background-repeat: no-repeat;
}
#username {
	background-color = #fff;
	background-image: url(clips/usernameLabel.gif);
	background-repeat: no-repeat;
}
#loginButton {
	height: 30px;
	width: 63px;
	cursor: pointer;
	border: none;
	background: url(navigation/clips/loginButton.jpg) no-repeat left top;
}
.standardRed {
	color: #FF0000;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* membership application and test drive forms */
.required {
}
.missing {
	color: #f00;
	font-weight: bold;
}