﻿* 
{
	margin: 0px;
	padding: 0px;
}

html
{
	font-family: Sans-Serif,Helvetica,Arial;
}

body
{
	background-image: url('/~jtvarozek/img/background.png');
	background-repeat: repeat-x;
	background-color: #A3A3A3;
}

.header
{
	width: 960px;
	margin: 0px auto 0px auto;
	padding: 1em 0px 0em 0px;
	font-size: 0.9em;
	color: White;
}

.header a 
{
	color: #BDF;
	text-decoration: underline;
}

.header a:hover
{
	color: Orange;
}

.header img
{
	position: relative;
	top: 8px;
}

.footer 
{
	width: 960px;
	margin: 0px auto 0px auto;
	font-size: 0.8em;
}

.content 
{
	width: 1000px;
	margin: 0px auto 0px auto;
}

.content td.content_left
{
	width: 210px;
	background-color: White;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	border-right: 1px solid #CCC;
}

.content td.content_right
{
	width: 740px;
	background-color: White;
	padding: 0px 20px 10px 20px;
	vertical-align: top;
	border-left: 1px solid #EEE;
}

.frame_top
{
	width: 1000px;
	background-image: url('/~jtvarozek/img/ftop.png');
	height: 30px;
}

.frame_left
{
	width: 25px;
	background-image: url('/~jtvarozek/img/fmid_left.png');
	background-repeat: repeat-y;
}

.frame_right
{
	width: 25px;
	background-image: url('/~jtvarozek/img/fmid_right.png');
	background-repeat: repeat-y;
}

.frame_bottom
{
	width: 1000px;
	background-image: url('/~jtvarozek/img/fbottom.png');
	height: 30px;
}

h1 
{
	font-size: 1.5em;
	margin: 20px 0px 5px 0px;
}

h2 
{
	color: #06C;
	font-size: 1.2em;
	margin: 5px 0px 5px 0px;
}

p 
{
	margin: 8px 0px 8px 0px;
	text-align: justify;
}

.content a 
{
	color: #039;
	text-decoration: underline;
}

.content a:hover
{
	color: #A00;
	text-decoration: underline;
}

em 
{
	font-style: normal;
	font-weight: bold;
}

div.block 
{
	margin: 20px 0px 20px 0px;
}

table.contact th
{
	font-weight: normal;
	vertical-align: top;
}


table.contact th span
{
	position: relative;
	top: 6px;
}

.nav 
{
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #EEE;
}

.nav ul.l1
{
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	list-style-type: none;
}

.nav ul.l1 li
{
	margin: 4px 0px 4px 0px;
	padding: 4px 8px 4px 16px;
}

.nav ul.l1 a
{
	color: #009;
	text-decoration: underline;
	padding: 4px 8px 4px 8px;
	font-weight: bold;
}

.nav ul.l1 a:hover
{
	color: #C00;
	font-weight: bold;
	background-color: #FED;
	text-decoration: underline;
}

.nav ul.l1 a.selected
{
	color: #06C;
	background-color: #DEF;
	font-weight: bold;
}

.nav ul.l1 span
{
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	color: #666;
}

.nav ul.l2
{
	margin: 0px 0px 0px 10px;
	list-style-type: none;
	font-size: 0.9em;
}

.nav ul.l2 li
{
	margin: 4px 0px 4px 0px;
	padding: 4px 8px 4px 0px;
}

dl.publication
{
  margin: 10px 0px 10px 0px;
}

dl.publication dd
{
  margin: 2px 0px 4px 20px;
}

