@charset "UTF-8";

/* --------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #fafafa;

	text-align: center; /* to center content in older browsers */

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p, div, span, a, td, li {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

img, a {
	border-style: none;
}

/* --------------------------------------------------------- */

.texthead {
	font-weight: bold;
}

.textbig {
	font-weight: bold;
}

.textstrong {
	font-weight: bold;
}

.textsmall {
	font-size: 9px;
}

/* --------------------------------------------------------- */

.frame-top {
	background: url(images/frame-top.png) no-repeat;
	width: 820px;
	height:20px;
	margin: 0 auto;
	padding: 0;
}

.frame-middle {
	background: url(images/frame-middle.png) repeat-y;
	width: 800px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.frame-bottom {
	background: url(images/frame-bottom.png) no-repeat;
	width: 820px;
	height: 20px;
	margin: 0 auto;
	padding: 0;
}

/* --------------------------------------------------------- */

.topbanner {
	width: 800px;
	height: 130px;
}

/* --------------------------------------------------------- */

.menu {
	float: left;
	width: 120px;
}

/* --------------------------------------------------------- */

.menutable {
	color: #ffffff;
	background: #4A39B5;
	border-collapse: collapse;
}

.menutable td {
	text-align: right;
	vertical-align: middle;

	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;

	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.menutable a {
	text-decoration: none;
	color: #ffffff;
	background: #4A39B5;
}

.menutable a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------- */

.mainspace {
	color: #333333;
	background: #ffffff;

	margin-top: -10px;
	margin-left: 120px;
	min-height: 600px;
	padding: 10px;
}

.mainspace a {
	text-decoration: none;
	color: #4A39B5;
}

.mainspace a:hover {
	text-decoration: underline;
	color: #4A39B5;
}

.mainspace li {
	padding-bottom: 5px;
}

/* --------------------------------------------------------- */

.maintable {
	border-collapse: collapse;
	margin-top: 10px;
}

.maintable td {
	vertical-align: top;
	padding-bottom: 5px;
}

/* --------------------------------------------------------- */
