﻿body{
	margin: 0px;
	padding:0px;
	background-color:#a9c6c3;	
	color: #808080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

td.right{
	width: 15px;
	background-image:url('../../images/pagebackgrad_belltown.gif');
	background-repeat:repeat-x;
}

td.nav1{
	background-image:url('../../images/navshape_belltown.jpg');
	width:154px;
	background-position:0 0;
	background-repeat:no-repeat;
	vertical-align:top;
	text-align:center;
	font-size:small;
}

td.navHeader{
	background-color:#a9c6c3; 
	text-align:center; 
	padding:0px; 
	border-bottom: #2d7f75 1px solid; 
	color:#2d7f75;	
}

td.foot{
	height:15px;
	color:#2d7f75;
	font-size:small;
}

td.main{
	border: #2d7f75 1px solid;
	background-color:white;
	padding:5px;
	text-align:justify;
}

td.top{
	background-image:url('../../images/topshape_belltown.jpg');
	background-position:center;
	background-repeat:no-repeat;
	height:50px;
	background-color:#dce5e4;
	font-style:italic;
	font-size:x-large;
	color:#2d7f75;
}

td.head{
	background-image:url('../../images/pageTitleBKGD_belltown.gif');
	background-color:white;
	background-position:0 bottom;
	background-repeat:repeat-x;
	vertical-align:middle;
	height:60px;
	color:#2d7f75;
}

a {
	color:#3255c0; 
	text-decoration:none;
	font-size:1em;
}

a:visited {
	color:#3255c0; 
	text-decoration:none;
	font-size:1em;
}


a:hover {
	color:black;
	text-decoration:underline;
}

ul{
	
	list-style-type:square;
}

ul.navUL {
	margin-left:20px;
	color:#bc321a;
}

h2{
	color:#2d7f75;
	font-size:large;
}

th {
	
	text-align:center;
}

.borderLeftTop {
	
	border-left:#2d7f75 1px solid;
	border-top:#2d7f75 1px solid;
}

.borderLeftRightTop {
	
	border-left:#2d7f75 1px solid;
	border-top:#2d7f75 1px solid;
	border-right:#2d7f75 1px solid;
}

.borderLeftTopBot {

	border-left:#2d7f75 1px solid;
	border-top:#2d7f75 1px solid;
	border-bottom:#2d7f75 1px solid;
}



.borderLeftRightTopBot {
	
	border-left:#2d7f75 1px solid;
	border-top:#2d7f75 1px solid;
	border-right:#2d7f75 1px solid;
	border-bottom:#2d7f75 1px solid;

}

select {
	width:404px;
	border:1px #2d7f75 solid;
}


.formItem {
	width:400px;
	border:1px #2d7f75 solid;
}






