html, body {
	margin:0px;
	height:100%
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	background-color: #ADADAD;
	background-image:url(../images/bot_bg.png);
	background-repeat:repeat-y;
	background-position: center bottom;
}
#main {
	width: 100%;
	min-height: 100%;
	background-image: url(../images/bg_box_top.png);
	background-repeat: repeat-x;
	margin-bottom:-65px;
}
#content {
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	padding-top: 0px;
	margin-top: 0px;
	width: 900px;
}
#top {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	padding-top: 0px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	height: 196px !important;
}
#nav {
	background-color: #000;
	width: 100%;
	height:35px !important;
}
#bot {
	background-color: #000;
	color: #FFF;
	padding: 15px;
	height: 35px;
	text-align: center;
	font-size: 12px;
	clear: both;
}
#menu {
	margin-right: auto;
	margin-left: auto;
	width: 875px;
	height:35px;
}
#moc_ani {
	border: 1px solid #000;
}
#content p {
	padding-right: 20px;
	padding-left: 20px;
}
#banner {
	margin-bottom: 10px;
}
#spacer {
	height: 65px;
	width: 1px;
}

.scrollbox {
	overflow: auto;
	overflow-x:hidden;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.scrollbox p {
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding: 0px !important;
}

.cap {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.padfloatleft {
	float: left;
	margin-right:15px;
	margin-bottom: 10px;
}
.padfloatright {
	float: right;
	margin-left:15px;
	margin-bottom: 10px;
}
.floatleftbox {
	float: left;
	border: 1px solid #000;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #E3E3E3;
	background-image: url(../images/bg_box.jpg);
	background-repeat: repeat-x;
}
.floatrightbox {
	float: right;
	padding: 0px;
	border: 1px solid #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #E3E3E3;
	background-image: url(../images/bg_box.jpg);
	background-repeat: repeat-x;
}
.floatlink {
	position:relative;
	top:20px;
	right:20px;
}
.clear {
	clear: both;
	width:950px;
	height:auto;
}
.clearbox {
	clear: both;
	border: 1px solid #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #E3E3E3;
	width:100%;
	height:auto;
	background-image: url(../images/bg_box.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.verticalspan {
	width: 100%;
	display: block;
}
.indent p{
	text-indent: 30pt;
}

h3 {
	margin-top: 15px;
	clear: both;
	text-align: left;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	color: #666;
	font-variant: small-caps;
	text-transform: lowercase;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
hr {
	background-color: #000;
	color: #000;
	height: 1px;
	border: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}


a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #666;
	text-decoration:underline;
}
ul.leftmenu {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
ul.leftmenu li {
}
ul.leftmenu a {
	display: block;
	padding: 5px;
}
ul.leftmenu a:hover, ul.leftmenu .current{
	text-decoration: none;
	background-color:white;
	color:black;
}
ul {
	list-style-type: none;
}

