body {
	background-color: #0C323B;
	font-size: 0.7em;
	color: #45818e;
}
a,
a:visited {
	color: #fff;
}
a.demph,
a.demph:visited {
	color: #aaa;
}

#header {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.3em;
}

/* notched corners for boxes */
.box,
.box.links {
	background-color: #134f5c;
	border: solid #134f5c;
	border-width: 0 1px;
	margin-bottom: 8px;
}
.box div,
.box.links div {
	position: relative;
	top: -1px;
	left: 0;
	border: solid #134f5c;
	border-width: 1px 0 0;
}
.box div div,
.box.links div div {
	top: 2px;
	border-width: 0 0 1px;
	padding: .3em .3em .3em;
}

/* notched corners for headers */
.box h1 {
	display: block;
	background-color: #45818e;
	border: solid #45818e;
	border-width: 0 1px;
	margin-bottom: 3px;
	font-size: 1.2em;
}
.box.links h2 {
	display: block;
	background-color: #45818e;
	border: solid #45818e;
	border-width: 0 1px;
	margin-bottom: 3px;
	font-size: 1em;
}
.box h1 a {
	position: relative;
	top: -1px;
	left: 0;
	border: solid #45818e;
	border-width: 1px 0 0;
	text-decoration: none;
}
.box.links h2 a {
	display: block;
	position: relative;
	top: -1px;
	left: 0;
	border: solid #45818e;
	border-width: 1px 0 0;
	text-decoration: none;
	margin-bottom: 0px;
}
.box.links h2 a:hover {
	background-color: #55919e;
}
.box h1 a b {
	position: relative;
	border: solid #45818e;
	border-width: 0 0 1px;
	top: 2px;
	padding-left: 10px;
	padding-bottom: 1px;
	color: #fff;
}
.box.links h2 a b {
	display: block;
	position: relative;
	border: solid #45818e;
	border-width: 0 0 1px;
	top: 2px;
	padding-left: 10px;
	padding-bottom: 1px;
	color: #fff;
}

.box.links h3 {
	display: block;
	background-color: #45818e;
	border: solid #45818e;
	border-width: 0 1px;
	font-size: 1em;
	margin: 5px 0 3px 0;
}
.box.links h3 a {
	display: block;
	position: relative;
	top: -1px;
	left: 0;
	border: solid #45818e;
	border-width: 1px 0 0;
	text-decoration: none;
}
.box.links h3 a b {
	display: block;
	position: relative;
	border: solid #45818e;
	border-width: 0 0 1px;
	top: 2px;
	padding-left: 10px;
	padding-bottom: 1px;
	color: #fff;
	font-weight: normal;
}

/* Lists */
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	clear: both;
}

li a {
	display: block;
	text-decoration: none;
	color: #fff;
}
li a:hover {
	color: #000;
	background-color: #fff;
}
li h3 a:hover {
	color: #fff;
	background-color: #45818e;
}

li a.half {
	display: block;
	float: left;
	width: 46%;
	text-align: center;
}
li a.second {
	padding-left: 2px;
	margin-left: 1px;
	border-left: 1px solid #aaa;
}
li a.min {
	display: inline;
}

/* Plus Minus Pictures */
a.open {
	background: #45818e url('minus.gif') no-repeat 1px 8px;
}
a.closed {
	background: #45818e url('plus.gif') no-repeat 1px 8px;
}
h3 a.open {
	background-position: 1px 6px;
}
h3 a.closed {
	background-position: 1px 6px;
}

