body {
	background-color: #D4E1F2;
	text-align: center;
	font-family: Arial, Trebuchet MS, sans-serif, Helvetica, Tahoma, Verdana;
	margin: 16px;
	color: #264C8D;
}
#sitebox {
	width: 736px;
	margin: 0px auto;
	text-align: left;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 104px;
	width: 736px;
	text-align: right;
	background-color: #7E9DE5;
}
#header p {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-right: 16px;
	margin: 0px;
	font-weight: normal;
}
#menubar {
	background-image: url(images/menubg.png);
	height: 32px;
	width: 736px;
	background-color: #7E9DE5;
}
.rightbox {
	float: right;
}
.leftbox {
	float: left;
}
#menubar a {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 90px;
	display: block;
	padding-top: 4px;
	height: 28px;
	float: left;
}
#menubar a:hover, .activeitem
{
	background-image: url(images/amenu.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFD249;
}
#content {
	width: 736px;
	background-color: #7E9DE5;
	float: left;
}
#textbox {
	float: right;
	width: 536px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
	background-image: url(images/texttop.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#text {
	padding: 8px 8px 0px 16px;
}
#textfooter {
	background-image: url(images/textbottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 16px;
	clear: both;
}
.sidebarbox {
	background-image: url(images/sidebartop.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #99B6FF;
	clear: left;
	float: left;
	width: 192px;
	margin-bottom: 8px;
}
.sidebar {
	padding-top: 8px;
	padding-right: 16px;
	padding-left: 8px;
	padding-bottom: 0px;
	margins: 0px;
}
.sidebar2 {
	padding-top: 0px;
	padding-right: 16px;
	padding-left: 8px;
	padding-bottom: 0px;
	margins: 0px;
}
.sidebarfooter {
	height: 16px;
	background-image: url(images/sidebarbottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footerbox {
	background-color: #4E70B3;
	background-image: url(images/footerleft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	height: 24px;
}
#footer {
	color: #B7D5FF;
	font-size: 10px;
	background-image: url(images/footerright.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 4px;
	padding-right: 16px;
	padding-left: 16px;
	text-align: right;
	height: 20px;
}
#footerlinks a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerlinks a:hover {
	text-decoration: underline;
}
#footerlinks {
	color: #FFFFFF;
	float: left;
}
#copyright {
	font-size: 10px;
	color: #B7D5FF;
	float: right;
}
.sidebar p {
	font-size: 110%;
	font-weight: bold;
	color: #EAF8FF;
	margin-bottom: 1ex;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF8FF;
	margin-top: 0ex;
}
.sidebar2a p {
	font-size: 110%;
	font-weight: bold;
	color: #EAF8FF;
	margin-bottom: 1ex;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF8FF;
	margin-top: 0ex;
}
.sidebar2 p {
	font-size: 80%;
	color: #2E3192;
	margin-top: 1em;
	margin-bottom: 1ex;
}
#text h1 {
	font-size: 150%;
	clear: both;
	margin-bottom: 1ex;
	margin-top: 0ex;
}
#text h2 {
	font-size: 120%;
	margin-bottom: 1ex;
	clear: both;
	margin-top: 1em;
}
#text p {
	font-size: 80%;
	margin-top: 0px;
	margin-bottom: 1em;
}

#text p.comment {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 1em;
	color: #7E9DE5;
}

#text p.formula {
	font-size: 85%;
	color: #365C9D;
	font-family: "Courier New", Courier, mono;
	background-color: #EAF8FF;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding: 8px;
}
#text li {
	font-size: 80%;
	margin-top: 0px;
}
#text img {
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	margins: 0px;
}
.yellowbutton {
	background-image: url(images/yellowbutton.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 19px;
	width: 90px;
	padding-top: 3px;
	float: left;
	font-size: 12px;
	margin: 4px;
	background-color: #FFD249;
}
.bluebutton {
	background-image: url(images/bluebutton.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 19px;
	width: 90px;
	padding-top: 3px;
	float: left;
	font-size: 12px;
	margin: 4px;
	background-color: #99B6FF;
}
.sidebarmenu a{
	font-size: 12px;
	font-weight: bold;
	color: #EAF8FF;
	background-color: #7E9DE5;
	background-image: url(images/sidemenu.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 20px;
	text-decoration: none;
	padding-top: 4px;
	padding-left: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.sidebarmenu a:hover {
	color: #FFFFFF;
	background-color: #4E70B3;
	background-image: url(images/asidemenu.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#text p a {
	color: #7E9DFF;
	text-decoration: underline;
}
#text p a:hover {
	text-decoration: none;
}
.sidebar2 p a {
	color: #EAF8FF;
	text-decoration: none;
}
.sidebar2 p a:hover {
	text-decoration: underline;
}
