/* home.css */

body {
	background-color: #98a5d4;
	font-family: arial, helvetica, sans-serif;
	font-size: 85%;
}
a:link, a:visited { color: #344bd4; }
a:active, a:hover { color: #000000; }
#footer {
	width: 400px;
	padding: 20px;
	color: #414667;
	font-size: .8em;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2em;
	text-align: left;
}
#footer a{ color: #212647; text-decoration: none;}
#footer a:hover {color: #344bd4;}


/*Newsletter Signup Start*/
.newsform {
	width: 176px;
	background-color: #7a89bd;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 12px 8px 12px;
	font-family: georgia, garamond, palatino, new york, times, serif;
	font-size: 1.1em;
	display: block;
}

.newsform  p {
	margin:0;
	padding:0;
}

.newsform input {
	border: 1px solid #9fb1c3;
	color: #666666;
	font-size: 12px;
	padding: 2px 0;

}

.newsform p.submit {
	margin:0;
	padding:6px 0 0 0;
}
/*Newsletter Signup End*/

.clear {
	clear:both;
}