body {
	font-family:trebuchet-MS, verdana, arial;
	background-color:#7A4811;
	color:#000;
	margin:0px;
	padding:0px;
	}
a:link, a:visited {
	color:#7D2705;
	text-decoration:none;
	}
a:hover {
	color:#666;
	}
h3 {
	color:#8F6028;
	margin-top:5px;
	}
.floatLeft {
	float:left;
	}
.centerContainer {
	width:760px;
	margin:0px auto;
	}
.topOfFold, .bottomOfFold {
	border-left:1px solid black;
	border-right:1px solid black;
	width:760px;
	float:left;
	}
.topOfFold {
	background-color:#fff;
	}
.bottomOfFold {
	background-color:#C2C782;
	}
.topRight {
	background-color:#fff;
	float:right;
	height:265px;
	}
.logo {
	margin:15px 0px 55px 0px;
	}
.navigationLinks {
	font-size:.7em;
	}
.attorneyLinks {
	padding-top:12px;
	font-size:.7em;
	}
a.navigationLink, a.navigationSelected, a.attorneyLink, a.attorneySelected {
	color:#000;
	display:block;
	padding:4px 15px;
	text-decoration:none;
	width:150px;
	}
a.navigationLink:link {
	color:#000;
	}
a.navigationLink:visited {
	color:#000;
	}
a.navigationLink:hover {
	background-color:#E5E8CF;
	}	
a.navigationSelected:link {
	background-color:#DDE0C8;
	color:#7D2705;
	}
a.navigationSelected:visited {
	background-color:#EFF0E6;
	color:#7D2705;
	}
a.navigationSelected:hover {
	background-color:#EFF0E6;
	color:#7D2705;
	}
	
a.attorneyLink:link {
	color:#fff;
	}
a.attorneyLink:visited {
	color:#fff;
	}
a.attorneyLink:hover {
	color:#C2C782;
	background-color:#fff;
	}
a.attorneySelected:link {
	background-color:#CBCF95;
	color:#eee;
	}
a.attorneySelected:visited {
	background-color:#CBCF95;
	color:#eee;
	}
a.attorneySelected:hover {
	background-color:#CBCF95;
	color:#eee;
	}
.bottomLeft {
	background-color:#fff;
	color:#666;
	font-size:.75em;
	width:365px;
	float:left;
	line-height:20px;
	padding:20px;
	text-align:justify;
	}
.bottomRight {
	float:right;
	width:355px;
	}
.footer {
	background-color:#000;
	color:#fff;
	font-size:.7em;
	float:left;
	text-align:center;
	padding:10px 0px;
	width:762px;
	}
.error {
	color:#900;
	}
.fieldsWidth, .fieldMessage {
	font-family:trebuchet-MS, verdana, arial;
	display:block;
	height:20px;
	margin:5px 0px;
	width:250px;
	float:left;
	}
.fieldsLabel {
	font-family:trebuchet-MS, verdana, arial;
	color:#666;
	display:block;
	height:22px;
	margin:5px 10px 5px 0px;
	text-align:right;
	width:70px;
	float:left;
	}
.fieldMessage {
	height:120px;
	font-size:1em;
	}
.sendButton {
	float:right;
	margin:20px 30px 20px 0px;
	}
