@import url(common.css);

body {
	margin: 0;
	font-family: Arial, sans-serif;
	width: 990px;
	font-size: 10pt;
}

#topmenu {
	width: 990px;
	background-color: black;
	color: white;
	text-align: justify;
	font-weight: bold;
	padding-bottom: .2em;
}

#topmenu a {
	text-decoration: none;
	color: white;
	font-size: 10pt;
	padding: .2em;
	line-height: 1.5em;
}

#main_box {
	padding-left: 1em;
	padding-right: 1em;
}

#sidemenu {
	background-color: rgb(7, 59, 117);
	font-size: 8pt;
}

td.side_filler {
	background-color: rgb(7, 59, 117);
}

#sidemenu div.menu_list a {
	text-decoration: none;
	font-weight: bold;
	color: white;
	margin: .6em;
	display: block;
}

#side_box, #email_signup {
	background-color: white;
	border: 2px solid red;
	text-align: center;
	padding: .5em;
	margin-left: 3px;
  margin-top: 1em;
	width: 130px;
}

#email_signup {
}

div.ad {
	text-align: center;
	margin: 1em 0 0 0;
	padding: 0;
}

*.dropdown {
	display: inline;
	margin: .5em;
	font-size: 10pt;
}

td.list_head {
	width: 99%;
	background-color: rgb(7, 59, 117);
	color: white;
	line-height: 1.4em;
	padding: .1em;
	font-weight: bold;
	font-size: 11pt;
}

tr.list_row {
	line-height: 1.6em;
	font-size: 10pt;
}

*.box {
	background-color: #CCCCFF; 
	margin-bottom: 2em;
	font-size: 10pt;
}

div.testimonial {
	font-size: 10pt;
	margin-bottom: 3em;
	text-align: justify;
	font-style: italic;
}

div.testimonial_name {
	margin-top: .5em;
	text-align: left;
	font-style: normal;
	margin-left: 2em;
}

div.bottom_menu {
	text-align: center;
	margin-top: 2em;
	font-size: 8pt;
}

td.label {
  border-top: thin solid white;
  background-color: #ECECFF;
  color: #000080;
  font-size: 10pt;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  padding: 0 .2em .2em .1em
}

td.field {
  border-top: thin solid white;
  padding: .1em;
  background-color: #ECECFF;
  color: black;
  font-weight: bold;
  font-size: 10pt;
}

td.form_start {
  background-color:  rgb(7, 59, 117);
  color: white;
  padding: .1em;
}


