body {
	background: #ECECEC url(images/bg-brick.gif) top center repeat;
	color: #4E4E4E;
	font: 12px/20px Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0 0 10px;
}
div, img, td {
	behavior: url(iepngfix.htc);
}


#container {
	background: #FFF url(images/page-bg.gif) top center repeat-y;
	margin: 0 auto;
	width: 974px;
}

#logoshell {
	background: #E1E1E1 url(images/header-bg.gif) top repeat-x;
	font-size: 0;
	line-height: 17px;
}
.logocell {
	padding-left: 17px;
	background: url(images/header-strip.gif) bottom repeat-x;
	vertical-align: bottom;
}
.messagecell {
	background: url(images/header-strip.gif) bottom repeat-x;
	vertical-align: bottom;
}


#logo-top-left {
	background: url(images/logo-top-left.png) bottom right no-repeat;
	width: 17px;
	height: 17px;
}
#logo-top {
	background: url(images/logo-top.png) bottom repeat-x;
	height: 17px;
}
#logo-top-right {
	background: url(images/logo-top-right.png) bottom left no-repeat;
	width: 17px;
	height: 17px;
}
#logo-left {
	background: url(images/logo-left.png) top right repeat-y;
}
#logo-right {
	background: url(images/logo-right.png) top left repeat-y;
}


#header h1 {
	letter-spacing: 0;
	margin: 0;
	padding: 10px;
	text-align: center;
	min-width: 170px;
}
#header h2 {
	padding: 30px;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
	color: #4E4E4E;
}


#nav {
	vertical-align: top;
	width: 230px;
}
#nav ul {
	background: url(images/nav-end.gif) bottom left no-repeat;
	list-style: none;
	margin: 0 0 0 30px;
	padding: 30px 0;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#nav li a {
	background-color: #F5F5F5;
	border-left: 10px solid #EBEBEB;
	color: #7A7A7A;
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 16px;
	margin-top: 1px;
	padding: 9px 5px 10px 10px;
	text-decoration: none;
}
#nav li a:hover {
	background-color: #384C9C;
	border-left: 10px solid #384C9C;
	color: #FFF;
}
#nav li div {
	margin-top: -5px;
	background-color: #F5F5F5;
	border-left: 10px solid #EBEBEB;
	padding: 0 0px 10px 0px;
	line-height: 0;
}
#nav li div a {
	background: url(images/bullet.gif) top left no-repeat;
	border: none;
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 14px;
	margin: 0;
	padding: 2px 5px 3px 17px;
}
#nav li div a:hover {
	border: none;
}
#content {
	padding: 30px 40px;
	vertical-align: top;
}
h1 {
	color: #384C9C;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 28px;
	margin: 0 0 20px;
	padding: 0;
}
h2,h3 {
	color: #384C9C;
}
p {
	margin: 12px 0;
}
a {
	color: #384C9C;
}
#footer {
	background-color: #384C9C;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	font-size: 11px;
	line-height: 30px;
	margin: 0 18px;
	padding: 0 10px;
}
#credit {
	background: url(images/footer.png) top left no-repeat;
	margin: 0 auto;
	width: 940px;
}
#credit p {
	color: #999;
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 10px;
}
#credit a {
	color: #777;
}