/* ********************************************************************************
 * CSS for the page
 */
body,td,th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
a:link {
	color: #6666ff;
}
a:visited {
	color: #6666ff;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
#para {
	line-height: 150%;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
	background-color: #BEC0DE;
	width: 324px;
	height: 85px
}
#everyone {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3891B9;
}
#tipdiv {
	width: 320px;
	text-align: center;
	margin: 0 0 12px 0;
}
#tiptab {
	width: auto;
	margin: 0 auto 0 auto;
}
#tip {
	text-align: center;
	color: #000;
	font-size: x-small;
	font-weight: bold;
	vertical-align: middle;
}
#version {
	font-size: xx-small
}
.bott {
	text-align: center;
	vertical-align: bottom;
}
#sbox {
	text-align: center;
	vertical-align: bottom;
	height: 40px;
}
#searchbox {
	background-color: #72005A;
	height: 65px;
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}
#main {
	margin-top: 20px;
}
#whole {
	clear: left;
	width: 574px;
	margin: 30px 0 30px 0;
	padding: 0;
}
#logo {
}
#bottom {
	width: 574px;
	height: 85px;
	background-color: #BEC0DE;
	margin: 0;
	padding: 0;
}
#middle {
	width: 574px;
	background-color: #BEC0DE;
	font-size: 8px;
	margin: 0;
	padding: 0;
}

/* ********************************************************************************
 * CSS for the navbar
 */
ul.nav {
	text-align: center;
	color: #ffffff;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
li.top {
	float: left;
	position: relative;
}
.top {
	background-color: #5397c5;
	border-width: .2em;
	border-style: solid;
	border-top-color: #8ebcdb;
	border-left-color: #8ebcdb;
	border-right-color: #296a87;
	border-bottom-color: #296a87;
	padding: .3em;
	margin-left: .5em;
	font-weight: bold;
}
a.links:link {
	color: #ffffff ! important;
	text-decoration: underline ! important;
}
a.links:visited {
	color: #ffffff ! important;
	text-decoration: underline ! important;
}
a.links:hover {
	color: #8ad1f2 ! important;
}
#box1 {
	width: 13em;
}
#box2 {
	width: 9em;
}
#box3 {
	width: 10em;
}
#box4 {
	width: 5em;
}
#box5 {
	width: 11em;
}
#box6 {
	width: 6em;
}
li.top ul.nav {
	display: none;
	position: absolute;
	top: 1.5em;
	left: .3em;
	background-color: #3992ba;
	border-width: .2em;
	border-style: solid;
	border-top-color: #5baed4;
	border-left-color: #5baed4;
	border-right-color: #296a87;
	border-bottom-color: #296a87;
	width: 18em;
	padding: 1em;
	margin-top: .5em;
	margin-left: -.5em;
	font-weight: bold;
	z-index: 100;
}
li.top ul.nav li.nav {
	text-align: left;
	float: none;
	width: 18em;
	padding-bottom: .2em;
}
li.top > ul.nav {
	top: auto;
	left: auto;
}
li.top:hover ul.nav, li.over ul.nav {
	display: block;
}
#navbar {
	width: 53em;
	margin: 0 auto 0 auto;
}
