*.html {
        margin: 0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        }

.merritt table {
	background-color: #FFF;
	width: 100%;
	border-collapse: collapse;
	font-family: "Century Gothic", verdana, arial, sans-serif;
	color: 	#666666;
	text-align: left;
}

.merritt td {
	/* border-top: 1px solid #DDD; */
	font-family: "Century Gothic", verdana, arial, sans-serif;
		font-size: 1.2em;
}

#main {
	border-left: 1px solid #ddd;
	padding-left: 5px;
	font-family: "Century Gothic", verdana, arial, sans-serif;
	font-size: 1.3em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Century Gothic", verdana, arial, sans-serif;
	color: #006600;
	text-align: left;
}

h1 { 
	font-size: 1.5em;
	}
	
h2 {
	font-size: 1.3em;
	font-style: normal;
}

h3 {
	color: #FFFFCC;
	font-size: 1.1em;
	font-weight: bold;
	}

h4 {
	color: #666666;
	font-size: 1em;	
}

a { text-decoration: none; }

ul {
	text-align: left;
	list-style-type: none;
}

table li {
	padding-top: 12px;
}


#topnav a {
	text-decoration: none;
	color: #FFFFCC;
}
