html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
div{
	margin: 0;
	padding: 0;
}
body,input,select,textarea,submit,button,reset{
	font-family: verdana,arial,sans-serif;
}
#container {
	position: relative;
	min-height: 100%;
}
#logobar{
}
#logobar td h1{
	width: 0;
	height: 0;
	visibility: hidden;
}
#navbar{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#navbar td{
	height: 23px;
	padding: 1px 3px;
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
	border-right: 1px solid #000000;
}
#navbar td a em{
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
	font-style: normal;
}

/* ------------------------- */
#subnav{
	border-top: 0;
	border-left: 0;
	border-bottom: 1px solid #000000;
	border-right: 0;
	padding: 1px;
	height: 23px;
	font-size: 90%;
}
#subnav td{
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 80%;
}
#subnav td a em{
	text-decoration: underline;
	font-weight: bold;
	font-size: 110%;
	font-style: normal;
}
#subnav a.subnavcurrent{
	font-weight: bold;
}
#breadcrumb ul{
	padding: 3px;
	margin: 0;
}
#breadcrumb{
}
#breadcrumb li{
	display:inline;
	padding: 3px;
}
.breadcrumbs li{
	display:inline;
	padding: 3px;
}
/* ---------------------- */
#content {
	padding: 10px;
	padding-bottom: 65px;
}
#news{
	float: left;
	height: 350px;
	width: 250px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 5px;
}
#body{
	margin-left: 270px;
	border-top: 1px solid #000;
	padding: 5px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 100%;
	border-top: 1px solid #000;
}
#footbanner{
	width: 100%;
	position: relative;
}
#footbanner ul{
	margin: 0;
	padding: 0;
}
#footbanner li{
	display: inline;
	height: 35px;
	padding-top: 1ex;
	padding-left: 1ex;
	list-style-type: disc;
}
#footbanner li a{
	height: 35px;
	text-decoration: none;
}

h1, p{
	margin: 0;
	padding-bottom: 1em;
}
h1 {
	font-size: 95%;
	line-height: 1.5em;
}
h2 {
	font-size: 90%;
}
.clear{
	clear: both;
	block: none;
}
.footleft{
	float: left;
	block: none;
	clear: none;
}
.footright{
	float: right;
	block: none;
	clear: none;
}
.portfolio{
	width:420px;
	float:left;
	margin: 5px 0 0 10px;
}
.portfolioimage{
	float: left;
}
.portfoliotext{
	float: left;
	left-margin: 5px;
	text-align: top;
}