	body, p, table, tr, td, ul, ol, li {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	}

	#top {
		width:620px;
		height:60px;
		background-image:url(images/header.gif)
	}
	
	#top h1{
		font-size:11pt;
		color:#FFF;
		text-align:right;
		padding:3px 10px 0 0;
	}
	#top h1 a {
		color:#FFF;
		font-size:11pt;
		text-decoration:none;
	}
	
	#menu {
		width:620px;
		height:30px;
		background-color:#D1E88C;
	}
	
	#research {
		float:left;
		width:270px;
		padding:5px 0 0 10px;
	}
	
	#research a {
		color:#360;
		font-size:10pt;
		text-decoration:none;
		font-weight:bold;
	}
	
	#more_tools {
		float:left;
		width:325px;
		padding:5px 10px 0 0;
		text-align:right;
	}
	#more_tools a {
		color:#345;
		font-size:10pt;
		text-decoration:underline;
	}
	
	#main {
		width:620px;
		margin:30px 0 40px 0;
	}
	
	#main h1 {
		margin-bottom:20px;
		border-bottom:1px solic #690;
		font-size:14pt;
		color:#690;
		letter-spacing:-1px;
		border-bottom:1px solid #690;
	}
	
	#main h2 {
		font-size:12pt;
		color:#690;
		letter-spacing:-1px;
	}
	
	#main p {
		font-size:10pt;
		color:#333;
		width:500px;
		margin-left:10px;
	}
	
	#main table tr td {
		font-size:10pt;
	}
	#main table {
		margin-left:10px;
	}
	
	#main ol li {
		font-size:10pt;
		margin-right:80px;
	}
	
	#main ul li {
		font-size:10pt;
		margin-right:80px;
	}
	
	#main a {
		font-size:10pt;
	}
	
	#main dl {
		margin-left:10px;
		font-size:10pt;
		width:500px;
		padding-top:5px;
	}
	#main dt {
		padding-top:10px;
		font-weight:bold;
	}
	
	#main blockquote {
		font-size:10pt;
	}
	
	#tools {
		width:620px;
	}
	
	#tools.image {
		float:left;
	}
	
	#tools h1 {
		font-size:14pt;
		background-repeat:no-repeat;
		height:40px;
		padding:6px 0 0 40px;
	}
	
	#tools ul {
		margin-left:20px;
		padding-left:20px;
	}
	
	#tools ul li {
		font-size:12pt;
	}
	
	#getting_started {
		float:left;
		width:310px;
	}
	#getting_started h1 {
		background-image:url(images/gettingstarted.gif);
	}
	#wrapping_up {
		float:left;
		width:310px;
	}
	#wrapping_up h1 {
		background-image:url(images/wrappingitup.gif);
	}