body {
	margin:0;
	padding:0;
	font: bold .76em Arial, Sans-serif;
}

form {
	margin:0;
}

input, select {
	border:1px solid #aaa;
	font-size:100%;
	font-family: Arial, Sans-serif;
}

#container {
	margin-left:20px;
	width:460px;
}

#logo {
	padding:20px 10px 00px 0px;
}

#tabs {
	font-family:verdana, Arial, Sans-serif;
	float:left;
	width:100%;
	font-size:10px;
	line-height:normal;
	border-bottom:1px solid #006ab5;
}

#tabs ul {
	margin:0;
	padding:10px 0px 0px 0px;
	list-style:none;
}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
}

#tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 10px 4px 6px;
	color:#fff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	background-position:100% -42px;
}

#tabs a:hover, #tabs .here a {
	background-position:0% -42px;
}

#tabs a:hover span, #tabs .here span {
	background-position:100% -42px;
}

#frame {
	clear:both;
	border:1px solid #006ab5;
	border-top:0px;
	margin-top: 0px;
        /* background:url("../images/form_background.gif") repeat-x right top; */
	background-color:#f6f6f6;
	float: left;
}

#inputTbl td {
	padding:4px 2px;
	font-weight:normal;
}

#inputTbl td.label {
	text-align:right;
	font-style:normal;
	color:#376184;
}

#addr {
	width:20em;
}

#city {
	width:14em;
}

#state {
	width:1.9em;
}

#zip {
	width:4.4em;
}

#formButton {
	text-align:right;
	width: 250px;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.noborder {
	border:none;
}

.requiredInstructions {
	font-weight:normal;
	margin:0px;
	color:#376184;
	font-style:italic;
	width: 500px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.selector {
	padding-top:10px;
}

#resiSelect, #commSelect {
	padding-left:24px;
}

