body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 13px;
	margin-bottom: 13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.loginInfo {
	position:fixed;
    _position:absolute;
    top:0;
    _top:expression(eval(document.body.scrollTop));
    left:0;

	
	height:23px;
	font-size: 11px;
	color: #555;
	background-color: #E4E0FF;
	padding: 5px;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #333;
	z-index: 50;
}
#header {
	margin: 0px;
	padding: 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #365457;
	width: 924px;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
}
#title {
	color: #74485B;
	font-size: 30px;
	position: absolute;
	top: 225px;
	margin: 0px;
	left: 30px;
}
#menu td {
	text-align: center;
	vertical-align: middle;
}

#menu a {
	color: #2D3940;
	text-decoration: none;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
  }
#content {
	background-color:#EBEDE3;
	width: 810px;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 102px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3E3329;
	border-right-color: #3E3329;
	border-bottom-color: #3E3329;
	border-left-color: #3E3329;
	margin: 3px 0px 0px;
	padding: 50px 0px 10px 10px;
	color: #4D4C44;
	overflow: auto;
}
#menu a:hover {
	text-decoration: none;
	color: #7C4D65;
	}
#menu a:visited {
	color: #2D3336;
	}
#menu a:visited:hover {
	text-decoration: none;
	color: #7C4D65;
	}
#footer {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 96px;
	margin: 0px;
	padding: 3px;
	color: #FFFFFF;
	float: left;
	vertical-align: bottom;
	position: relative;
	bottom: 69px;
}

#footer p {
	padding: 0px;
	margin: 15px 0px 0px;
	line-height:1.2em;
	}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content p {
	padding: 0px;
	margin: 0px 0px 1em;
	line-height:1.2em;
	}
#content img {
	margin-right: 10px;	
	}
#content p.bigger {
	font-size: 18px;
	}
#content p.smaller {
	font-size: 16px;
	}
