/* thanks to eric meyer, this is based (closely!) on his ideas  - also to http://webstandards.org/ */
h1,h2,h3,h4,h5,p,ul {
	font-family: Verdana, sans-serif;
}

h1,h2 {
	margin: -9px -9px 0.5em;
	padding: 15px 15px 5px 15px;
	text-align: center;
	background: #FFFFCC;
	color: #0066CC;
	letter-spacing: 0.3em;
	font: 27px sans-serif;
	vertical-align: middle;
	white-space: normal;
}

h2 {
	text-align: center;
	font: bold 20px sans-serif;
	height: 16px;
}

body {
	position: relative;
	/* background: transparent; breaks netscape 4.7*/
	margin: 0;
	padding: 0
}

ul {
list-style-type: square;
list-style-image: url(res/blubul.gif);
/*list-style-position: inside;*/
}

 th.c2 {background-color: #ccffff}
 th.c1 {background-color: #ffffcc}

.ahem {
	display: none;
}

.logopic {
	z-index : 200;
	vertical-align: middle;
}

.topnav {
	color: #0066CC;
	background: url(res/tryit.gif) repeat-x;
	font: bolder 14px Verdana, sans-serif;
	text-align: left;
	border-bottom : thin dotted Silver;
	height: 28px;
	z-index : 200;
	padding-left : 10px;
}

.firstwords {
	font-variant: small-caps;
	font-weight: bold;
	font-stretch : narrower;
}

.foop { 
	margin-left: 15%;
}

.rotek {
	font-size : 10px;
	font-style : italic;
	text-align : right;
	padding-top : 10px;
}  

a.none:link {
	text-decoration: none;
	color: #0066CC;
	background: transparent;
}

a.none:visited {
	text-decoration: none;
	color: #0066CC;
	background: transparent;}

a.none:active {
	text-decoration: none;
	color: #0066CC;
	background: transparent;}

div#brush {
	position: absolute;
	top : 475px;
	left : 50px;
	z-index: 50;
}

div#links {
	position: absolute;
	top: 38px;
	left: 0;
	width: 161px;
	height: 700px;
	font: 16px Verdana, sans-serif;
	z-index: 100;
}
	
div#links a {
	display: block;
	text-align: center;
	font: bold 1em sans-serif;
	padding: 5px 10px;
	margin: 0 0 1px;
	border-width: 0;
	text-decoration: none;
	color: #515E6A;
	background: White;
	border-right: thin dotted White;
}

div#links a:hover {
	color: #411;
	background: #FFD700;
	border-right: thin dotted red;
}

div#links a img {
	height: 0;
	width: 0;
	border-width: 0;
}

div#links a:hover img {
	position: absolute;
	top: 285px;
	left: 10px;
	height: 147px;
	width: 141px;
}

div#content {
	position: absolute;
	top: 320px;
	left: 160px;
	right: 0px;
	color: Black;
	background: White;
	font: 15px Verdana, sans-serif;
	padding: 10px;
	margin-bottom: 1em;
	margin-top: 1em;
	text-align: left;
	border-left : thin dotted Silver;
	border-top : thin dotted Silver;
}

div#content img {
	margin : 16px;
	border-width: 0;
}


div#privacy {
	font-size : smaller;
	font-style : italic;
	color : #003366;
}


div#content p {margin: 0 1em 1em;}

div#content h3 {
	margin-bottom: 0.5em;
	margin-left: 12px;
	font : 25px sans-serif;
	color: #0066CC;
	border-bottom : thin dotted Silver;
}

div#content h4 {
	margin-bottom: 1em;
	margin-left: 14px;
	font : 16px sans-serif;
	color: #0066CC;
	border-bottom : thin dotted Silver;
	border-spacing : 2px;
}

dt {font-weight: bold;}

dd {margin-bottom: 0.66em;}

div#content a:link {
	color: #0066CC;
	background : White;
}

div#content a:visited {
	color: #0066CC;
}

div#content a:link:hover {
	color: red;
	background : #FFD700;
}

div#content a:visited:hover {
	color: Red;
	background : #FFD700;
}

/* http://munuviana.mu.nu/archives/pullquote.jpg - ta */

.pullQuoteRt {
	float: right;
	width: 170px;	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #0066CC;
	text-align: left;
	font-style: italic;
	background-color: #FFFFCC;
	border: thin dotted Silver;
	padding: 10px;
}

.pullQuoteLt {
	float: left;
	width: 170px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #0066CC;
	text-align: left;
	font-style: italic;
	background-color: #FFFFCC;
	border: thin dotted Silver;
	padding: 10px;
}

.smaller {
	font-size: smaller;
}

.colorback{
	background-color: #FFFFCC;
}

span greyout{
	color: ThreedLightShadow;
}
