body  {
	background: #cccccc url(http://www.arcsight.com/images/uploads/arst/bg_arstmain.jpg) repeat-x top;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 20px 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: 12px/17px Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 1000px;
	margin: auto;
}
#container {
	background: #FFFFFF url(http://www.arcsight.com/images/uploads/arst/bg_container.jpg) repeat-y;
	margin: 0px; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 10px 10px 10px;
}
a img {
	border: none;
} 
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #CC0000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 h2 h3 h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	font-style: normal;
	color: #CC0000;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: normal;
}
h2 {
	font-size: 17px;
	line-height: 20px;
	color: #CC0000;
	margin: 0px 0px 7px 0px;
}
h3 {
	font-size: 13px;
	color: #666;
	margin: 0px 0px 0px 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin: 0;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}
p {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 18px;
}
#header {
	padding: 0px;
	; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: left;
	margin: 0;
}
#page {
	margin: 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #FFF;
}
#pagebtm {
	margin: 0px;
	padding: 0px;
	height: 1px;
}
#main {
	margin: 0px;
	padding: 0px;
	width: 758px;
}
#mainHeader {
	margin: 0px 0px 30px 0px;
	padding: 20px 0px 20px 20px;
	height: 95px;
	background-image: url(http://www.arcsight.com/images/uploads/arst/elqlanding/landhdr_logger4.jpg);
	width: 938px;
	color: #FFF;
}

#mainContent {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 550px;
	height: 100%;
}

#footer {
	padding: 20px 15px 15px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999999 url(http://www.arcsight.com/images/uploads/arst/bg_arstfooter.jpg) repeat-x top;
	text-align: left;
} 
#footer p {
	font-size: 9px;
	line-height: 15px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	float: none;
	font-weight: bold;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	height: 140px;
	float: left;
}
#footer li {
	color: #e5e5e5;
	font-weight: regular;
	float: left;
	font-size: 10px;
	width: 160px;
	padding: 0 0 0 0;
	display:block;
}
#footer li h1 {
	color: #e5e5e5;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 2px 0;
	margin: 0;
}

#footer li a {
	font-size: 10px;
	line-height: normal;
	color: #e5e5e5;
	text-decoration: underline;
}

#footer .fltlft {
	margin-right: 10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #006699;
	text-decoration: underline;
}
#mainHeader h1 {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 15px 0px;
}
#mainHeader h2 {
	font-size: 24px;
	color: #FFF;
	margin: 0px 0px 8px 0px;
	font-weight: bold;
}
#mainHeader h3 {
	font-size: 17px;
	color: #FFF;
	margin: 0px;
	font-weight: normal;
}
#mainContent .image {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	float: left;
}
#mainContent .assetlist {
	margin: 0px 0px 25px;
	padding: 0px;
	height: 86px;
}
#mainForm {
	background: #e7e7e7;
	margin: 0px;
	padding: 15px;
	float: right;
	width: 350px;
	height: 390px;
}
#mainForm h1 {
	color: #000;
}
#formtable {
	font-size: 12px;
	color: #000;
	margin: 10px 0px 0px 0px;
}
#formtable h2 {
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.formlabels {
	padding: 5px 10px 5px 5px;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}
.formfields {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
.formsubmit {
	padding: 8px 5px 5px;
	text-align: center;
}
.redhlt {
	color: #CC0000;
}
.required {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-align: right;
	padding-right: 10px;
}
#contactInfo {
	background: #CCC;
	margin: 0px;
	padding: 10px;
}
#contactInfo H2 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	text-align: center;
}

