html {
     overflow: -moz-scrollbars-vertical;
}

body {
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 12px;
	color: black;
	text-align: center;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

a:link {color: #59568d}     /* unvisited link */
a:visited {color: #59568d}  /* visited link */
a:hover {color: #8986bd}   /* mouse over link */
a:active {color: #59568d}   /* selected link */

#pagebody {
	margin: 0px auto;
	width: 728px;
	text-align: left;
	background-color: white;
	color: #59568d;
}

#webcirclelogo {
        float: left;
}

.menuitem {
        float: left;
}

.contentpanel {
	background-image: url(/webcircle/images/panel_main.gif);
	width: 321px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	border: solid 0px #000000;
	float: left;
	font-size: 10px;
	min-height: 360px;
}

.contentpanel h2 {
	margin-bottom: 1.5em;
}

.contentpanel p {
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.contentpanel input, textarea, select {
	font-size: 10px;
}

.footerpanel {
	padding-top: 1px;
	padding-bottom: 1px;
	clear: both;
	text-align: center;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 60px;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 0px;
}

h3 {
	font-weight: bold;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 {
	font-weight: normal;
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h5 {
	font-weight: normal;
	font-size: 10px;
	color: black;
}

img {
	border: 0;
	display: block;
}