/***********************************************
* Simple Tree Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
/*CSS for Simple Tree Menu*/
.treeview ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
}

.treeview {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url("./pics/list.gif") no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url("./pics/closed.gif") no-repeat left 1px;
cursor: crosshair !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/* 
* PHP BBCode 
* @author	Duncan Mundell <duncan<nospam>@swaziboy.com>
* @version	1.0
* @updated	21/01/2007
*/

.bold {
	font-weight: bold;
	}

.italics {
	font-style: italic;
	}

.underline {
	text-decoration: underline;
	}

.strikethrough {
	text-decoration: line-through;
	}

.overline {
	text-decoration: overline;
	}

.sized {
	font-size: 12px; 
	}

.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.codebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #006600;
	border: 1px solid #BFBFBF;
	}

.quotebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #660002;
	border: 1px solid #BFBFBF;
	}

.listbullet {
	list-style-type: disc;
	list-style-position: inside;
	}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
	}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
	}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
	}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
	}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
	}

/* ================================================================ 
	Dan's Code
=================================================================== */
a:link {
	color: #6699CC;
}
a:visited {
	color: #6699CC;
}
body {
	background-color: #BCC3CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
}
img {
	border-width: 0px;
	padding: 0 0 0.5em 0;
}
p {
	padding: 0 0 0.5em 0;
}
/*Table Styles*/
td#buttons {
	/*padding: 0 0 0.5em 6em;*/
}
.outer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;
	border: 2px solid black;
	width: 880px;
	margin: 0.4em auto 0.4em auto;
}
.side {
	/*width: 150px;*/
	width: 12em;
	vertical-align: top;
	border: 0.1em solid black;
	padding: 0 0 0 0;
}
.main {
	vertical-align: top;
	border: 1px solid black;
	background-image: url("./pics/back.jpg");
	background-color: #333333;
	color: white;
	font-size: 14px;
	text-align: justify;
}
.inner {
	width: 100%;
	border: 2px solid black;
	margin-bottom: 1em;
}
/*Text Styles*/

blockquote {
	font-family: Arial;
}

h1 {
	font-family: Times New Roman;
	font-size: 40px;
	text-align:center;
	color: white;
}
h2 {
	background-color: #D3D3D3;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

h3 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

.header {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
	