	/* Layout */

	body {
		padding: 20px;
		margin: 0px;
	}

	#container {
		padding: 0px;
		top: 0px;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		width: 840px;
	}
	
	#logo {
		padding: 0px;
		top: 0px;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		width: 860px;
		height: auto;
		overflow: hidden;
	}

	#header {
		display: none;
	}

	.menu {
		display: none;
	}
		
	#col1 {
		margin: 0px;
		padding: 0px;
		left: 0px;
		top: 0px;
		float: left;
		position: relative;
		width: 610px;
	}

	#col2 {
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
		padding-top: 1em;
		margin: 0px;
		right: 0px;
		top: 0px;
		float: right;
		position: relative;
		width: 200px;
	}
	
	#col-single {
		height: 300px;
		margin: 0px;
		padding: 0px;
		left: 0px;
		top: 0px;
		position: relative;
		width: 840px;
	}

		
	.clear {
		clear: both;
	}
	
	#footer {
		clear: both;
		padding: 0px;
		top: 0px;
		position: relative;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		width: 860px;
	}
	
	/* Text formatting */
	
	body {
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		color: black;
		font-size: 67%;
	}
	
	.menu {
	}

	h1, h2, h3, h4, h5, #logo {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	h1, h2, h3, h4, h5, p, li {
		font-size: 1em;
	}
	
	.main h1, #logo {
		font-style: italic;
		font-weight: normal;
		font-size: 2em;
	}
	
	.main h2 {
		font-weight: normal;
		font-style: italic;
		font-size: 1.4em;
	}
	
	.main p, .main blockquote, .main li {
		line-height: 1.4em;
		font-size: 1.1em;
		margin-bottom: 1em;
	}

	.main blockquote { 
		margin-right: 20px; 
		margin-left: 20px; 
		padding: 0px; 
		font-size: 1.2em; 
	}

	.main blockquote span { text-align: right; display: block; font-style: italic; }
	
		.main table {
		font-size: 1em;
	}


	.sidebar h2 {
		padding-bottom: .2em;
		border-bottom-color: black;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		font-weight: normal;
		font-style: italic;
		font-size: 1.4em;
	}
	
	.sidebar p {
		font-size: 1em;
	}



	.caption {
		text-align: center;
		font-size: .9em;
	}

	/* Links */	

	a {
		font-weight: bold;
		text-decoration: none;
		color: black;
	}
	
	#logo a {
		font-weight: bold;
		text-decoration: none;
		color: black;
	}

	
	/* Menus and Lists */
	
	
	.menu ul{
		top: 11px;
		position: relative;
		text-align: center;
		margin: -0.5em;
		padding: 0px;
	}
	
	.menu li{
		margin: 0px;
		padding-left: 15px;
		padding-bottom: 0em;
		padding-right: 15px;
		padding-top: 0em;
		text-align: center;
		list-style-type: none;
		display: inline;
	}
	
	.menu li a{
		text-decoration: none;
		color: #cccc99;
		font-weight: bold;
	}

	.menu li a:hover{
		text-decoration: underline;
		color: white;
		font-weight: bold;
	}
	
	.menu .selected {
		color: white;
		text-decoration: none;
	}
	
	.no-bullets li {
		font-size: 1em;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-top: .5em;
		padding: 0px;
		list-style-type: none;
	}

	
	/* Images */
	
	.frame {
		border-width: 1px;
		border-color: maroon;
		border-style: solid;
	}

	.align-left {
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 15px;
		margin-top: 0px;
		padding: 0px;
		float: left;
	}

	.align-right {
		margin-bottom: 15px;
		margin-left: 15px;
		float: right;
	}

	.print-only, .hide {
		display: none;
		visibility: hidden
	}
	
	.screen-only {
	}
	
	.frame {
		border-width: 1px;
		border-color: black;
		border-style: solid;
	}
	

	.center { text-align: center; }

	.rates li span { float: right; }
	
	.compact li { padding: 0px; margin: 0px; }

