html, body{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:black;
	background-color: #ccc;
	}

p {line-height:1.8;}

a {
	color:#09c;
	text-decoration:none;
	}
	
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

h1 {
	color:#ccc;
	font-size:24px;
	font-weight:800;
	}
	
h2 {
	color:#333333;
	font-size:1.2em;
	font-weight:800;
	margin-top:1em;
	}

h3 {
	color:#ccc;
	font-size:1em;
	font-weight:700;
	margin-top:1.5em;
	}

ul {
	text-indent:-2em; 
	list-style-position: inside;
	color:#ccc;
	font-size:1em;
	font-weight:700;
	margin-top:1.5em;
	}
li {
	text-indent:-2em;
	list-style-type:square; 
	font-size:.8em; 
	list-style-position: inside;
	color: black;
	font-weight:500;
	}
	
TD {valign: top;}
	
#pagewidth{background-color: white;}

#graphwidth{background-color: white;}
	
#header{
	text-align: right;
	background-image: url("graphics/header_200.jpg");
	background-color: blue;
	}
	
#header h1 {margin-top:110px;}

#header a {
	color:white;
	text-decoration:none;
	}
	
#header a:link {color:white;}
#header a:visited {color:white;}
#header a:hover {
	color:yellow; 
	background-color:transparent;
	}
	
#maincol h3 {color: black; line-height: 0;font-size:1.1em;}

#maincol li {list-style-type: none;}

#leftcol p {
	font-size:.8em;
	line-height:1.3;
	}

#rightcol p {
	font-size:.8em;
	line-height:1.3;
	}
	
.tagline {color:#ff0000;}
	
#footer p {
	font-size:.8em;
	text-align: center;
	}
