/* 
Title:     base.css
Updated:   May 2 2008
*/

/* Core stylesheets */
@import url("reset.css"); /* Mass reset */
@import url("layout.css"); /* General layout */
@import url("ie.css"); /* IE 6 Windows hacks*/

/* Redefine standard XHTML elements
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #5d8fae;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #043f67;
	}
	
.brown {
	margin: 0;
	padding: 0;
	background-color: #918560;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #043f67;
	}
	
* html body {
	font-size: x-small; /* for IE 5 Win */
	f\ont-size: small; /* for other IE versions */
	}
