@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	background-color: #727272;
}
#wrap {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#content-wrap {
	float: left;
	width: 800px;
	background-color: white;
}

#header {
	float: left;
	clear: both;
	width: 800px;
	height: 107px;
	background-image:url(images/header.jpg);
}
#logo {
	padding: 16px 0 0 16px;
}
#menu {
	float: left;
	clear: both;
	width: 798px;
	background-image:url(images/menu-bg.gif);
	border: 1px solid black;
}
#sidemenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidemenu ul li {
	line-height:1.5em;
}
#sidemenu a {
	color: #5a4099;
	font-weight: bold;
	text-decoration: none;
}
#sidemenu a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	width: 738px;
	font-size: 90%;
	min-height:400px;
    height:auto !important;
    height:400px;
	height: 100%;
	padding: 0px 30px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#content p {
	margin: 0 0 1em 0;
}
#content h1 {
	font-size: 1.5em;
	padding: 0;
	margin: 1em 0 .5em 0;
}
#content h2 {
	font-size: 1.2em;
}
#content h3 {
	font-size: 1em;
}
#copyright {
	float: left;
	clear: both;
	line-height: 25px;
	width: 798px;
	height: 25px;
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 12px;
	background-image:url(images/menu-bg.gif);
	border: 1px solid black;
}
/* javascript */
.nolink {
	cursor: default;
}