html {
	overflow: -moz-scrollbars-vertical;
	min-height:500px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: auto;
	width: 906px;
	background-color: #9FCFFF;
}
.box {
	background-color:#9999CC;
	width: 900px;
	min-height: 90% !important;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 6px;
	border-right-width: 3px;
	border-bottom-width: 6px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7883C9;
	border-right-color: #7883C9;
	border-bottom-color: #7883C9;
	border-left-color: #7883C9;
}
.column_left {
	text-align: left;
	float: left;
	width: 140px;
	clear: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.column_middle {
	text-align: left;
	padding: 5px;
	float: left;
	width: 490px;
	clear: none;
}
.column_right {
	text-align: left;
	padding: 5px;
	float: left;
	width: 240px;
	clear: none;
}
.column_full {
	text-align: left;
	float:left;
	padding: 5px;
	width: 740px;
	clear: none;
}
.block_top {
	height: 20px;
	font-size: 17px;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
	color:#5B02AC;
	border-top-width: 3px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #7883C9;
	border-right-color: #7883C9;
	border-left-color: #7883C9;
	background-color: #7883C9;
}
.block {
	background-color:#9999FF;
	padding: 5px;
	text-align: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7883C9;
	border-left-color: #7883C9;
}
.block_bottom {
	border-right-width: 2px;
	border-bottom-width: 6px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7883C9;
	border-bottom-color: #7883C9;
	border-left-color: #7883C9;
	background-color: #9999FF;
	padding-right: 5px;
	padding-left: 5px;
}
.header {
	float: left;
	margin-bottom: 5px;
	width: 906px;
}
.footer {
	float: left;
	height: 25px;
	width: 906px;
	text-align: center;
	margin-top: 10px;
}
.crumb {
	float: left;
	width: 646px;
	padding-left: 5px;
	padding-top: 5px;
}
.logo {
	float: left;
	width: 250px;
	padding-right: 5px;
}
.nav {
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	float: left;
	width: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.nav a:link {
	color: #000000;
	text-decoration: none;
}
.nav a:visited {
	color: #000000;
	text-decoration: none;
}
.nav a:active {
	color: #000000;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
