/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;
	color: #336600;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	padding: 0;
}
/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
img {
	border: 0;
}
/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}
/* Page setup */
body {
	background-image: url(../im/bk_main.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#container {
	width: 760px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#wrapper {
	width: 760px;
	height: 100%;
	vertical-align: top;
	margin-top: 0px;
}
#wrapper td {
	vertical-align: top;
	padding: 0;
}
#lc {
	width: 150px;
}
#lftmnuint {
	margin: 50px 15px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	font-size: 75%;
	width: 130px;
}
#lftmnuint li {
	margin-bottom: 5px;
	list-style-type: none;
}
#lftmnuint a {
	color: #D0B860;
	text-decoration: none;
}
#lftmnuint a:visited {
	color: #D0B860;
}
#lftmnuint a:hover {
	color: #F1EAD0;
}
#lftmnuint a:active {
	color: #FF0000;
}
div#lftmnu {
	margin: 5px 10px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	font-size: 75%;
	width: 140px;
}
body > div#lftmnu { 
	position: fixed;
}
#lftmnu li {
	margin-bottom: 5px;
	list-style-type: none;
}
#lftmnu a {
	color: #D0B860;
	text-decoration: none;
}
#lftmnu a:visited {
	color: #D0B860;
}
#lftmnu a:hover {
	color: #F1EAD0;
}
#lftmnu a:active {
	color: #FF0000;
}
#footer {
	height: 30px;
	font-size: 70%;
	color: #F1EAD0;
	text-align: left;
	font-weight: bold;
}
#footer a {
	color: #F1EAD0;
}
#footer a:visited {
	color: #F1EAD0;
}
#footer a:hover {
	color: #336600;
}
#footer a:active {
	color: #FF0000;
}
/* Styles */
.lino {
	list-style-type: none !important;
}
.fl {
	margin: 0 10px 10px 0px;
	float: left;
}
.fr {
	margin: 0 10px 10px 10px;
	float: right;
}
.mar5tb {
	margin: 5px 0;
}
.mar20l {
	margin-left: 20px;
}
ol.mar20l li {
	margin-left: 40px;
}
.center {
	text-align: center;
}