@charset "UTF-8";

body {
	height: 100%;
	margin: 0;
	padding: 0;
	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-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin-top: 20px;
	}
#container {
	width: 795px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin none #000000;
	/*text-align: left;  this overrides the text-align: center on the body element. */
	}
	
#header {
	background-color: #FFFFFF;	
	padding: 10px 0px 0px 0px;
	margin: 0;
	}
	
#mainContent {
	margin-top: -2px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}

#inline-list {
	width:100%;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 2;
	font-weight: lighter;
	}

#inline-list p {
	display: inline;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0 10px 0 10px;
	color: #339;
	font-weight: lighter;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#footer {
	padding: 0 10px;
	color: #746172;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	}
#footer p {
	margin: 0; 
	padding: 5px 0; 
	}
