
* {
	margin:0;
	padding:0;
}

body {
	font: 1em Lucida, Arial, sans-serif; /* 1em = 16pts */
}

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#CED8A3;}
#mainContent {background-color:#D6EEBE;}
#sidebar1 {background-color:#CED8A3;}
#sidebar2 {background-color:#CACA93;}
#header {background-color:#D6EEBE;}
#nav {background-color:#CED8A3;}
#content {background-color:#D6EEBE;}
#footer {background-color:#D6EEBE;}

h1, h2, h3, h4, h5, h6, ul {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* TEXT COLORS */
h1 {
	color:#000;
	}
h2, h3, h4, h5, caption{
	color:#300;
	}
p {
	color:#010;
	}
ul {
	color:#808073;
	}
	
#header h1 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size:36px;
		margin-top: 5px; margin-bottom: 0px;
		text-align: center;
        font-weight: normal;
        color: #9F3327;
}

#header h2 {
	font-family: "Lucida Grande", Tahoma;
	font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
    margin-top: 10px;
	text-align: center!important;
	letter-spacing: 0.3em;
}

#nav ul, #nav a {
	color:#040;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#002700;
	}
a:hover, #nav a:hover {
	color:#220000;
	}	
#footer p {
	margin:0;
	color:#7A5C3F
	}

/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	padding-bottom:.75em;
}
a:hover {
	text-decoration:none;
	}


ul {
		margin:0 1em .75em 1em;
		font-size:.9em;
		line-height:.5;}
li      {
		padding:1em 0;
		margin-left:2em;
		}
#nav ul {
	margin:2.5em 0;
	position:fixed;
	}

#nav li {
	list-style-type:none;
	margin-left:0;
	text-align:right;
	border-width:1px;
	border-bottom-style:none;
	}
	
img {
	border:0;
	}

/* basic table styling */
table caption {
	font-size:1.5em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;
	text-align:left;
	}
table {
	margin: .3em 1em 1em 1em;
	width: 470px;
	border-top:1px solid #069;
	border-collapse:collapse;
	border: thin solid black;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #003500;
	background-color: #2A5F00;
	}
table td	{
	color:#020;
	padding: .3em .5em .3em .5em;
	border: thin dotted gray;
	padding: 5px;
	text-align: left;
	border-bottom:1px solid #101C00;
	}
.cellcolor {
	background-color: #D1FDA6;
	}

