/*************************************************************
		GLOBAL
*************************************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background: #F4F3EB;
	font-size: small; /* IE 5 */
	}
	
div {
	margin: 0px;
	padding: 0px;
	}
	
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
p {
	margin: 0px;
	padding: 0px;
	}

.link a:link,
.link a:visited {
	color: #CC0033;
	text-decoration: underline;
	}

.link a:hover {
	color: #CC0033;
	text-decoration: none;
	}
	
.clr {
	clear: both;
}

h4 {
	font: bold 15px Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

/*************************************************************
		GLOBAL - Header & Top Navigation
*************************************************************/

#header {
	width: 750px;
	height: 20px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url('../images/header.gif') center no-repeat;
	}

#headerImage {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
	}

#topNav {
	width: auto;
	position: absolute;
	margin: 35px 0px 0px 370px;
	padding: 0px;
	}
	
#topNav ul,
#topNav li {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	text-align: left;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #666666;
	}

#topNav li a:link,
#topNav li a:visited {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #666666;
	}

#topNav li a:hover {
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	color: #CC0033;
	}


/*************************************************************
		GLOBAL - Content
*************************************************************/

#content {
	width: 750px;
	height: 500px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url('../images/body.gif') center repeat-y;
	}

/*************************************************************
		Left Navigation
*************************************************************/

/* Fix for bottom dotted border not showing in IE */
#navIEfix {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	top: 10px;
	left: 30px;
	}

#leftNav {
	width:  200px;
	margin: 0px;
	padding: 0px;
	}

#leftNav ul {
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #666666;
	}

.sub1 {
	margin: 2px 0px 0px 0px;
	padding: 2px;
	list-style: none;
	display: block;
	font: bold 13px Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #666666;
	}

.sub1 a:link,
.sub1 a:visited {
	color: #CC0033;
	text-decoration: none;
	}

.sub1 a:hover {
	color: #666666;
	text-decoration: none;
	}

#treeNav {
	width: 185px;
	margin: 0px 0px 2px 3px;
	padding: 0px;
	position: relative;
	}

#treeNav a:link,
#treeNav a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	white-space: nowrap;
	text-decoration: underline;
	}

#treeNav a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0033;
	white-space: nowrap;
	text-decoration: none;
	}

/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/
.dtree img {
	border: 0px;
	vertical-align: middle;
	}

.dtree a.node,
.dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	}

.dtree a.nodeSel {
	background-color: #FFFFFF;
	}
.dtree .clip {
	overflow: hidden;
	}
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	white-space: nowrap;
}

/*************************************************************
		GLOBAL - Footer & Copyright Notice
*************************************************************/

#footer {
	width: 750px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
	background: #F4F3EB url('../images/footer.gif') top center no-repeat;
	}

#copyright {
	width: 265px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	float: left;
	position: relative;
	top: 15px;
	left: 20px;
	z-index: 1;
	}

div#copyright p {
	margin: 0px;
	padding: 0px;
	}

#bottomNav {
	width: 420px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: right;
	float: right;
	position: relative;
	top: 15px;
	right: 20px;
	z-index: 2;
	}

#copyright a:link,
#copyright a:visited,
#bottomNav a:link,
#bottomNav a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
	}

#copyright a:hover,
#bottomNav a:hover {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	}