@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}

#wrapper {
	background: #ffffff;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin: 5px 28px;
	width: 1024px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {
	margin: 0px 354px 0px 0px;
	background:#fff;
	font-family: Times, "Times New Roman", serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

#header .login {
	padding-right: 195px;
}
#header .social {
	padding-right: 195px;
}

#lp { 
	float: right;
	width: 294px;
	padding-right: 60px;
}

#nav {
	height: 45px;
	margin: 0px 354px 0px 0px;
	background-color: #DDDDDD;
}

#mainContent {
	height: 625px;
	overflow: auto;
	//	padding: 10px 10px 8px 13px; 

}

#mainContent a {
	text-decoration: underline;
}

#footer {
	margin: 0px 354px 0px 0px;
	padding-top: 5px;
	border-top: 3px solid #ACDE89;
	background-color: #FFFFFF;
	font-family: Times, "Times New Roman", serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 1.5em;
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #666666;
}

a {
	text-decoration: none;	
}

img {
	border-style: none;
}

#textleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 10px;
}

#textleft a {
	text-decoration: underline;
}

//From history.php
hr {
	background-color: #ACDE89;
	color:#ACDE89;
	height: 3px;
}

