a {
	color: #006699;
	text-decoration: none;
}

a:hover {
	background-color: #EEEEEE;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	text-decoration: none;
}

/*Any anchor in a header while be handled like a header */
h1 a, h1 a:hover, h1 a:visited{
	color: #006699;
	background-color: #EEEEEE;
	text-decoration: none;
	border: 0;
}

a.anchor, a.anchor:hover, a.anchor:visited, a.imglink, a.imglink:hover, a.imglink:visited{
	background-color: white;
	border: none;
	text-decoration: none;
}

a.anchortarget, a.anchortarget:hover, a.anchortarget:visited{
	background-color: white;
	border: none;
	text-decoration: none;
	color: Black;
}

body {
	background-image: url(blue.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	margin: 0;
	padding: 0;
}

h1 {
	background-color: #EEEEEE;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	color: #006699;
	font-size: 1.3em;
	padding: 2px;
}

h2 {
	background-color: #EEEEEE;
	border-bottom: solid 1px #000000;
	color: #006699;
	font-size: 1em;
	padding: 2px;
}

img{
	border: 0;
}

p {
font-size: 1.0em;
line-height: 1.4em;
}

.address {
	margin-top: -12px;
}

.emph {
	font-weight: bold;
}

.teaser {
	font-weight: bold;
}

#content{
	margin-left: 150px;
	margin-right: 20px;
	margin-top: 110px;
}

#corner{
	float: left;
	width: 140px;
}

#footer{
	border-top: 1px solid #000000;
	font-size: 0.8em;
	margin-left: 150px;
	margin-right: 20px;
	margin-top: 20px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
}

#header{
	background-color: #CFCFCF;
	background-image: url(yellow.gif);
	background-repeat: repeat-y;
	left: 0;
	margin: 0 0 0 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#logo{
	bottom: 0;
	left: 0;
	position: absolute;
}

#menu{
	color: #FFFFFF;
	font-weight: bold;
	left: 0;
	margin-left: 10px;
	position: absolute;
	top: 110px;
	width: 140px;
}

#menu a{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	background-color: #37588B;
}

#menu a:hover {
	background-color: #CFCFCF;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	text-decoration: none;
}

#name{
	color: #37588B;
	margin-bottom: 0;
	margin-left: 140px;
	padding: 0 0 0 10px;
}

#name h1{
	background-color: #CFCFCF;
	border: none;
	color: #37588B;
	font-size: 1.7em;
	margin-top: -4px;
	padding: 10px 0 0 0px;
}

#name h2{
	background-color: #CFCFCF;
	border: none;
	color: #37588B;
	font-size: 1.35em;
	margin-top: -14px;
	padding: 0;
}

#w3c{
	float: left;
	font-size: 0.8em;
	font-weight: bold;
}

#w3c a{
	color: #FFFFFF;
	text-decoration: none;
}

#w3c a:hover  {
	background-color: White;
	border: none;
	text-decoration: none;
}

#w3c p{
	margin-top: -14px;
}


