body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e3d193;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0 20px 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;
	height: 2000px; /* this is to force the vertical scroll bar */
}
#container { 
	width: 1050px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:666px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:#b2ff25 5px solid; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainContent {
	float:left; 
	height:676px; 
	width:450px; 
	background-image:url(../images/leftpanel.jpg);
	background-repeat:no-repeat; 
	margin:-5px;
}
#companyNameAddress {
	color:#b2ff25; 
	font-family:Tahoma, Geneva, sans-serif; 
	font-size:15px; 
	margin-left:130px; 
	width:500px;
}
h1 {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:22px; 
	color:#360; 
	font-weight:bold;
	margin-top:-5px;
}
.companyNameInText {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:14px;
	font-weight:bold; 
	font-style:italic;
	color:#360; 
}
p.topParagraph {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	color:#360;
}
p.otherParagraphs {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#360;
}
p.monthNames {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:13px; 
	font-weight:bold; 
	color:#360; 
	text-decoration:underline;
}
p.monthApplicationInfo {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	font-style:italic;
	color:#360;
}	
ul {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#360; 
}
span {
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#360; 
}
