@charset "utf-8";
/* CSS Document */

/* --  START CSS RESET  <---- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* --  END CSS RESET  <---- */


/* --  START PAGE LAYOUT  <---- */
#wrapper {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	text-align: left;
	border: solid;
	border-color: #666;
	border-width: 1px;
}
#head {
	height: 140px;
	padding: 0;
	margin: 0;
	background-image: url(../images/header_background.jpg);
	position: relative;
}
#headLogo {
	width: 370px;
	height: 70px;
	position: absolute;
	margin-left: 12px;
	margin-top: 16px;
}
#menuLine {
	position: absolute;
	margin-top: 110px;
	margin-left: 12px;
	width: 500px;
}
#searchbox {
	width: 220px;
	position: absolute;
	margin-left: 754px;
	margin-top: 108px;
}
#specialContent {
	margin-right: 12px;
	margin-top: 10px;
}
#mainContent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	margin-left: 6px;
	margin-right: 12px;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	margin-top: 20px;
	background-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* --  END PAGE LAYOUT  <---- */


/* --  START BLOCK LEVEL  <---- */
body {
	background-image: url(../images/black_bg.jpg);
	background-repeat: repeat;
}
a:link {
	color: Blue;
	text-decoration: none;
	font-weight:300;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #666666;
}
a:visited {
	color: #1E90FF;
	text-decoration:none;
}
a.local:link {
	color: #8B0000;
	text-decoration: none;
}
a.local:visited {
	color: #FF6347;
	text-decoration:none
}
a.local:hover {
	color: Navy;
	text-decoration: none;
	background-color: #B0C4DE;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7D6006;
	font-size: 1em;
	margin-left: 2px;
	margin-right: 12px;
	font-style: normal;
}
#mainContent h1 {
	font-size: 2em;
	margin-top: 1.8em;
	font-weight: normal;
}
#mainContent h2 {
	font-size: 1.8em;
	margin-top: 1.4em;
	font-weight: normal;
}
#mainContent h3 {
	font-size: 1.6em;
	margin-top: 1.4em;
	font-weight: normal;
}
#mainContent h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 1.2em;
}
#mainContent h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.2em;
}
#mainContent h6 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.2em;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1.2em 12px 1.2em 6px;
	line-height: 1.4em;
}
#mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	background-color: #FFF;
}
#mainContent th, #mainContent td {
	border: 2px solid #f1ecc4;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
}
#mainContent thead {
	font-size: 1.2em;
}
#mainContent tfoot {
	font-weight: bold;
}
#mainContent caption {
	caption-side: bottom;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent sup {
	font-size: 0.8em;
	vertical-align:super;
}
#specialContent th, #specialContent td {
	border: 0px;
}
#mainContent ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	text-indent: 0.5em;
	line-height: 1.4em;
	margin-left: 6em;
	text-indent: 0em;
}
#mainContent ol {
	list-style-position: outside;
	text-indent: 0.5em;
	line-height: 1.4em;
	margin-left: 6em;
	text-indent: 1em;
}
#mainContent blockquote {
	margin-left: 4em;
}
#mainContent sub {
	position: relative; bottom: 0; left:.2ex; font-size: 80%;
}
/* --  END BLOCK LEVEL  <---- */


/* --  START CLASSES  <---- */
.boxyTable {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 4px;
	background-color: #f1ecc4;
	margin-left:12px;
	margin-right:12px;
	margin-bottom: 12px;
}
.boxyFigure {
	border: 1px solid #000;
	padding: 2px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.boxyBox {
	border: 4px solid #f1ecc4;
	padding: 2px;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	text-align: left;
}
.boxyFigure p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	margin-bottom: 0.2em;
	margin-top: 0.5em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.coding {
	font-family:"Courier New", Courier, monospace;
	font-size: 1.0em;
}
/* --  END CLASSES  <---- */
