body
{
    margin: 30px;
    padding: 0;
    font-family: verdana,helvetica,arial,sans-serif;
    
    color: #000000;
    background-color: #EEEEEE;
}

.pagediv
{
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 860px;
	border: 4px solid #000000;
	background-color: #ffffff;
}


.menudiv
{
	float: left;
	line-height: 30px;
	width: 200px;
}


.contentdiv
{
	float: right;
	width: 700px;
}

#stretch {
	display: block;
	content: "";
	clear: both;
}


.menudiv a:link
{
	font-weight: bolder;
	text-decoration: none;
	color: #6a98c4;
}

.menudiv a:visited
{
	font-weight: bolder;
	text-decoration: none;
	color: #6a98c4;
}

.menudiv a:hover
{
	font-weight: bolder;
	text-decoration: underline;
	color: #6a98c4;
}


.contentdiv a:link
{
	text-decoration: none;
	color: #6a98c4;
}

.contentdiv a:visited
{
	text-decoration: none;
	color: #6a98c4;
}

.contentdiv a:hover
{
	text-decoration: underline;
	color: #6a98c4;
}

.contentdiv p
{
	margin-top: 10px;
	margin-bottom: 10px;
}



h1
{
    font-weight: 120;
    margin: 0px;
    margin-bottom: 20px;
}



textarea {
        width:53em;
        height:60em;
}

.options,
.buttons {
        width: 100%;
        overflow: auto;
}

.options,
.buttons {
        padding-top: 1em;
        padding-bottom: 0em;
}

.buttons {
        text-align:center;
}

.buttons input {
        height:45px;
        width:185px;
}



