body {
	background-color: #214e75;
	margin: 5px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
}

#header {
	background: #ffffff;
	height: 175px;
}

#menu {
	background-color: #214e75;
	color: #ffffff;
}

#menu a:link {  
	color: #63c329;
}

#menu a:visited {
	color: #63c329;
}
	
#wrap {
	margin: 10px 10px;
}	
	
#main {
	background: #ffffcc;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 10px 0px;
}

#sidebar {
	padding: 15px;
	margin: 0px 0px 10px 0px;
	background: #b3c5e1;
	width: 500px;
	float: right;
}

#sidebar_narrow {
	padding: 15px;
	margin: 0px 0px 10px 0px;
	background: #b3c5e1;
	width: 350px;
	float: right;
}

#footer {
	background-color: #214e75;
	color: #ffffff;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

#personal label{
	position: absolute;
	padding-top: .2em;
	left: 20 px;
}


#membership_type label{
	position: absolute;
	padding-top: .2em;
	left: 20 px;
}

#household label{
	position: absolute;
	padding-top: .2em;
	left: 20 px;
}

#event label{
	position: absolute;
	padding-top: .2em;
	left: 25 px;
}


input.pers {
	margin-left: 9em;
	margin-bottom: .2em;
	line-height: 1.4em;
}

input.fam1 {
	margin-left: 14em;
	margin-bottom: .2em;
	line-height: 1.4em;
}

input.fam2 {
	margin-left: 6.5em;
	margin-bottom: .2em;
	line-height: 1.4em;
}

input.fam3 {
	margin-left: 4em;
	margin-bottom: .2em;
	line-height: 1.4em;
}

input.memtype{
	margin-left: 12em;
	margin-bottom: .2em;
	line-height: 1.4em;
}

input.memtype+input.memtype {margin-left: 1em;}

input.extras {
	margin-left: 28em;
	margin-bottom: .2em;
	line-height: 1.4em;
}

p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	text-align: left;
}

label {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #214e75;
	font-weight:bold;
	text-align: left;
}

table {
	border: thin solid black;
}

table.menu {
	table-layout: fixed;
	width: 100%;
}

caption, h1 {
	font-size: 12pt;
	color: #214e75; 
}


th, td {
	padding: 5px;
}

th.menu_blue {
	text-align: center;
}

th.menu_white {
	text-align: center;
	background-color: #ffffff;
}

ul.no_bullets {
	FONT-SIZE: 10pt; 
	LIST-STYLE-TYPE: none
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
	
}

.cellgray {
	background-color: #bbbbbb;
}

.cellwhite {
	background-color: #ffffff;
}

.new_tab {
	target-new: tab
}
 .white_noborder {
	background-color: #ffffff;
	border: none;
}