html, body {
	margin:0;
	padding:0
}
body {
	margin-top: 15px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#header {
	position:relative;
}

div#container {
	text-align:left
}


div#container {
	width:900px;
	margin:0 auto
}
div#navigation {
	float:left;
	width:500px
}
div#extra {
	float:right;
	width:400px
}
div#footer {
	clear:both;
	width:900px;
	
}

/**
* Containers
**/
div#content #top {
	margin-top: 6px;
	width: 900px;
	height: 161px;
	background-image: url(im/topBand.gif);
	background-repeat: no-repeat;	
}

div#content #whitepaper{
	width: 900px;
	height: 392px;
	background-image: url(im/illustration.jpg);
	background-repeat: no-repeat;

}

div#content #whitepaper #wpform{
	width: 322px;
	height: 232px;
	position: relative;
	top: 153px;
	left:571px;
	padding: 6px;
}

div#footer #blocks {
	background-image: url(im/footer_back.gif);
	background-repeat: no-repeat;
	height: 139px;
	text-align: center;
}

div#footer #blocks img{

	margin-top: 9px;
	margin-right: 8px;

}

div#footer #blocks img.first{
	margin-left: 5px;

}


/**
* Type
**/
div#content #top h1{
	padding-top: 25px;
	margin-left: 30px;
	font-size: 46px;
	color: #0066b5;
	letter-spacing: 2px;
}

div#content #top h2{
	padding-top: 8px;
	margin-left: 30px;
	font-size: 32px;
	color: #ffffff;
	letter-spacing: 2px;
}

div#content #top h2 sup{
	font-size: 16px;	

}

div#content #whitepaper #wpform h1{
	margin-top: -4px;
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
}

div#content #whitepaper #wpform h2{
	margin-top: 0px;
	font-size: 12px;
	color: #cccccc;
	font-weight: normal;
}

div#content p {
	text-align: left;
	line-height:1.2em;
}

div#navigation p, div#extra p{
	font-size: 15px;
	text-align: left;
	line-height:1.4em;
	margin-bottom: 12px;
	color: #333333;
}

div#navigation p{
	width: 98%;

}

div#navigation h1{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	
}

div#navigation h2{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0066b5;
	
}

div#navigation h3{
	margin-top: 15px;
	font-size: 15px;
	color: #0066b5;
	
}

div#footer p{
	font-size: 12px;
	text-align: left;
	margin-top: 25px;
	color: #333333;
}

div#footer p a, div#footer p a:link, div#footer p a:visited,div#footer p a:active{

	color: #0066b5;
	text-decoration: underline;


}
div#footer p a:hover{
	color: #cc0000;
	text-decoration: none;

}

div#file p{
	margin-top: 30px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

div#file p a, div#file p a:link, div#file p a:visited,div#file p a:active{

	color: #ffffff;
	text-decoration: underline;


}
div#file p a:hover{
	color: #ffffcc;
	text-decoration: none;

}


/**
* Form
**/
div#content #whitepaper #wpform input{
	float: left;
	margin-top: 1px;
	font-size: 12px;
	width: 160px;
	height: 13px;
	margin-left: 5px;
	
}

* html div#content #whitepaper #wpform input{
	margin-top: 2px;
	height: 14px;
} /*IE6*/

div#content #whitepaper #wpform input.button{

	width: 121px;
	height: 29px;
	margin-left: 45px;
	
}

div#content #whitepaper #wpform input.cb{
	clear: both;
	margin-top: 2px;
	font-size: 12px;
	width: 30px;
	height: 14px;
	margin-left: 65px;

}

div#content #whitepaper #wpform .label{
	float: left;
	width: 120px;
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-align: right;
	margin-top: 4px;
}

div#content #whitepaper #wpform .text{
	
	font-style: normal;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	margin-top: 4px;
}

/**
* Special
**/
strong{
	font-weight: bold;
}



