/* Contract Dispute Stylesheet */

/* General Styles */
body {
	background: #fff;
	font: 0.7em verdana, sans-serif;
	color: #08004E;
	line-height: 175%;
	text-align: left;
	padding: 5px;
	margin: 0;
	height: 100%;
}

p {
	margin: 0 0 1em 0;
}

a {
	text-decoration: none;
	color: #08004E;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	color: #08004E;
	letter-spacing: -1px;
	margin: 1em 0 .4em 0;
	font-family: verdana, sans-serif;
	font-weight: bold;
}


h1 {
	font-size: 1.7em;
	padding: 20px 0 3px 8px;
	margin: 0;
	text-align: center;
}


/* Global Layout Elements */
#wrapper {
	width: 960px;
	height: 640px;
	padding: 0 0 0 0;
	background: #fff;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;	
}

#main-content {
	clear: both;
	margin: 0 0 10px 10px;
}

#logo {
	width: 304px;
	border: 0;
	margin: 0 0 0 0;
	float: left;
	clear: left;
}

#website {
	font: 14px;
}



