body {
	margin: 10px;
	padding: 0;
	background: #BECEEB url(/img/chx.gif) repeat;
	color: #333;
	font: 11px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
}

a {
	color: #335EA1;
	text-decoration: none;
}

strong {
	font-weight: bold;
	font-size: 12px;
}

a:hover, a.navigation:hover {
	text-decoration: underline;
}

table.shell {
	border: 1px solid #000;
	background: #fff;
	width: 750px;
}

div.cat {
	border: 1px solid #ccc;
	padding: 1px;
	margin-top: 5px; 
	margin-bottom: 8px; 
}

td.gray {
	background: #F6F6F6;
}

td.blue {
	background: #CDD9EF;
}

td.black {
	background: #000;
}

td#nav {
	border: 1px solid #eee;
	background: #FBFBFB;
	padding: 5px;
	margin: 5px;
}

td#nav div.item {
	margin-left: 5px;
	margin-bottom: 5px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
}

td#nav div.address {
	margin-left: 5px;
	margin-bottom: 5px;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
}

td#nav div.phone {
	margin-left: 5px;
	margin-bottom: 5px;
	font: 10px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
}

/* Content block */
td#content {
	border: 1px solid #eee;
	background: #fff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 5px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
}

td#content div.heading {
	color: #000;
	font: 16px bold "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
	padding-top: 2px;
	padding-bottom: 15px;
}

td#content div.subheading {
	color: #000;
	font: 14px bold "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 6px;
}

td#content div.text {
	color: #5F5F5F;
	padding-top: 3px;
	padding-bottom: 6px;
	font: normal 11px/18px "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
}

td#content ul.list {
	color: #5F5F5F;
	margin-top: 0;
	font: 11px normal "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
}

div.footer {
	padding: 5px;
	text-align: center;
}

img.thumbnail { 
	border: 1px solid #666; 
	padding: 0; 
	margin-top: 5px; 
	margin-left: 5px;
	margin-right: 15px;
}

div.envelope {
	width: 750px;
	border: 3px solid #ddd;
}

table#nav {
	border-top: solid 1px #333;
	border-left: solid 1px #333;
}

table#subnav {
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
}

form {
	display: inline;
}

select, input {
	font: 11px tahoma;
	background: #F5F5F5;
	width: 160px;
}

textarea {
	font: 11px tahoma;
	background: #F5F5F5;
	width: 250px;
}

input.button {
	background: #B0C4DE;
	font: bold 11px tahoma;
	width: 50px;
}

td#name {
	font-size: 22px;
	/* font-weight: bold; */
	padding-left: 10px;
	letter-spacing: 1px;
	height: 40px;
}

td#title {
	color: #000;
	font: 14px bold "Lucida Grande", "Lucida Sans Unicode", lucida, arial, helvetica, sans-serif;
	padding-left: 10px;
	height: 30px;
}

span.error {
	color: red;
}