	body {
		background: url( images/bg_small.gif ) repeat-x;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	body.full {
		background: url( images/bg.gif ) repeat-x;
		margin: 0;
		padding: 0;
	}
	
	#wrapper {
		margin: 0 auto;
		padding: 0;
		width: 900px;
	}

	#header {
		width: 930px;
		height: 80px;	
		clear: both;
		margin: 0;
		padding: 0 0 0 0;
	}

	#logo {
		float: left;
	}

	#middle {
		width: 900px;
		padding: 30px 0 0 0;
		margin-top: 30px;
		text-align: justify;
	}	
	
	body.full	#middle {
		width: 900px;
		height: 235px;
		padding: 30px 0 0 0;
		overflow: hidden;
		text-align: justify;
	}	
	
	#middle .middle-left {
		width: 520px;
		float: left;
	}
	
	#middle span.buttons {
		margin: 20px 0 0 0;
	}
 
	#content {
		width: 900px;
		text-align: justify;
		background: #ffffff;
	}
	
	
	#content #content-left {
		width: 500px;
		float: left;
	}
	 
	#content #content-right {
		width: 350px;
		float: right;
	}
	
	
	.box {
		background: url( images/box.gif ) no-repeat 0 0;
		padding-top: 8px;
		position: relative;
	}
	
	.button.blue {
		color: #fff !important;
		background: #013B79 url( images/bg_submit_blue.gif ) repeat-x 0 0;
		border: 1px solid #01417E;
	}
	
	.button.orange {
		color: #fff !important;
		background: #d57a00 url( images/bg_submit_orange.gif ) repeat-x 0 0;
		border: 1px solid #ec9009;
	}
		
	a {
		color: #043E7B;
	}
	
	a:hover {
		background: #043E7B;
		color: #ffffff;
	}	
	a img {
		border: none;
		text-decoration: none;
	}
	 
	 
	h1 a, h2 a, h3 a, h4 a {
		text-decoration: none;	
	}
	
	h1, h2, h3, h4 {
		font-family: "Verdana", Helvetica, sans-serif;
		margin: 0 0 5px 0;
		color: #043E7B;
	}
	
	 
	h1 {
		font-size: 24px;
		letter-spacing: -1px;
		font-weight: 100;
	}
	
	
	
	h2 {
		font-size: 22px;
		letter-spacing: -1px;
		font-weight: 100;
		padding-bottom: 5px;
		padding-top: 5px;
	}
	
	h3 {
		font-size: 18px;
		letter-spacing: 0px;
		font-weight: 100;
	}
	
	h4 {
		font-size: 16px;
		letter-spacing: 0px;
		font-weight: 100;
		color: #444;
	}
	
	.btn {
		display: block;
		width: 153px;
		height: 28px;
		text-align: center;	
		color: #fff;
		text-decoration: none;
		font-size: 18px;
		padding: 8px 0 0 0;
		float: left;
		margin: 0 10px 0 0;
	} 
	
	
	.btn.blue {
		background: url( images/blue_button.gif ) no-repeat 0 0;
		
	}
		
	.btn.orange {
		background: url( images/orange_button.gif ) no-repeat 0 0;
	}
	
	.btn:hover {
		background-position: 0 100%;
	}
		
	#logo a {
		background: url( images/logo.gif ) no-repeat bottom;
		display: block;	
		height: 66px;
		width: 160px;
		text-decoration: none;
		margin: 20px 0 0 0;
	}	
	
	#middle h1 {
		color: #fff;
	}
	
	#middle p {
		color: #fff;
		font-family: "Verdana", Helvetica, sans-serif;
		font-size: 12px;		
		line-height: 18px;
	}

	#content p, #content li {
		line-height: 20px;
		font-size: 13px;
		padding: 0 0 0 0px;
		font-family: Verdana, sans-serif;
		color: #333;
	}

	#content h2.graph {
		padding: 0px 0 15px 10px;
		margin: 10px 0 0px 0;
	}
	#content h2.graph2 {
		margin-top: 65px;
		padding-bottom: 5px;
		padding-top: 5px;
	}

	#content p.info, p.info {
		font-style:italic; 
		padding: 15px 10px 15px 0px !important;
		margin: 0 0 15px !important;
		border: 1px solid #eee;
	}
	#footer {
		background: #E6E6E6;
		width: 100%;
		height: 80px;
		text-align: center;
		padding-top: 10px;
		font-size: 12px;	
		z-index: 1001;
	}

 	#footer p {
		margin: 7px 0;
		color: #bbb;
		font-family: Verdana, Arial, Helvetica, sans-serif;		
	}
 	
	p.copyright {
		font-size: 10px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		display: block;
		margin: 0 0 5px 0;
	}
	
	#footer p.links {
		float: center;
	}
	
	#footer p.links a {
		color: #bbb;
		text-decoration: none;
		margin: 0 5px 0 0;
	}
	
	#footer p.links a:hover {
		color: #fff;
		text-decoration: underline;
	}

	.registry {
	font-size: 16px
	}