body {
	margin: 3px 10px 10px 8px;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006;
	}
	
a img {
	border: 0;
	}

#banner {
	padding-bottom: 25px;
	}
	
#main_nav {
	vertical-align: top;
	}
	.nav_box {
		margin-bottom: 15px;
		}
	.nav_box a {
		outline: none;
		display: block;
		width: 150px;
		height: 32px;
		text-indent: -9999px;
		}
		.nav_box a.provider_info {
			background: url(/emc/img/main_nav_buttons.gif) 0 0 no-repeat;
			}
			.nav_box a.provider_info:hover {
				background: url(/emc/img/main_nav_buttons.gif) 0 -33px no-repeat;
				}
		.nav_box a.cfcs {
			background: url(/emc/img/main_nav_buttons.gif) -150px 0 no-repeat;
			}
			.nav_box a.cfcs:hover {
				background: url(/emc/img/main_nav_buttons.gif) -150px -33px no-repeat;
				}
		.nav_box a.participants {
			background: url(/emc/img/main_nav_buttons.gif) -300px 0 no-repeat;
			}
			.nav_box a.participants:hover {
				background: url(/emc/img/main_nav_buttons.gif) -300px -33px no-repeat;
				}
		.nav_box a.faqs {
			background: url(/emc/img/main_nav_buttons.gif) -450px 0 no-repeat;
			}
			.nav_box a.faqs:hover {
				background: url(/emc/img/main_nav_buttons.gif) -450px -33px no-repeat;
				}
		.nav_box a.contact_us {
			background: url(/emc/img/main_nav_buttons.gif) -600px 0 no-repeat;
			}
			.nav_box a.contact_us:hover {
				background: url(/emc/img/main_nav_buttons.gif) -600px -33px no-repeat;
				}
		.nav_box a.links {
			background: url(/emc/img/main_nav_buttons.gif) -750px 0 no-repeat;
			}
			.nav_box a.links:hover {
				background: url(/emc/img/main_nav_buttons.gif) -750px -33px no-repeat;
				}
		.nav_box a.login {
			background: url(/emc/img/main_nav_buttons.gif) -900px 0 no-repeat;
			}
			.nav_box a.login:hover {
				background: url(/emc/img/main_nav_buttons.gif) -900px -33px no-repeat;
				}
		
#content {
	width: 555px;
	vertical-align: top;
	}
	#content h2 small {
		font-size: .85em;
		}
	
	#nav {
		overflow: hidden;
		margin: 0;
		border-bottom: 2px solid #9966cc;
		padding: .5em 0;
		width: 100%;
		list-style: none;
		text-align: right;
		background: #eeecf2;
		}
		#nav li {
			display: inline;
			margin-right: .5em;
			border-right: 1px solid #ccc;
			padding-right: .5em;
			}
		#nav li.last {
			margin-right: 0;
			border-right: 0;
			}
			#nav li a,
			#user_status a {
				text-decoration: none;
				}
				#nav li a:hover,
				#user_status a:hover {
					text-decoration: underline;
					}
	#user_status {
		margin-bottom: 2em;
		padding: .5em .5em .5em 0;
		text-align: right;
		background: #a5dc79;
		}
	
	p.notice {
		border-width: 2px 0;
		border-style: solid;
		border-color: #fc6;
		padding: .5em;
		text-align: center;
		color: #996600;
		background: #ff9;
		}
		
	#services {
		border-width: 2px 0;
		border-style: solid;
		border-color: #ccc;
		padding: 0;
		background: #f1f1f1;
		}
		#services a.control {
			display: block;
			outline: none;
			padding: .5em 1em .5em 0;
			text-align: right;
			color: #999;
			}
			#services a.control:hover {
				color: #333;
				}
		#services ul {
			padding: 0 2em;
			}
			#services li {
				padding-bottom: 1em;
				}
	
	#form_login {
		margin: 0 auto;
		width: 450px;
		}
		#form_login fieldset {
			border: 0;
			}
		#form_login fieldset.button {
			margin-right: 10px;
			text-align: right;
			}
			#form_login label {
				display: block;
				float: left;
				padding-right: 10px;
				width: 110px;
				text-align: right;
				}
			#form_login input {
				display: block;
				width: 300px;
				}
				
	#account_list {
		width: 100%;
		}
		#account_list th {
			border-bottom: 1px solid #ccc;
			text-align: left;
			}
		#account_list tbody td {
			border-bottom: 1px solid #ccc;
			height: 30px;
			line-height: 30px;
			vertical-align: middle;
			}
			#account_list tr.pending td {
				background: #eee;
				}
			#account_list tr.suspended td {
				background: #ffc;
				}

	.inbox_nav {
		padding: .5em 1%;
		width: 98%;
		list-style: none;
		text-align: right;
		background: #f1f1f1;
		}
		.inbox_nav.upper{
			margin: 0 0 1em 0;
			border-bottom: 2px solid #ccc;
			}
		.inbox_nav.lower{
			margin: 1em 0 0 0;
			border-top: 2px solid #ccc;
			}
		.inbox_nav a.back {
			float: left;
			}
		.inbox_nav a {
			text-decoration: none;
			}
			.inbox_nav a:hover {
				text-decoration: underline;
				}
		
	#inbox {
		width: 100%;
		}
		#inbox caption,
		#inbox th.status span {
			display: none;
			}
		#inbox th {
			border-bottom: 1px solid #ccc;
			text-align: left;
			}
		#inbox tbody td {
			border-bottom: 1px solid #ccc;
			height: 30px;
			line-height: 30px;
			vertical-align: middle;
			}
		#inbox .status {
			width: 25px;
			}
		#inbox .from {
			width: 180px;
			}
		#inbox .date {
			width: 120px;
			}
			
	#stats th {
		border: 1px dotted #ccc;
		padding: .4em;
		width: 150px;
		text-align: left;
		font-weight: normal;
		}
	#stats td {
		border: 1px dotted #ccc;
		padding: .4em;
		text-align: right;
		}
			
