@charset "UTF-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* 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-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	border: 4px solid #cccc99;
} 
#header {
	background: #ffffff;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cccc99;	
	padding: 0;
	margin: 0;
	line-height: 0;
}
#leftcolumn {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 24px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#rightcolumn {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#mainContent {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 620px;
} 
#mainContent a:link,
#mainContent a:hover,
#mainContent a:visited {
	color: #69C;
}
#mainContent a:hover {
	text-decoration: none;
	color: #F63;
}
#mainContent h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 1000px;
	background:#cccc99;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.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;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
}
#leftcolumn p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#leftcolumn p a:link,
#leftcolumn p a:hover,
#leftcolumn p a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #A4A57B;
	line-height: 18px;
}
#leftcolumn p a:hover {
	text-decoration: underline;
	color: #F63;
}
#rightcolumn #login_form {
	background-image: url(images/LPO-1003-SignIn.png);
	height: 120px;
	width: 151px;
	background-repeat: no-repeat;
	padding-top: 36px;
	padding-left: 6px;
}
#rightcolumn #login_form #userid,
#rightcolumn #login_form #password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000;
	width: 130px;
	height: 12px;
}

#rightcolumn #login_form #signin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	width: 40px;
}
#rightcolumn #login_form #LoginTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	width: 150px;
}
.graphic_right {
	margin-left: 5px;
}
.graphic_left {
	margin-right: 5px;
}

