body {
	margin: 0;
	padding: 0;
	background-image: url(images/grad.jpg);
	background-repeat:repeat-x;
	background-color: #3087B4;
	color: #223F69;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin-left: 30px;
	margin-top: 10px;
}

#wrap {
	width: 764px;
	margin: 0px auto;
}

#nav {
	height: 29px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
}
#frontnav {
	height: 29px;
	background-image:url(images/frontnav.jpg); 
	background-repeat:no-repeat;
}

table#navbuttons {
	margin-left: 229px;
	margin-top: 5px;
}
table#navbuttons a, table#navbuttons a:visited {
	color: #223F69;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

table#navbuttons a:hover {
	text-decoration: underline;
		font-style:italic;
	font-size: 12px;
	color: #000099;
}

#content {
	background-image:url(images/bodyrepeat.gif);
	background-repeat:repeat-y;
}

#footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	text-align: center;
	height: 27px;
	color: white;
	font-size: 10px;
}

.sidebar {
	margin: 10px;
	margin-top: 20px;
	font-weight: bold;
	color: #000033;
}

li, ul {
	padding-left: 0px;
	margin-left: 10px;
}
/* table corners */
.contenttable {
	margin-left: 35px;
	margin-top: 10px;
}

.ul {
background-image:url(images/ul.gif);
background-repeat:no-repeat;
background-position: top right;
height: 14px;
width: 15px;
}
.top {
background-image:url(images/top.gif);
background-repeat:repeat-x;
height: 14px;
}
.ur {
background-image:url(images/ur.gif);
background-repeat:no-repeat;
height: 14px;
width: 15px;
}

.ll {
	background-image:url(images/ll.gif);
	background-repeat:no-repeat;
	height: 14px;
}

.bottom {
background-image:url(images/bottom.gif);
background-repeat:repeat-x;
height: 14px;
}
.lr {
	background-image:url(images/lr.gif);
	background-repeat:no-repeat;
	height: 14px;
}

.left {
background-image:url(images/left.gif);
background-repeat:repeat-y;
}
.right {
background-image:url(images/right.gif);
background-repeat:repeat-y;
}
.middle {
	background-color: white;
}

.largerbuilding {
	background-image:url(images/largerbuilding.jpg);
	background-repeat:no-repeat;
}