body {
	background-image: url(images/bk2.gif);
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #22527A;
}

h1 {
	font-size: 24px;
	font-family: arial, sans-serif;
	margin: 10px;
	text-decoration: underline;
}

p {
	text-indent: 1em;
	font-family: sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	color: #000000;
	line-height: 1.3;
}

ul {
	line-height: 1.3;
}


.leftTop {
	border-style: none solid none none;
	border-width: 3px;
	border-color: #333333;
}

.middleTop {
	border-style: solid none solid none;
	border-width: 3px;
	border-color: #333333;
	vertical-align: top;
	padding: 0px;
}

.rightFiller {
	border-style: none none none solid;
	border-width: 3px;
	border-color: #333333;
}

.leftCol {
	border-style: none none solid none;
	border-width: 3px;
	border-color: #333333;
	background-color: #59758E;
	width: 185px;
	vertical-align: top;
}

.rightCol {
	border-style: none none solid solid;
	border-width: 3px;
	border-color: #333333;
	background-color: #eeeeee;
	width: 575px;
	vertical-align: top;
	padding: 0px;
}

.rightBottom {
	border-style: none none solid none;
	border-width: 3px;
	border-color: #333333;
	background-color: #59758E;
	font-size: 12px;
	color: #cccccc;
	text-align: center;
	height: 25px;
}

.leftMenuBtn {
	border-style: none none solid none;
	border-width: 3px;
	border-color: #22527A;
	background-color: #59758E;
	width: 35px;
	padding: 5px;
}

.leftMenu {
	border-style: none none solid none;
	border-width: 3px;
	border-color: #22527A;
	background-color: #59758E;
	width: 150px;
	padding: 5px;
	font-family: verdana, arial, sans-serif;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

a.menu:link {
	font-family: verdana, arial, sans-serif;
	color: #cccccc;
	text-decoration: none;
}

a.menu:visited {
	font-family: verdana, arial, sans-serif;
	color: #cccccc;
	text-decoration: none;
}

a.menu:hover {
	font-family: verdana, arial, sans-serif;
	color: #1A90F4;
	text-decoration: underline;
}

a.content:link {
	color: #22527A;
	text-decoration: underline;
}

a.content:visited {
	color: #22527A;
	text-decoration: underline;
}

a.content:hover {
	color: #1A90F4;
	text-decoration: underline;
}

.brightBox {
	background-color: #ffffff;
	color: #22527A;
	font-size: 15px;
	font-weight: normal;
	border-style: solid;
	border-width: 2px;
	border-color: #59758E;
	width: 75%;
	text-align: left;
	line-height: 1.2;
	padding: 7px;
	margin: 5px;
}

.define {
	font-weight: bold;
}