/*
 * Global elements
 */
html, body {
	margin: 0;
	padding: 0
}
body {
	background: #333;
	color: #000;
	line-height: 1.4
}
body, input, textarea, option {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h6 { font-size: 1em }
h5 { font-size: 1.1em }
h4 { font-size: 1.2em }
h3 { font-size: 1.3em }
h2 { font-size: 1.4em }
a:link,
a:visited {
	color: #26357F;
	text-decoration: none;
}
a:hover,
a:active {
	color: #B33636;
	text-decoration: underline;
}
a img { border: 0 }
fieldset {
	border: 0
}
dt, legend {
	color: #000;
	font-weight: bold
}

#page {
	margin: 10px;
	background: #fff url(/img/content_bg.gif) bottom left repeat-x
}
#page2 {
	background: url(/img/content_bg_c.gif) bottom center no-repeat
}
#page3 {
	padding-bottom: 20px;
	background: url(/img/content_bg_l.gif) bottom left no-repeat
}
#page_end {
	clear: both
}

/*
 * Header
 */
#head {
	height: 128px;
	background: #333 url(/img/head_bg.png) repeat-x;
	border-bottom: 1px solid #333
}
#logo a {
	display: block;
	height: 128px;
	width: 284px;
	background: url(/img/head_logo.png) no-repeat
}
#logo a span {
	display: none
}
h1 {
	margin: 0;
	padding: 0
}
#junk1 {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 412px;
	height: 128px;
	background: url(/img/head_corner.png) no-repeat
}

/*
 * Navigation
 */
#navigation {
	float: left;
	width: 13em
}
#navigation ul,
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none
}
#navigation li.group {
	background: url(/img/nav-head.gif) top left repeat-x;
}
#navigation span.category {
	display: block;
	height: 16px;
	padding: 3px 19px 3px 3px;
	background: url(/img/nav-head-cap.gif) top right no-repeat;
	font-weight: bold
}
#navigation ul.links {
	margin-right: 12px;
	background: #f3f5ff;
	border: 1px solid #333;
	border-top: 1px solid #333;
	border-left: 0;
	line-height: 1.2
}
#navigation ul.links a {
	display: block;
	width: 100%
}
#navigation ul.links a:hover {
	background: #e2e6ff;
	color: #26357F;
	text-decoration: none;
}
#navigation ul.links a span {
	display: block;
	padding: 3px 3px 3px 6px
}
#navigation ul.links ul {
	border-bottom: 1px solid #e6e8f1
}
#navigation ul.links ul a span {
	padding-left: 12px
}
#navigation form {
	margin: 0;
	padding: 0
}
#navigation input {
	margin: 3px 3px 3px 6px;
	padding: 3px;
	width: 10em;
	border: 1px solid #e6e8f1;
	background: #fff;
	color: #000
}

/*
 * Content
 */
#content {
	margin-left: 13em;
	padding-left: 10px;
	background: url(/img/content_corner_bg.gif) no-repeat top right
}
#greet {
	padding-top: 1em
}
#greet p {
	margin: 0 10px 1em 0;
	border: 1px solid #ccc;
	padding: 8px;
	background: #eee url(/img/welcome_bg.gif) no-repeat center right
}
#title h2 {
	margin: 0 10px 0 0;
	padding: 3px 0 0 0;
	border-bottom: 1px solid #ccc
}
#content2 {
	margin-top: 1em;
	padding: 0 20px 10px 10px
}

/*
 * Content elements
 */
.tableData .header {
	margin: 0;
	padding: 5px;
	background: #8c0000 url(/img/thead_bg.gif) top left repeat-x;
	border: 1px solid #333;
	border-bottom: 0;
	font-size: 1em;
	color: #fff
}
.tableData table {
	width: 100%;
	border-collapse: collapse
}
.tableData table th,
.tableData table td {
	height: 0.1em;
	border: 1px solid #333;
	padding: 5px
}
.tableData table th {
	font-weight: bold;
	background: #d7d7d7 url(/img/subhead_bg.gif) top left repeat-x
}
.tableData table td {
	background: #f3f5ff url(/img/altrow1_bg.gif) bottom left repeat-x;
}
.message {
	margin-left: 5em;
	margin-right: 5em;
	margin-bottom: 1em;
	padding: 8px;
	border: 1px solid #ccc;
	background: #eee
}
.message h3,
.message h4,
.message h4 {
	margin: 0;
	border-bottom: 1px solid #bbb
}
.message p { margin-bottom: 0 }

/*
 * Footer
 */
#foot {
	clear: both;
	font-size: 9px;
	text-align: center;
	color: #aaa
}
#foot hr {
	display: none
}
#copyright {
	margin: 15px 0 14px 0
}

/*
 * Schtuff
 */
#news .item {
	border: 1px solid #333;
	margin-bottom: 1em
}
#news .heading cite,
#news .heading h3,
#news .body {
	display: block;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #333
}
#news .heading h3 {
	background: #8c0000 url(/img/thead_bg.gif) top left repeat-x;
	font-size: 1em;
	color: #fff
}
#news .heading cite {
	background: #d7d7d7 url(/img/subhead_bg.gif) top left repeat-x;
	font-weight: bold;
	font-style: normal
}
#news .body {
	background: #f3f5ff url(/img/altrow1_bg.gif) bottom left repeat-x;
	border: 0
}
