body {
	background: #222;
	margin: 0px;
	padding: 0px;
	color: #3e3e3e;
	font-size: 90%;
	font-family: Times;
}

img {
	border: 0px;
}

a {
	color: #1e5485;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}

.center {
	text-align: center !important;
}

#body {
	background: #333;
	border-bottom: 2px solid #444;
	padding-bottom: 60px;
}

#header {
	height: 100px;
	background: url(../images/design/header-background.png) top repeat-x;
}

#header #header-content {
	width: 910px;
	margin: auto;
}

#logo {
	float: left;
	width: 200px;
}

ul#menu {
	width: 252px;
	height: 54px;
	overflow: hidden;
	float: right;
	margin: 0px;
	padding: 0px;
}
ul#menu li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul#menu a img {
	padding: 17px 20px;
	margin: 0px;
	display: inline;
}
ul#menu a.special img {
	/*background: url(../images/design/menu-special-background.png);*/
}
ul#menu a:hover img {
	background: url(../images/design/menu-hover-background.png);
}

#logout img {
	position: absolute;
	top: 15px;
	right: 17px;
}

#site {
	clear: both;
	width: 910px;
	margin: auto;
}

div#content {
	width: 610px;
	float: left;
}

.content-center {
	margin: 0px auto;
	float: none !important;
}

.content-panel {
	min-height: 380px;
	border-top: 1px solid #888;
	background: #f1f1f1;
	padding: 22px 22px 12px 22px;
	font-size: 107%;
	line-height: 150%;
	text-align: justify;
}
.content-panel-bottom {
	height: 10px;
	background: url(../images/design/content-bottom-background.png) no-repeat;
}
.content-panel-top {
	height: 10px;
	background: url(../images/design/content-top-background.png) no-repeat;
}
.content-noborder {
	border: 0px;
}

ul#submenu {
	height: 41px;
	overflow: hidden;
	border-bottom: 3px solid #ad9d6d;
	padding-left: 8px;
	margin: 0px;
	font-size: 120%;
	list-style: none;
	line-height: 38px;
}
ul#submenu li {
	display: inline;
	float: left;
}
ul#submenu a {
	color: #d1d1d1;
	text-decoration: none;
	padding: 10px 15px 13px 15px;
	margin: 0px;
}
ul#submenu a:hover {
	background: url(../images/design/submenu-hover-background.png) repeat-x;
}
ul#submenu strong, ul#submenu .tab, ul#submenu .tab:hover {
	padding: 10px 15px 13px 15px;
	margin: 0px;
	color: #fff;
	font-weight: normal;
	background: #ad9d6d url(../images/design/submenu-tab-background.png) repeat-x;
}

#context {
	width: 270px;
	float: right;
}
#context h2 {
	color: #d1d1d1;
	font-size: 130%;
	font-weight: normal;
	padding: 0px 0px 8px 16px;
	margin: 0px;
	margin-top: 40px;
	border-bottom: 3px solid #ad9d6d;
}
#context .choice a {
	color: #f6f6f6;
	font-size: 110%;
	text-decoration: none;
	display: block;
	padding: 5px 6px 6px 16px;
	background: #63496f;
	border-top: 1px solid #46354d;
}
#context .choice a:hover, #context .choice a.selected {
	background: #533a5e;
}
#context .choice a.first {
	border-top: 0px;
}
img.choice-selected {
	margin-left: -11px;
}

.context-panel {
	border-top: 1px solid #888;
	background: #f1f1f1;
	padding: 16px 16px 6px 16px;
	font-size: 107%;
	line-height: 130%;
}
.context-panel-bottom {
	height: 10px;
	background: url(../images/design/context-bottom-background.png) bottom no-repeat;
}

.reset {
	clear: both;
}

#footer {
	width: 860px;
	margin: auto;
	padding: 22px 20px 22px 20px;
	color: #cdcdcd;
	font-size: 100%;
}
#footer a {
	color: #cdcdcd;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer em {
	color: #63496f;
	font-style: normal;
	padding: 0px 7px 0px 7px;
}
