body {
	background: #c4a63c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

#wrap {
	margin: 10px auto;
	padding: 0;
	width: 960px;
}

/* Rounded Box */
#box {
	margin: 0;
	padding: 0 0 10px 0;
	background: url(../images/bg_box_btm.gif) no-repeat bottom left;
}

#boxTop {
	margin: 0;
	padding: 0;
	background: url(../images/bg_box_top.gif) no-repeat;
	height: 10px;
}

#boxMid {
	margin: 0;
	padding: 10px 20px;
	background: url(../images/bg_box_mid.gif) repeat-y top left;
}

#top {}

#logo {
	float: left;
	width: 185px;
}

h1#netc  {
	margin: 0;
	padding: 0;
}

h1#netc a {
	background: url(../images/logo.jpg) no-repeat;
	display: block;
	height: 115px;
	width: 185px;
}

h1#netc a span { display: none; }

#banner {
	margin-left: 20px;
	float: left;
	width: 715px;
}

#middle {
	margin: 20px 0;
}

#sidebar {
	float: left;
	width: 185px;
}

/*  Lists   */

ul li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	line-height: 1.5em;
	list-style: disc;
    } 
	
ul#global li a {
	font-weight: bold;
	margin-left: -20px;
/*	line-height: 2em;  */
}

#content {
	margin-left: 20px;
	float: left;
	width: 715px;
}

#content ul li {
/*	margin: 0 0 0 40px;  */
	padding: 0;
	list-style: disc;
}

#contentAlt {
	margin-left: 20px;
	float: left;
	width: 510px;
}

#extra {
	margin-left: 20px;
	float: right;
	width: 185px;
}

#flash {
	margin-left: 10px;
	float: right;
}

#bottom {}

#bottom p {
	margin: 0;
	font-size: 10px;
	text-align: center;
}

.block {
	margin: 20px 0;
	padding: 0;
}

#feedhtml #content {
	margin: 0;
	padding: 0;
	width: 510px; 
}

.singlepost { margin-bottom: 20px; }

h4.postTitle {
	margin-bottom: 5px;
	font-size: 10pt;
	font-weight: bold;
}
.footnote {
	margin-bottom: 15px;
	font-size: 8pt;
}
.singlepostContent {
	margin: 0;
	padding: 0;
}
.singlepostContent { line-height: 1.6em; }

/* Links */
a {
	color: #f48224;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

/* Headings */
h1, h2, h3 {
	margin: 0 0 10px 0;
	color: #006;
	font-weight: bold;
}

h1 { font-size: 18pt; }

h2 { font-size: 14pt; }

h3 { font-size: 10pt; }

/* Paragraphs */
p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

/* Lines */
.line {
    margin-top: 30px;
	margin-bottom: 30px;
	height: 3px;
	border-top: 1px solid #c4a63c;
	border-bottom: 1px solid #c4a63c;
}
.clear { clear: both; }

.sidenav ul {
	list-style: none;
    } 
	
.sidenav li {
	list-style: none;
    } 
