/*   http://www.ewinger.org/css/ewinger_dkgray.css                      */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                                                     */
/*  Paul Ewinger's Primary Stylesheet:  Dark Gray and Orange Version   */
/*  Original Author : Paul Ewinger                                     */
/*                                                                     */
/* (c) Copyright Paul Ewinger 2002                                     */
/*                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

a {background-color: transparent; color: white; text-decoration: none;}
a:visited {background-color: transparent; text-decoration: none;}
a:hover {background-color: #FF9900; color: #313031; text-decoration: none;}

a.submenu:hover {background-color: transparent; color: #FF9900;}

a.other {background-color: transparent; color: #FF9900; text-decoration: none;}
a.other:hover {background-color: transparent; color: white; text-decoration: underline;}
a.other:visited {background-color: transparent; color: #FF9900;}

a.index {background-color: transparent; color: white; text-decoration: none;}
a.index:hover {background-color: transparent; color: white; text-decoration: none; border: solid 1px #FF9900;}
a.index:visited {background-color: transparent; color: white;}

body {
	background-image: url(http://www.ewinger.org/images/faceclip_dkgray.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #666666;
	color: silver;
	font: xx-small Verdana, Arial, Helvetica, sans-serif;
}


h1 {
	background-color: transparent;
	color: white;
	font: large "trebuchet ms", arial,helvetica, sans-serif;
	line-height: 200%;
}

h2 {
	background-color: transparent;
	color: white;
	font: small verdana,arial, helvetica, sans-serif;
	text-align: right;
}

h3 {
	background-color: transparent;
	color: silver;
	font: x-small verdana, arial, helvetica, sans-serif;
}

h4 {
	background-color: transparent;
	color: silver;
	font: xx-small verdana, arial, helvetica, sans-serif;
	font-style: italic;
}

td.menu {
	background-color: transparent;
	margin-top: 0; margin-bottom: 0;
	border: solid 1px white;
}

p, li {
	background-color: transparent;
	font: x-small verdana, Arial, Helvetica, sans-serif; 
	color:  white;
}

div.sidebar {
	width: 175px;
	border: solid 1px white;
}

.selected {
	background-color: #FF9900;
	border: solid 1px white;
}

.selected2 {
	background-color: transparent;
	color: #FF9900;
	font-weight: bold;
}

.subheader {
	background-color: transparent;
	color: #FF9900;
	font: medium "trebuchet ms", arial,helvetica, sans-serif;
}