body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

h3{
font-size:14px;
}
a {
	color:#C65C4E;
}
a:hover {
	color:#C65C4E;
	text-decoration:underline
}
#header {
display:none;
}
#footer {
display:none;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
#content {
	background-image:none;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	padding-bottom: 0px;
}
#content h1 {
	font-size: 18px;
	margin-bottom: 15px;
}

#content p {
	margin-top: 10px;
}

#aspnetForm #content .menuAreaLeft {
display:none;
}
.LeftArea{
display:none;
}