
body, html {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000;
	font-family: Tahoma;
}
body {
	min-width: 968px;
}
#wrap {
	background: #B694D6;
	margin: 0 auto;
	width: 968px;
	border: 1px #32004b solid;
}
#header {
	/*background:#ddd;*/
		height: 51px;
}
#damhLogo {
	float: left;
	margin-left: 2px;
}
#mainDisplayImage {
	left: 0px;
	top: 49px;
	width: 968px;
	height: 293px;
}
#nav {
	padding: 5px;
	background: #32004b;
	height:15px;
}
#main {
	float: left;
	width: 717px;
	background: #ffffff;
	padding: 3px;
	border: 1px #32004b solid;
	margin-left: 5px;
	margin-top: 5px;
}
#sidebar {
	float: right;
	width: 221px;
	background: #ffffff;
	padding: 3px;
	border: 1px #32004b solid;
	margin-right: 5px;
	margin-top: 5px;
}
#wide {
	float: left;
	width: 948px;
	background: #ffffff;
	padding: 3px;
	border: 1px #32004b solid;
	margin-left: 5px;
	margin-top: 5px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: small;
}
#footer p {
	padding: 5px;
	margin: 0;
}
.areaTitle {
	font-family: Tahoma;
	font-size: large;
	color: #32004b;
	text-align: left;
}
.formlayoutLeftColumn
{
	float:left;
	width:150px;
	vertical-align:bottom;
}

.formlayoutLeftButtonColumn
{
	float:left;
	width:150px;
	vertical-align:bottom;
	text-align:center;
}

.formlayoutRightColumn
{
	float:left;
	width:300px;
	vertical-align:bottom;
	}

.formlayoutRightButtonColumn
{
	float:left;
	width:300px;
	vertical-align:bottom;
	text-align:center;
}

.formRow
{
	clear:both ;
}
.formLayoutHolder
{
	
}

.formIntroText
{
	margin-bottom:10px;
}

.formTextField
{
	width:275px;
}

.damhButton
{
	width:100px;
}

.FileListLeftColumn
{
	float:left;
	width:40px;
	height:40px;
	vertical-align:middle;
	text-align:left;
}

.FileListRightColumn
{
	float:left;
	width:150px;
	height:40px;
	padding-top:10px;
	text-align:left;
	}
