body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #536A90;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #536A90;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #536A90;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.mediumtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.mediumtext:link {
	text-decoration: none;
}
a.mediumtext:visited {
	text-decoration: none;
	color: #536A90;
}
a.mediumtext:hover {
	text-decoration: none;
	color: #333333;
}
a.mediumtext:active {
	text-decoration: none;
	color: #536A90;
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.comments {
	font-size: 14px;
	color: #CC0000;
}
#enews form {
	font:13px Georgia, "Times New Roman", Times, serif;
	background:#eee;
	border:thin;
	border-color:#666666;
	padding:10px 10px;
	width:380px;
}
#enews form ol {
	list-style:none;
	margin:0;
	padding:0;
}
#enews form li {
	padding:6px;
	background:#e1e1e1;
	margin-bottom:1px;
}
#enews form li#send {
	background:none;
	margin-top:6px;
}
#enews form label {
	float:left;
	width:70px;
	text-align:left;
	margin-right:7px;
	color:#0066CC;
	line-height:23px; /* This will make the labels vertically centered with the inputs */
}
#enews form input, #enews form textarea {
	padding:4px;
	font:13px Georgia, "Times New Roman", Times, serif;
	border:1px solid #999999;
	width:200px;
}
#enews form input:focus, #enews form textarea:focus {
	border:1px solid #666;
	background:#e3f1f1;
}
#enews form li#send button {
	background:#003366 url(../images/css-form-send.gif) no-repeat 8px 50%;
	border:none;
	padding:4px 8px 4px 28px;
	border-radius:15%; /* Don't expect this to work on IE6 or 7 */
	-moz-border-radius:15%;
	-webkit-border-radius:15%;
	color:#fff;
	margin-left:185px; /* Total width of the labels + their right margin */
	cursor:pointer;
}
#enews form li#send button:hover {
	background-color:#006633;
}
.button {
	display:block;
	width:125px;
	height:25px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:url(../images/sign-button2.png) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -25px;
}
/* ----------- stylized ----------- */

.myform {
	margin:0 auto;
	width:380px;
	padding:14px;
}
#signup {
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#signup h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#signup p {
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#signup label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	padding:5px 2px;
}
#signup .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#signup input {
	float:left;
	font-size:12px;
	padding:5px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#signup button {
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	background:#666666 url(../images/button.png) no-repeat;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border:none;
}

#box1 {
	display:block;
	width:200px;
	height:240px;
	float:left;
	margin-right:20px;
	border:solid 1px #eee;
}
#box1 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
}
#box1 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
}
#box2 {
	display:block;
	width:200px;
	height:240px;
	float:right;
	margin-right:20px;
	border:solid 1px #eee;
}
#box2 h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
}
#box2 p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding-left:4px;
	padding-right:4px;
}

p.break {
	background:  url(../images/break.gif) repeat-x 0 14px;
	height:1px;
	padding:14px 0 0 0;
	clear:both;
}
