body, *, HTML {padding:0px; margin:0px;}
img {
	display: block;
	border: 0px solid white;
	margin: 0px;
	padding: 0px;
}
div.body {
	width: 740px;
	height:650px;
	text-align:left;
	border-top: 2px solid #E4801C;
	border-left: 2px solid #E4801C;
	border-right: 2px solid #E4801C;
	border-bottom: 10px solid #006A71;
}
.fltrt {float:right;}
.fltlft {float:left;}

div.body div.menu img {
	display: inline;
	border: 0px solid white;
	margin: 0px;
}
div.body div.text {
	background-color: #D6E4E5;
	width:425px;
	height:440px;
	overflow: auto;
	padding: 10px 5px 10px 5px;
	text-align: justify;
}
div.content div.form {
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	background-color:#006865;
	border: 1px solid white;
}
div.content div.form b {
	display: block-inline;
	font-family: arial;
	font-weight: bold;
	font-size: 8pt;
	color:#EEAE6F;
}
div.content div.form .field {
	background-color: #FFFEF2;
	font-size: 10px;
	width: 150px;
}
div.content div.form .fieldsmall {
	background-color: #FFFEF2;
	font-size: 10px;
	width: 20px;
}
h1, h2, h3, h4, h5, h6 {
	Color:#006662;
	font-size: 18px;
}
div.menu li {
	display: inline;
	padding-left: 5px;
}
div.menu li.last {
	border-right: 0px solid white;
}
div.menu a {
	text-decoration: none
}
div.menu {
	text-align: center;
	font-size: 70%;
	width: 100%;
	padding-top: 5px;
}
a {
	color:#CB670C;
}
a:visited {
	color:#000000;
}
a:hover {
	color:#006862;
}

#craftysyntax {padding-top:25px; padding-left:82px;}