/* ------  PAGE DEFAULTS ------*/

body
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

a
{	
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: blue;
}

a:hover
{
	color: #ff8c1e;
}

#mainpage
{
	width: 800px;
	margin: 5px auto 5px auto;
}

/*------- TOP BANNER --------- */

#banner
{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: black;
	background-color: #bfcfdd;
}

/* ----------- MAIN TABLE SETTINGS ----------------*/

#maintable
{
	width: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#maintable tr
{
	vertical-align: top;
}

/*-------- MENU BAR SETTINGS -----------*/

#menubar
{
	border-top: 1px solid #cccccc;
	padding: 0px;
	margin: 0px;
}

.menunode
{
	width: 155px;
	margin-bottom: 20px;
}

.menunode ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 13px;
}

.menunode li
{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

.menunode li a
{
	padding: 3px 5px 3px 5px;
	display: block;
	width: 155px;
	color: blue;
}

body .menunode li a
{
	width: auto;
}

.menunode li a:hover
{
	color: white;
	background-color: #ff8c1e;
}

.menunode li.heading a
{
	color: black;
	font-weight: bold;
}

.menunode li.heading a:hover
{
	color: white;
	background-color: black;
}

/*---------- MAIN TEXT SECTION ------------*/

#textsection
{
	padding: 5px 15px 5px 15px;
	margin: 0px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

#textsection h1
{
	margin: 5px 0px 5px 0px;
	text-align: center;
	padding: 0px;
	font-size: 18px;
}

#textsection h2
{
	margin: 5px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
}

#textsection p
{
	margin: 2px 0px 10px 0px;
}

#textsection p.center
{
	text-align: center;
}

#textsection img
{
	margin: 8px;
}

#textsection img.left
{
	float: left;
}

#textsection img.right
{
	float: right;
}

#textsection .imgbox
{
	text-align: center;
}

#textsection ol li
{
	margin-bottom: 7px;
}

#textsection ul li
{
	margin-bottom: 7px;
}

#textsection ul.nobullets
{
	list-style: none;
}

#textsection ul.reference
{
	
	font-size: 11px;
}

#textsection ol.reference
{
	font-size: 11px;
}

#textsection table
{
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin: 10px 10px 5px 10px;
	border-spacing: 0px;
	font-size: 11px;
}

#textsection th
{
	background-color: #FFCE93;
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 5px;
}

#textsection td
{
	border-top: 1px solid black;
	border-left: 1px solid black;
	padding: 5px;
}

/* ------------- TAG BAR ---------------*/

#tagbar
{
	border-top: 1px solid #cccccc;
	background-color: #bfcfdd;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 10px;
}