html {
	height: 100%;
} 

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
/*
  Blue line down righthand side
*/

.extraspacing {
	line-height: 150%;
}

.sizeplus1 {
    font-size:larger;
}

.sizeminus1 {
	font-size: smaller;
}

.nopadding {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
#contentcontainer {
	position: relative;
	min-height: 100%;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

* html #contentcontainer {
	height: 100%;
}
#headercontainer {
	position: relative;
	height: 232px;
}
#footercontainer {
	position:relative;
	height: 49px;
	margin-top: -49px;
	margin-right: 20px;
	clear: both;
}
#rightline {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 3px;
	background: #abb0e8;
	height: 300px;
	border:0px;
	}

/*  
    Banner and navigation block
*/

#leftbanner {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 72px;
	float: left;
}
	
#rightbanner {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 72px;
	float: right;
}

/*
  Navigation line; contains mission block and navigation buttons
*/	

#mission {
	position: absolute;
	left: 10px;
	top: 73px;
	width: 263px;
	height: 94px;
	padding-top: 15px;
	border: 0px;
	background: #abb0e8;
	float: left;
	}
	
#navigation {
	position: absolute;
	left: 250px;
	top: 73px;
	width: 600px;
	height: 94px;
	margin: 0px;
	border: 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}
	
#picturerow {
    width: 600px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	}
	
#buttonrow {
	width: 600px;
	height: 23px;
	margin: 0px;
	padding-top: 6px;	
	}
	
.picture {
	list-style: none;
    width: 100px;
	height: 50px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	}	
		
.button {
	list-style: none;
    width: 100px;
	height: 23px;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	float: left;
	}
	
/* 
  Main part of page; left sidebar is contact info, right side is content 
*/

#meat {
	position: relative; 
	width: 90%;
	left: 10px;
	clear: both;
	}
	
#contact {
	left: 0px;
	top: 0px;
	width: 180px;
	height: 91px;
	float: left;
}
	
#contact ul {
	margin: 0px;
	padding: 0px;
	width: 180px;
	height: 13px;
	list-style: none;
}

#content {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 50px 210px;
	top: 0px;
	width: 80%;	
	clear: right;
}

#content ul {
	list-style: circle;
}

#content h1 {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content p {
	line-height: 130%;
}

.projects {
	list-style: square;
}

/*
  Footer with my logo and secondary buttons
*/
	
#bottommenu {
    position: relative;
	left: 10px;
	right: 10px;
	height: 19px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: url(images/blueleft.gif) repeat-x;
	}
	
.bottommenubutton {
	list-style: none;
    width: 63px;
	height: 19px;
	margin-top: 8px;
	background: #abb0e8;
	float: right;
	}
	
#mylogo {
	position: relative;
	height: 30px;
	padding: 0px;
	border: 0px;
	margin-left: 20px;
}
