html, body {
	height: 100%;
	background-color: #1D1C1C;
}
html, body, h1, h2, h3, h4, h5, h6, p, div, small, big, th, td, ul, ol, dl, form, img {
	margin: 0;
	padding: 0;
	border: none;
	font-family: verdana, geneva, arial, sans-serif;
	color: #cccccc;
}
font, th, td, p {
	font-size: 12px;
}
li {
	margin-left: 1.5em;
}
h1, h2, h3, h4, h5, h6, p {
	padding-bottom: 0.75em;
}

a:link {
	color: #ffffff;
	background-color: transparent;
}
a:visited {
	color: #ffffff;
	background-color: transparent;
}
a:active {
	color: #C6C1E0;
	background-color: transparent;
}
a:hover {
	color: #C6C1E0;
	background-color: transparent;
}

/* page border */
#outer {
	border-style: solid;
	border-color: #747476;
	border-width: 0 1px 1px 1px;
	background-color: #3A3838;
}

/* right-aligned images */
div.r_clr {
	clear: right;
}
.clr {
	clear: both;
}
div.r_img {
	float: right;
	padding-bottom: 18px;
}
div.r_img p {
	float: left;
	text-align: left;
	font-size: 0.9em;
	font-style: italic;
}
div.r_imgpad {
	float: left;
	width: 24px;
}
div.r_img img {
	border: 2px solid #ffffff;
}

.col {
	width: 477px;
}

/* header panel */
div.grab {
	color: #8B82BD;
	font-weight: bold;
	width: 415px;
	height: 49px;
	position: relative;
}
h1.grab {
	color: #8B82BD;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	position:absolute;
	bottom: -4px;
}

/* nav list styles */
ul.nav1 {
	list-style-type: none;
}
ul.nav1 li {
	margin-left: 0;
	margin-bottom: 8px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
ul.nav1 li a {
	color: #ffffff;
	text-decoration: none;
}
ul.nav1 li a:hover, ul.nav1 li a:active {
	color: #C6C1E0;
	text-decoration: underline;
}
ul.nav2 {
	list-style-type: disc;
}
ul.nav2 li {
	margin-left: 12px;
	margin-top: 4px;
	margin-bottom: 0;
	color: #8B82BD;
	font-weight: bold;
	font-size: 11px;
}
ul.nav2 li a {
	color: #8B82BD;
	text-decoration: none;
}
ul.nav2 li a:hover, ul.nav2 li a:active {
	color: #C6C1E0;
	text-decoration: underline;
}

/* page intro */
h1.intro {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

h2.intro {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}

/* breakout box */
div.box {
	width: 204px;
	height: 190px;
	border: 2px solid #ffffff;
	padding: 8px;
	background: #E9EAF6;
	font-style: normal;
	overflow: auto;
}
div.box h1, div.box h1 a {
	color: #8B82BD;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	text-decoration: none;
}
div.box h1 a:hover, div.box h1 a:active {
	text-decoration: underline;
}
div.box p {
	color: #000000;
	font-size: 12px;
	font-style: normal;
}
div.box td {
	color: #000000;
	font-size: 12px;
	font-style: normal;
}
div.box p a {
	color: #8B82BD;
	text-decoration: none;
}
div.box p a:hover, div.box p a:active {
	text-decoration: underline;
}


/* Common styles */

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2, h2 a:link, h2 a:visited {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
h2 a:active, h2 a:hover {
	text-decoration: underline;
}

h3, h3 a:link, h3 a:visited {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h3 a:active, h3 a:hover {
	text-decoration: underline;
}

.big {
	font-size: 115%;
}

.bbb {
	color:#D4D5D6;
	font-size: 115%;
	font-weight: bold;
}

.red {
	color: #ff9999;
}
.indent {
	padding: 24px;
}
.navindent {
	padding: 24px 20px 24px 24px;
}
.rule {
	background-color: #747476;
}
