* {
	box-sizing: border-box; 
}

body {
  background-color: #efefef;
  margin: 0;
  text-align: center;
}

body, td, input[type=text], textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #444; 
}

img {
	max-width: 100%; 
}

h2 {
	font-weight: normal;
}

h3 {
	border-top: 1px solid #eee; 
	padding-top: 1em;
	color: #777; 
}

a {
	color: #0096ff;
	text-decoration: underline;
}
	a:hover,
	.nav a:hover {
		color: #000;
		border-color: #aaa; 
	}

blockquote {
	margin-left: 0;
	padding-left: 1.5em;
	padding-right: 2em; 
	border-left: 4px solid #ddd; 
	font-style: italic; 
	color: #777; 
}

pre, code {
	background: #eee; 
	border: 1px solid #ddd; 
}

pre {
	font-size: 14px; 
	line-height: 1.4em;
	padding: 1em;
	border-left: 4px solid #ddd; 
}

#body {
  margin: 0px auto;
  width: 799px;
}

  #body .orange-top {
    display: block;
    width: 746px;
    height: 4px;
    background-color: #FD7100;
  }
  #body .orange-bot {
    clear: both;
    height: 2px;
    background-color: #FD7100;
  }

#topnav {
  float: left;
  display: block;
  width: 207px;
}

.topnav, .topnav li {
	list-style: none; 
	padding: 0;
	margin: 0;
	text-align: left;
}
	.topnav li {
		line-height: 12px;
	}
	.topnav li:before {
		content: "|";
		font-weight: bold;
		display: block;
		float: left;
		width: 1.2em;
		color: #FD7100;
	}
	.topnav a {
		padding: 0 0 0 13px;
		text-decoration: none; 
		display: block;
		background: #eee; 
		color: #333; 
		border: 1px solid #eee; 
	}
	.topnav a:hover {
		background: #ddd;
		border-color: #ddd; 
	}
	.topnav li.current a {
		background: #ddd; 
		border-color: #ddd; 
	}
	.topnav li.edit a {
		background: none; 
	}
	.topnav li ul {
		padding-left 30px;
		margin-left: 0px;
	}

#main {
  margin: 0px 0px 0px 207px;
}

#content {
  padding: 10px;
  text-align: left;
}

#content {
  padding-bottom: 2em; 
}

  #content .logo {
    background-image: url(images/logobg.gif);
    background-repeat: repeat-x;
  }

#bottom {
	background-color: #fff;
}
	#bottom .left {
		display: block;
		width: 500px;
		float: left;
		padding: 5px 15px 0px;
		text-align: left;
		border-top: 2px solid #E9E8E8;
	}

	#bottom .right {
		display: block;
		margin-left: 500px;
		padding: 5px 15px 0px;
		text-align: left;
		border-top: 2px solid #E9E8E8;
		border-left: 2px solid #E9E8E8;
	}


.nav {
	margin-left: 0;
	padding-left: 0;
	list-style: none; 
}
	.nav .nav {
		padding-left: 1.5em;
		list-style: disc;
	}
	.nav li {
		margin: 1em 0;
	}

	.nav-tree li {
		margin-top: 0;
		margin-bottom: 0;
	}

	.nav a {
		font-weight: bold;
	}

	.nav-tree li a {
		color: #777; 
	}

	.nav .current > a {
		color: #333; 
	}

.align_left {
	/* for images placed in rich text editor */ 
	float: left;
	margin: 0 1em 0.5em 0; 
	position: relative;
	top: 0.5em;
	max-width: 50%; 
}

.align_right {
	/* for images placed in rich text editor */ 
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%; 
}

.align_center {
	/* for images placed in rich text editor */ 
	display: block;
	margin: 1em auto; 
	position: relative;
	top: 0.5em;
}

#footer {
	clear: both; 
	border-top: 1px solid #eee; 
	font-size: 80%; 
}

