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

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

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

#main_box {
	padding-left: 1em;
	padding-right: 1em;
	font-size: 10pt;
}

#sidemenu {
	background-color: rgb(7, 59, 117);
	font-size: 9pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
  width: 140px;
}

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

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);
	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: #CCCCCC; 
	margin-bottom: 2em;
	font-size: 10pt;
}

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

div.page_title {
	margin-top: .5em;
	font-weight: 900;
	font-size: 23pt;
	font-family: Arial, sans-serif; 
}

div.page_title_line {
	border-top: 1px solid black;
	width: 450px;
	margin-top: -6pt;
	font-size: 1pt;
}

div.continue_link {
	font-weight: bold;
	text-align: center;
	margin: 1em;
	vertical-align: middle;
}
td.label {
	border-top: thin solid white;
	font-size: 10pt;
	text-align: right;
	font-weight: bold;
	vertical-align: bottom;
	padding: 0 0 .2em .1em
}
td.field {
	border-top: thin solid white;
	padding: .1em;
	color: black;
	font-weight: bold;
	font-size: 10pt;
}

div.notes {
	color: red;
	font-style: italic;
	margin: 1em;
}

div.advertisement {
	margin-bottom: .5em;
}

#email_signup {
	border: 2px solid black;
	background-color: white;
	color: black;
	font-weight: normal;
	text-align: center;
	padding: .4em 0;
}

#email_input {
	font-size: 8pt;
}

#email_submit {
	font-size: 8pt;
}

div.custom_ads {
  width: 120px;
}

div.site_description {
  margin-bottom: 1em;  
  color: rgb(7, 59, 117);
  font-style: italic;
  font-weight: bold;
}

div.topics {
  text-align: center;
	margin-bottom: 1em;
}