.filterColumns td {
	padding: .2em 0;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
	}
._filterText {
	border: 1px solid #e0e0e0;
	padding: .1em;
	width: 95%;
	color: #999;
	background: #fff;
	}
			
		#form_compose_message {
			margin: 0;
			padding: 0;
			width: 550px;
			}
			table#message {
				width: 550px;
				}
				table#message tr th,
				table#message tr td {
					padding-bottom: .5em;
					}
				table#message th {
					padding-right: 10px;
					width: 100px;
					text-align: right;
					}
				table#message tr.content td {
					border-top: 1px solid #ccc;
					border-bottom: 1px solid #ccc;
					padding: 1em 0;
					}
					table#message input#subject {
						width: 100%;
						}
					table#message .content textarea {
						width: 100%;
						}
		#form_compose_message fieldset.button {
			margin-left: 100px;
			border: 0;
			width: 450px;
			}
			
		.timestamp {
			margin: .5em 0 0 110px;
			color: #ccc;
			}

	#form_find_user {
		margin: 0 0 1em 0;
		border-bottom: 2px solid #ccc;
		padding: .5em .5em .5em 0;
		width: 100%;
		list-style: none;
		text-align: right;
		background: #f1f1f1;
		}
		#form_find_user fieldset {
			margin: 0;
			border: 0;
			padding: 0;
			}
			#form_find_user label {
				padding-right: 10px;
				}
				
	 fieldset.hidden {
	 	display: none;
		}
	
	form.form_edit_account {
		margin-bottom: 2em;
		background: #f1f1f1;
		}
		form.form_edit_account fieldset {
			overflow: hidden;
			border: 0;
			}
			form.form_edit_account label {
				display: block;
				padding: .8em 10px 0 0;
				float: left;
				width: 140px;
				text-align: right;
				}
			form.form_edit_account input,
			form.form_edit_account select {
				margin: .5em 10px 0 0;
				width: 180px;
				}
				
	form#submittable {
		width: 550px;
		}
	form#submittable table {
		margin-bottom: 1em;
		}
		form#submittable fieldset {
			padding: 0;
			margin-bottom: 1em;
			border: 0;
			border-top: 1px solid #ccc;
			padding-top: 1em;
			}
		form#submittable div {
			margin-bottom: 1em;
			}
			#middle_initial,
			#mailing_state,
			#service_units {
				width: 2em;
				}
			#mailing_zip,
			#service_total {
				width: 5em;
				}
			form#submittable textarea {
				width: 100%;
				}
			form#submittable textarea.controlled {
				overflow: auto;
				width: 103%;
				font-family: "Courier New", Courier, monospace;
				font-size: 8pt;
				}
			div.radio_description {
				overflow: hidden;
				margin: 0;
				padding: 0;
				width: 550px;
				}
				div.radio_description input {
					display: block;
					float: left;
					width: 40px;
					}
				div.radio_description p {
					display: block;
					float: right;
					margin: 0 0 1.5em 0;
					padding: 0;
					width: 500px;
					}
					
	form .stacked label	{
		display: block;
		}
	form .stacked input	{
		margin-bottom: 1em;
		}
	form .address label {
		display: block;
		float: left;
		width: 50px;
		}
	form .address {
		overflow: hidden;
		}
		form .address input {
			display: block;
			float: left;
			}
		form .address .street {
			width: 225px;
			}
		form#submittable .address .city_state {
			overflow: hidden;
			display: block;
			clear: both;
			padding-top: 1em;
			border: 0;
			width: 100%;
			}
			form#submittable .address .city_state label.state {
				margin-left: 10px;
				width: 40px;
				}
	form .columns {
		overflow: hidden;
		}
		form .columns label {
			float: left;
			clear: left;
			margin-right: -28%;
			margin-bottom: 1em;
			border-right: 28%;
			width: 28%;
			text-align: right;
			}
		form .columns input,
		form .columns select,
		form .columns textarea {
			float: left;
			margin-bottom: 1em;
			margin-left: 31%;
			width: 62%;
			}
		form .columns .input {
			float: left;
			clear: left;
			margin-bottom: 1em;
			margin-left: 31%;
			width: 62%;
			}
		form#submittable .columns textarea {
			width: 62%;
			}
		form .columns select {
			width: auto;
			}
			

	form fieldset.checkbox_list {
		overflow: hidden;
		}
		form ul.checkbox_list {
				float: left;
				margin: 0 0 1em 0;
				padding: 0;
				width: 180px;
				list-style: none;
				}
				form ul.checkbox_list li {
					margin-bottom: .5em;
					}

	ul.error {
		border-width: 2px 0;
		border-style: solid;
		border-color: #f00;
		padding: 1em;
		list-style: none;
		color: #f00;
		background: #fcc;
		}
		ul.error li {
			margin-bottom: .5em;
			}

/*******************************************************************************
General and Miscellaneous
*******************************************************************************/
.labelHighlight {
	color: #aaa;
	}
	
textarea.warn {
	border: 1px solid #f00;
	padding: 1px;
	color: #f00;
	background-color: #fcc;
	}
small.warn {
	color: #f00;
	background-color: #fcc;
	}