/* CSS Document */

/*-------------------------Main CSS-------------------------------*/
body { 
	font-family: Arial, Helvetica, sans-serif;color: #000066;
	background-color: #FFFEEC;
	margin:0% auto 0% auto;
}
h1 {
	font-size: 1.2em;color: #000066; font-weight:normal;
	width: 650px;
	margin:0px auto;
	margin-top:50px;
}
p.credit {
	font-size: .8em;color: #999999;
	position: fixed;
	height:1em;
	bottom:.5em;
	right:1em;
	text-align:right;
}
p.credit a{
	color: #999999;
	text-decoration: none;
}
/*-------------------------Containers-----------------------------*/
div.top { 
	width:100%;
	margin:0px auto;
	background-image:url(pics/bgtop.png);
}
div.logo { 
	width:690px;
	margin:0px auto;
	padding: 50px 0 75px 0;
}
div.whyout {
	width:690px;
	margin:30px auto;
	padding:1px;
	background: #cccccc;
}
div.whyin {
	width:100%;
	background: white;
	padding:0;
	margin:0;
}
div.whyin p{
	padding:0 10px;
	font-size: 1em;color: #000066;
	line-height: 140%;
}
div.container {
	font-size: 0.9em;
	width: 650px;
	padding:20px;
	margin:14px auto;
	background-color:white;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}