body {  
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color: darkslategray;
}
textarea {
	width: 500px;
	height: 300px;
}
select {
}
h1 {
	display: none;
	color: aqua;
}

h3 {
	size: 20px;
}
th {
	text-align: left;
}
label {
	text-align: left;
	font-size: 13px;
}
fieldset {
	border: 1px solid lightseagreen; 
	width: 600px;
	display: block;
	clear: both;
	vertical-align: top;
}
input {
	background-color: azure;
	border-width: 1px;
	border-color: lightseagreen;
	padding: 2px;
}
img, a img {
	vertical-align: middle;
	border: none;
}
a:link, a:visited {
	color: midnightblue;
}
a:hover, a:active {
	color: mediumblue;
}

div#all {                 
	margin: 30px 50px 30px 50px;
	padding: 10px;
	background-color: lightcyan;
	border: 5px solid teal;
	min-height: 200px;
	*height: 200px;
}
div#menu {
	position: absolute;
	top: 40px;
	width: 200px;
	border-right: 2px solid lightseagreen;
	padding-right: 0px;
}
div#menu ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: square;
}
div#menu ul li {
	margin: 5px;
}
div#content {
	width: 650px;
	position: relative;
	left: 220px;
}
a#corner {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 90px;
	width: 100px;
	background: url(images/ribbon.png) top right no-repeat !important;
	background: none;
	text-indent: -999em;
	text-decoration: none;
	cursor: hand;
}

.mceContentBody  {
	font-size: 20px;
}

input {
	width: 350px;
}