/* CSS Document */

body {
	color:black;
	padding:0px;
	margin-top: 20px;
	background-color:#003466;
	margin-bottom: 20px;
	font-family: "HelveticaNeue-Light", HelveticaNeue, Arial, sans-serif;
	font-size: 62.5%;
	position: relative;
}
#container {
width:780px;
margin-left:auto;
margin-right:auto;
border:1px solid #bbb;
}
#logo {
	height: 74px;
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding:30px 25px 0 0;
}
#logo img { margin-top:10px; }
#content {
	background-color:#FFFFFF;
	padding:15px 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #ea0000;
}
#footer {
	background-color:#330000;
	padding:10px;
	color: #FFFFFF;
	font-size: 11px;
}
.timestamp { color:#999999;
font-size:14px;
margin:-5px 0 20px;
}
h1 { 
	text-transform: lowercase; 
	color: #990033;
	font-size: 25px;
	font-weight:bold;
	margin:10px auto;
}
h2 {
	margin-left: 0;
	margin-bottom: 2px;
	margin-right: 0;
	margin-top: 16px;
	color:navy;
	font-size:18px;
	padding:0px;
}
p {
margin-left: 0;
margin-bottom: 10px;
margin-right: 0;
margin-top: 13px;
padding:0px;
font-size: 15px;
line-height: 20px;
}
.sub { margin-top:0px; }
.underline {
text-decoration:underline;
}
hr.thin {
	height: 1px;
	border: 0;
	color: #99a0a6;
	background-color: #013366;
	margin:10px 0;
}.red {
color:#9A0000;
}
img {
padding:0px;
margin:0px;
}
a {
font-weight:normal;
/*color:#1445A1;*/
color:blue;
}
a:hover {
color:#990000;
}
#footer { padding:10px 40px; }
#footer p { font-size:.9em; font-family: Arial; line-height:110%; }
#footer p.articles { font-size:11px; line-height:125%; }
#footer a {
color:#ffffff;
}
#footer:hover {
color:#ffffff;
}
#footer:visited {
color:#ffffff;
}
.red {
color:#330000;
}

/* form box */
form fieldset {
border: 0;
}
		
/* comment about GetResponse */
form, input {
	font-size:16px;
}
		
/* table used to position form elements */
form table {
border: 0;
}
select { font-size:100%; display:inline; }

#reviewtable { width:100%; font-size: 15px; padding-bottom:12px; }
thead th { text-align:left; background:#ccc; height:30px; }