/* Default tag styles */
	body {
		margin: 0;
		font: 1em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
		background-color: white;
		background: url("images/content_bg.gif") top left repeat-y;
		}
	a:link {
		text-decoration: none;
		}
	a:visited {
		text-decoration: none;
		}
	a:hover {
		text-decoration: underline;
		}
	a img {
		border-width: 0;
		}
	h2, h3, h4 {
		font: normal normal normal 1em Verdana,Sans-serif;
		}
/* Header style */
	div#header {
		background: url("images/header_bg.jpg") no-repeat top left;
		background-color: white; /* beige */
		margin: 0;
		text-align: center;
		height: 99px;
		}
	div#header h1 {
		font-family: Georgia, Serif;
		padding: 30px 0 0 0;
		margin: 0 0 0 130px;
		text-align: left;
		color: #1D2A63;
		font-size: 35px;
		text-transform: uppercase;
		}
	div#header a {
		color: #1D2A63;
		}
	div#header a:hover {
		color: #008;
		text-decoration: none;
		}
	div#topnav {
		text-align: left;
		background-color: #1D2A63;
		font-family: arial, helvetica, sans-serif;
		padding: .1em 0 .1em 150px;
		}
	div#topnav a {
		font-size: 1em;
		background-color: #1D2A63;
		color: white;
		text-decoration: none;
		margin: 0 .5em 0 0;
		padding: .1em;
		}
	div#topnav a:hover {
		background-color: #008;
		color: #fff;
		}
/* Sidebar styles */
	div#sidebar {
		width: 150px;
		padding: 0;
		background-color: #1D2A63;
		color: white;
		float: left;
		}
	div#sidebar a, div#sidebar p {
		padding-left: 10px;
		color: white;
		}
	div#temp {
		background-color: white; 
		padding: 0 0 150px 0;
		}
/* Body styles */
	* html #content {display:inline-block; padding-left:2px;}
	div#content {
		margin: 0 0 0 160px;
		padding: 0 100px 0 0;
		font-size: 0.9em;
		}
	div#content h2 {
		margin-top: 0;
		padding-top: 10px;
		font-size: 1.35em;
		}
	div#definition {
		font-size: 0.6em;
		width: 300px;
		}
/* Footer styles */
	div#footer {
		margin: 2em 0 0 0;
		font-size: .8em;
		text-align: center;
		}
