body {
	background: #fffff;
}
h1, h2, h3 {
	font-family: sans-serif;
}
h2 {
	color: #000066;
	border-bottom: solid #bbbbff 1px;
}
h3 {
	color: #666666;
}
table, th, td {
	border: none;
	text-align: left;
}
td {
	padding: 0.1em;
	padding-right: 0.5em;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	border: solid #cccccc 1px; 
}
#upper {
	width: 950px;
	border-top: solid #ff0000 4px;
}
h1#title {
	width: 950px;
	height: 48px;
	padding: 0px;
	margin: 0px;
	background: url('../img/titlebgr.gif') repeat-x left top transparent;
	font-size: 1em;
	color: #000000;
	font-style: italic;	
	font-family: sans-serif;
	padding-left: 20px;
	padding-top: 10px;
	float: left;
	width: 657px; /*657*/
}
h1#title span.titlestrong {
	color: #6e515d;
	font-size: 1.4em;
}
h1#title span.titlestrong span {
	font-size: 1.35em;
	font-weight: bold;
	padding-left: 0.1em;
	}
span.titleimage {
	display:block;
	float: right;
	width: 273px;
	height: 58px;
	background: url('../img/title-rightbgr.gif') no-repeat right top transparent;
}
#uppermain {/*950x218*/
	clear: both;
	width: 840px; 
	height: 128px;
	background: url('../img/upperbgr.jpg') no-repeat right top #75c5f0;
	padding: 90px 0px 0px 110px;
	font-size: 1.9em;
	font-weight: bold;
	color: #000000;	
	font-family: sans-serif;
}
div#menu {
	width: 950px;
	height: 37px;
	background: url('../img/menubgr.gif') repeat-x left top transparent;
	border-bottom: solid #ff3333 1px;
}
span#mainaddress {
	background: #007bc3;
	color: #ffffff;
	font-family: sans-serif;
	font-weight: bold;
	font-style: italic;
	padding: 2px 7px 2px 7px;
	position: relative;
	top: 13px;
	}
div#menu ul {
	list-style-type: none;
	float: right;
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 37px;
}
div#menu ul li {
	background: url('../img/libgr.gif') no-repeat left top transparent;
	padding: 0px;
	margin: 0px;
	padding-left: 27px;
	padding-top: 12px;
	float: left;
}
div#menu ul li a {
	color: #000000;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	padding:0px 15px 0px 15px; 
}
div#menu ul li a:hover {
	color: #cc0000;
}
#content {
	padding: 2em 2em 2em 3em;
}
div#content ul li {
	font-weight: bold;
}
div#content ul li ul li {
	font-weight: normal;
}
span.dim {
	color: #444444;
}
#content img {
	border: solid #333333 1px;
	padding: 2px;
	margin: 3px;
}
