body {
	margin: 0px;
	padding: 0px;
	font-family:/*'helvetica neue',*/ verdana,arial,'lucida grande',sans-serif;
	line-height: 125%;
	font-size: 11px;
}
td#leather_left {
	background-image: url(../img/aacaBG.jpg);
	background-position: top right;
}
td#headings {
	min-width: 820px;
}
td#leather_right {
	background-image: url(../img/aacaBG.jpg);
	background-position: top left;
}
table#site_menu td {
	background-color: #050708;
	/*
	color: rgb(102, 173, 142)
	*/
	color: #333;
	font-family: verdana, sans-serif;
	font-size: 10px;
}
table#site_menu a {
	text-decoration: none;
	font-weight: bold;
	padding: 4px;
	color: #66ad8e;
	margin: 0px 9px;
}
a {
	/*
	color: #003d4c;
	*/
	color: #141;
}
a:hover, table#site_menu a:hover {
	color: rgb(233, 29, 38);
}
a img {
	border:none;
}

td#left_drape h1, td#middle_drape h1, td#right_drape h1 {
	/*
	background-color: #66ad8e;
	background-color: #82AA96;
	background-color: #80A090;
	*/
	min-width: 100px;
}
table.cake th {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}
table.cake tr.highlightrow td, table.cake tr.highlightrow th {
	background-color: #ccf;
}
table.cake tr.draghighlightrow td, table.cake tr.draghighlightrow th {
	background-color: #fc0;
	color: #e00;
}
table.cake tr {
	border-right: 1px solid silver;
}
table.cake tr td + td, table.cake tr th + td {
	border-left: 1px solid silver;
}
table.cake tr + tr {
	border-top: 1px solid silver;
}

h1 {
	background-color: #050708;
/*
	background-color: #003d4c;
 */
	font-family: verdana, sans-serif;
	color: white;
	font-size: 12px;
	text-shadow: none;
	font-weight: bold;
	margin: 0px;
	padding: 8px;
}
h1 a {
	color: white;
}
h2, h3, h4 {
	margin: 0px;
	text-shadow: #8a9 2px 2px 2px;
	font-family: /*'gill sans',*/ verdana, sans-serif;
	/*
	font-weight: normal;
	*/
	padding-top: 0.75em;
	padding-bottom: 0.35em;
}
h2 {
	/*
	color: #003d4c;
	*/
	color: #030;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 0.35em;
	padding-bottom: 4px;
/*
	color: #050708;
 */
}
h3 {
	color: #531;
}
h4 {
	font-size: 100%;
}
#content{
	/*
	color: #333;
	*/
	padding: 3px 10px 10px 15px;
}
#footer {
	font-size: 85%;
	padding: 10px 10px;
	background-color: #050708;
	color: #bdc;
}
#footer a {
	color: #050708;
	background-color: #bdc;
}
.gray {
	color: #464;
	/*
	color: #cdc;
	*/
}
/*
h2 + hr {
	border: none;
}
*/
hr {
	margin-top: 1em;
	/*
	border-color: #003d4c;
	*/
	color: #531;
	border-color: #531;
	border-width: 1px;
}
ul, li {
	margin: 2px 12px;
	padding: 0px;
}
input[type=checkbox], input[type=radio] {
	margin-bottom: 0px;
}
.subnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	/*
	color: #66ad8e;
	background-color: #050708;
	*/
	color: #030;
	border: 1px solid #687;
	background-color: #aca;
	padding: 4px;
	margin: 4px;
	display: block;
}
.subnavigation:hover {
	background-color: #e91d26;
	color: #050708;
	border-color: #633;
	/*
	background-color: #020;
	background-color: #050708;
	*/
}
.drag {
	cursor: move;
}
/*
tr.drag td {
	background-image: url(../img/grippy.png);
}
*/
.drop {
	border-bottom: 2px solid red;
}
dt {
	font-weight: bold;
	vertical-align: top;
	float: left;
	padding-right: 1em;
}
dd {
	vertical-align: top;
	margin-left: 0px;
}
/*
body #MB_frame {
	border: 1px solid #999;
	border-top: none;
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}
*/
input[disabled] {
	background-color: #e0e0e0;
}
