body {
	background-color:#808080;
	background-image:url('images/techbg.jpg');/*-- background: #FFFFFF - background-color:#808080 background="images/techbg.gif"url(images/background.jpg) repeat-x repeat-y center top --*/;
	margin: 0;
	padding: 0;
	font-size: 15px;  /*-- sets default font size for entire body(including nav bar) originally set at 11px --*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


#wrapper { /*-- this controls the width of the page and its position (NO EDIT) --*/
	width: 790px;
	margin: 15px auto 40px auto;
        background-color:#FFFFFF;
	position: relative;
	}

ul#list-nav {
list-style:none;
margin:0px;  			/*-- margin from top and left of nav bar, original set 20 --*/
padding:0;    			/*-- additional margin at left of nav bar, orignal set 0 --*/
width:515px   			/*-- total width of nav bar, orignal set 525--*/
}

ul#list-nav li {
display:inline
}

ul#list-nav li a {
text-decoration:none;
padding:7px 0;                   /*-- vertical padding within nav bar, orignal set 5 --*/
width:100px;                     /*-- orignial set 100 --*/
background:#4F6475;              /*-- Background color of nav bar was 0066CC 0033FF or  --*/
color:#eee;                      /*-- text color in nav bar, original set eee --*/
float:left;                      /*-- alignment of nav bar on current line, original set left --*/
text-align:center;               /*-- text alignment within nav bar --*/
border-right:1px solid #fff;      /*--  --*/
}

ul#list-nav li a:hover {
background:#CCCCCC;              /*-- background color of nav bar on hover --*/
color:#000                       /*-- text color in nav bar on hover --*/
}



#sidebar { /*-- this controls the width of the sidebar, or where the subnav and callouts go (NO EDIT) --*/
	float: left;
	width: 205px;
	padding: 0;
	}

#sidebar .callout { /*-- this is how you can edit the positioning of the callouts  --*/
	margin: 0 0 0 24px;
	}

#subnav ul { /*-- this controls the subnav container and its positioning on the page (NO EDIT) --*/
	list-style: none;
	margin: 30px 0 10px 25px;
	padding: 0 10px 0 0;
	}

#subnav li { /*-- this is where you can change the font-size and spacing of each subnav list item --*/
	list-style: none;
	display: block;
	font-size: 11px;
	margin: 0 0 8px 0;
	}

#subnav li a { /*-- this is where you can control the color and size of the subnav items that are links --*/
	display: block;
	text-decoration: underline;
	font-size: 11px;
	color: #4682B4;
	}

#subnav li a:hover { /*-- this is where you can control the subnav list items on hover such as color, text-size and underline/nounderline --*/
	color: gray;
	text-decoration: blink;
	}

#content { /*-- this is body text controls, like line-height etc --*/
	width: 485px;
        font-size: 15px;
        font-family: sans-serif;
	margin: 0 0 0 215px;
	padding: 0 15px 0 35px;
	line-height: 1.6;
	}

#content h1 { /*-- this is where you control the headers in the body (IE: "News") --*/
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content p { /*-- this is where you control the spacing of the paragraphs in the body content --*/
	margin: 0 0 30px 0;
	}

#footer { /*-- this controls the width of the page and its position (NO EDIT) --*/
	width: 790px;
	margin: 0px auto 0px auto;
        background-color:#4F6475;
	position: relative;
	}

#footer li { /*-- this is where you can change the font-size and spacing of each footer list item --*/
	list-style: none;
	display: block;
	font-size: 11px;
	margin: 0 0 8px 0;
        color: #eee;
	}

#footer li a { /*-- this is where you can control the color and size of the footer items that are links --*/
	display: inline;
	text-decoration: underline;
	font-size: 11px;
	color: #eee;
	}
#footer li a:hover { /*-- this is where you can control the subnav list items on hover such as color, text-size and underline/nounderline --*/
	color: gray;
	text-decoration: blink;
	}