body {
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif, serif;
	font-size: 18px;
	margin: 0px;
}

#sitebox {
	width: 952px;
	margin: 0px 0px;
	text-align: left;
	background-color: white;
}

#header {
	background-repeat: repeat;
	background-position: left top;
	height: 99px;
	width: 100%;
	background-color: white;
}

#content {
	width: 952px;
	background-color: white;
}

#text a {
	text-decoration: none;
	color:blue;
}
#text a:hover {
	text-decoration: underline;
	color:blue;
}
#text a:visited {
	color:blue;
}

#text {
	padding: 8px 8px 0px 16px;
}
#text h1 {
	font-size: 150%;
	clear: both;
	margin-bottom: 1ex;
	margin-top: 1ex;
}
#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;
}

#footerbox {
	background-color: #4E70B3;
	clear: both;
	height: 36px;
}
#footer {
	color: #B7D5FF;
	font-size: 10px;
	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;
}
#gethtmlcode {
	font-size:64%;
	font-weight:bold;
	color:blue;
	text-decoration:none
}

input.btn {
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;

	background-color: #e0e0e0;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;

	font-size:90%;
 	font-weight:normal;
}
.editbox {
	color: #050;
	font-family:'Courier New';

	background-color: #eeeeff;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;

	font-size:12px;
 	font-weight:normal;

	width:533px;
	height: 280px;
}

.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #e0e0e0;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	width: 510px;
	height: 440px;
	padding: 0px;
	border: 1px solid orange;
	background-color: #ffffff;
	z-index:1002;
	overflow: auto;
	font-family: Trebuchet MS;
}

