@charset "utf-8";
#outerborder {
	width: 820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#innerborder {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	padding-bottom: 100px;
}
#innerborder #logo {
	width: 350px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: left;
}
#innerborder #topnav {
	float: right;
	width: 350px;
	margin-top: 15px;
	margin-right: 15px;
	text-align: right;
}

#innerborder #topnav a{
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.7em;
	background-color: #666666;
}
#innerborder #slideshow {
	width: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333333;
	height: 200px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 2.0em;
}
#innerborder #content {
	margin: 0 auto;
	width: 770px;
}
#content #leftnav {
	float: left;
	width: 180px;
	margin-top: 10px;
}
#content #centercontent {
	float: right;
	width: 575px;
}
#centercontent #homebox {
	width: 575px;
	background-image: url(../thenetweaver_img/homeboxbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 150px;
	float: left;
}
#centercontent #box1 {
	float: left;
	width: 260px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 30px;
}
#centercontent #box2 {
	width: 280px;
	float: right;
	margin-top: 10px;
}
#footer {
	width: 820px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a{

	color: #FFFFFF;
}


/*left nav*/

.menu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
}

.menu a.menuitem{
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #dbdbdb;
}


.menu a.menuitem:visited, .menu .menuitem:active{
	color: #333333;
}

.menu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.menu a.menuitem:hover{

}

.menu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.menu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 14px;

}

.menu div.submenu ul li{

}

.menu div.submenu ul li a{
display: block;
font: normal 13px Georgia, "Times New Roman", Times, serif;
color:#666666;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.menu div.submenu ul li a:hover{
	background:#CCCCCC;
	color:#333333;

}
#centercontent #hometexthead {
	margin-top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#homeboxcontent a {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#box1 img {
	float: left;
	margin-right: 10px;
}
#box1 h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#box1 a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#box2 a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#box2 img {
	float: left;
	margin-right: 10px;
}
#box2 h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#centercontent #inttexthead {
	margin-top: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}

#intbox1 img {
	float: left;
	margin-right: 10px;
}
#intbox1 h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#intbox1 a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: bold;
}
#intbox2 a {
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#intbox2 img {
	float: left;
	margin-right: 10px;
}
#intbox2 h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}
#centercontent #intbox1 {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 14px;
	color: #666666;
}
#centercontent #intbox2 {
	width: 270px;
	float: left;
	margin-top: 10px;
	margin-right: 8px;
}
.menu .menuitem submenuheader {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF9900;
}
.submenuheader 
{
	background-image: url(../thenetweaver_img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

fieldset { border:0;margin:0;padding:0; }
	label { display:block; }
	input.text,textarea { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
	input.submit { padding:2px 5px;font:bold 12px/12px verdana,arial,sans-serif; }#intbox1 p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#intbox1 .cite {
	background-color: #E2E2E2;
	padding: 4px;
	border: 1px solid #999999;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#intbox1 ul {
	font-size: 11px;
	color: #868686;
}
#centercontent #box1 ul {
	display: block;
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
}
#centercontent #box1 ul li {
	margin-bottom: 5px;
	background-image: url(../thenetweaver_img/bluebg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 5px;
}
#centercontent #box1 ul .alt {
	background-image: url(../thenetweaver_img/bluebgalt.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

