* {padding: 0; margin: 0;}

html {height: 100%; margin-bottom: 1px;}

body {
	background-color: #e4e2d8;
	text-align: center;
}
body, td, div, blockquote, textarea, select, input {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
}

a {color: #000;}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:active {text-decoration: underline;}
a:hover {text-decoration: none;}
p, ul, ol, blockquote {margin: 0 0 1em}

ul, ol {margin-left: 20px; padding: 0;}

h1, h2, h3, h4, h5, h6 {
	color: #898576;
	letter-spacing: -1px;
	margin: .8em 0 .3em;
	padding-bottom: .1em;
}
h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}
h4 {font-size: 12px;}
h5 {font-size: 11px;}
h6 {font-size: 10px;}

hr {display:none;}

dt {margin: 4px 0 2px;}






#wrap {width: 674px; margin: 0 auto; text-align: left;}
#wrap-inner {
	padding: 0 36px; background-color: #fff;

}


.message {padding: 4px 0 4px;}
.message-error {font-weight: bold; font-style: italic;}

#header {
	height: 98px;
	overflow: hidden;
	padding: 0;
}
#header h1 {margin: 0; padding: 0;}
#header h1 a {
	background: transparent url('../i/logo-top.jpg') no-repeat;
	display: block;
	height: 98px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9000px;
	width: 602px;
}

#header-separator {
	height: 24px;
	margin: 3px 0 3px;
	background: url('../i/who_what_when.gif') no-repeat;
}
#nav {
	float: left;
	width: 184px;

}

#menu {

	background-color: #e4e2d8;
}
#menu ul {
	margin: 0;
	padding: 18px 0 24px;
	list-style-type: none;
}
#menu li {
	margin: 6px 0 0;
	padding: 0 0 0 22px;
	background: url('../i/menu_arrow.gif') no-repeat 12px center;
}

#menu a {
	font-size: 10px; color: #000;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	text-decoration: underline;
}

#content {
	float: right;
	width: 404px;
	padding-left: 6px;
	min-height: 200px;
}

#b-edit #content,
#b-images #content {
	float: none;
	width: auto;
}

#extra {

	padding-top: 14px;
}
#extra img {margin-bottom: 12px;}

#footer {
	background-color: #d4d0be;
	padding: 8px 0 6px;
}
#footer p {
	text-align: center;
	margin-bottom: 0;
	color: #666;
	font-size: 10px;
	line-height: 150%;
}
#footer a {
	color: #666;
}

#bluemist {
	text-align: right;
	padding: 4px 5px 0 0;
}

.text-red {color: #E31836;}
.text-gray {color: #999;}

.columns .column {float: left; width: 100px;}
.columns .c2-1 {width: 670px; padding: 20px 0 30px 19px;}
.columns .c2-2 {
	float: right;
	width: 160px;
	padding: 20px 19px 30px 0;
}

#wrap-inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #wrap-inner {
	height: 1%;
}

*:first-child+html #wrap-inner {
	min-height: 1px;
}

