/* Reset Stuff */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 7px 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}
ul li {
	list-style-type: disc;
	margin-left: 20px;
}


/* Basic Setup */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	background-color: #262C14;
}
p {
	margin-bottom: 1.2em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color: #FFFFFF;
	margin-bottom: 1.2em;
}
.noMargin {
	margin: 0px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
.pad5 {
	padding: 5px;
}
ul.markers {
	list-style-type: disc;
	padding: auto;
	margin: auto;
}
ul.markers li {
	margin-left: 15px;
}

.noviz {
	width: 5px;
	visibility: hidden;
}
strong, .bold {
	font-weight: bold;
}
.pointer {
	cursor: pointer;
}





/* Design */

#top, #main {
	width: 1000px;
	margin: 0px auto;
}

#footer {
	text-align: center;
	margin: 25px auto 0px auto;
	padding: 10px 0px;
	width: 100%;
	background-color: #95735C;
	font-weight: bold;
}

#box {
	margin: 10px;
	padding: 20px;
	background-color: #48412A;
}



#mainTbl {
	width: 1000px;
	margin: 0px auto;
}

#mainsideleft {
	width: 6px;
	background: url('img/sideback-left.gif') repeat-y;
	border-bottom: 1px solid #000000;
}

#mainsideright {
	width: 6px;
	background: url('img/sideback-right.gif') repeat-y;
	border-bottom: 1px solid #000000;
}

#menu1 td {
	background: url('img/menuback.jpg') repeat-x;
}
#orangeBar {
	height: 5px;
	background: url('img/orangeback.gif') repeat-x;
}
#mainsidebar {
	width: 200px;
	background-color: #D3E5EE;
	padding: 10px;
	border-bottom: 1px solid #000000;
	vertical-align: top;
}
#maincontent {
	background-color: #FFFFE1;
	padding: 20px;
	border-bottom: 1px solid #000000;
	vertical-align: top;
}
#footerBar {
	text-align: center;
	margin: 25px auto 10px auto;
	border-top: 1px solid #6B241E;
	padding-top: 10px;
	width: 90%;
}

/* Individual Parts */

