body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	background-color: #113dad;
	color: #f4f497;
}
img {
	border-width: 0;
	border-style: none;
	border: none;
}

li {
	font-size: 11pt;
	text-align: left;
	margin-bottom: .3em;
	margin-top: .3em;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: bold;
}

em.smallprint {
	font-style: italic;
	font-size: small;
}

.new {
	color: red;
	font-style: normal;
}

em.book, em.movie, a.book, a.movie {
	font-style: italic;
}

a:link {
	color: #f7f30e;
	text-decoration: none;
}

a:visited { 
	color: #dbd242;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #316dcc; 

	/*
	font-style: italic;
	font-weight: bold;
	font-size: 95%;
	border-color: #3333cc;
	border-width: 2px;
	margin-bottom: 6px;

	color: #316dcc;
	color: #f7f30e ;
	background-color: #f4f497; 
	*/
}

a.image:hover {
	background-color: #113dad;
}

h3 a {
	color: #f7f30e
}

a.navigation {
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
}

p {
	font-size:11pt;
	text-align: left;
}

div.update {
	/*
	float: right;
	*/
	/*
		border-color: black;
		border-style: groove;
		border-width: 2px;
	*/
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0.5em;
}
div.update h2 {
	display: inline;
	margin-top: 0;
	font-weight: normal;
	font-size: small;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color:#f7f30e;
}
div.update em {
	font-style: italic;
}
div.update p {
	display: inline;
	font-size: smaller;
}

div.update form {
	display: inline;
	font-size: smaller;
}

blockquote {
	margin-left: 2em;
	font-style: italic;
	border-color: black;
	border-style: groove;
	border-width: 1px;
	padding: 0.5em;
}

blockquote.cite {
	font-style: italic;
	font-weight: bold;
}

div.navigation {
	font-size: 12px;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	padding-left: 2em;
	padding-bottom: 1em;
	width: 30%;
	float: right;
	clear: right;
}

div.navigation a {
}

/* For standalone pages such as CV */
p.standalone {
	margin-left: 2em;
}

img.bio {
	float: right;
	clear: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

div.footer {
	font-size: 12px;
	border-top: 1px solid white;
	padding-top: 2em;
	padding-bottom: 1em;
	width: 100%;
	float: left;
	clear: left;
}

div.sidebar {
	background-color:  #113dad;
	color: #fbd242;
	width: 33%;
	float: right;
	clear: right;
	display: inline; /* IE sucks */
	border-color: #fbd242;
	border-style: groove;
	border-width: 1px;
	margin-top: 2em;
	margin-left: 1em;
	margin-bottom: 2em;
	padding: 0.5em;
}

div.sidebar h2 {
	margin-top: -0.5em;
	margin-left: -0.5em;
	margin-right: -0.5em;
	font-weight: normal;
	font-size: larger;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #ffd059;
	color:blue;
}
div.sidebar em {
	font-style: italic;
}
div.sidebar p {
	line-height: 1.3em;
	font-size: smaller;
	width: 100%;
}

div.sidebar ul {
	font-size: smaller;
}

div.sidebar li {
	margin-left: -2em;
	list-style-type: square;
}

div.sidebar ul a {
	color: #ffd059;
	text-decoration: underline;
}

div.sidebar ul a:hover {
	text-decoration: none;
}

div.sidebar blockquote {
	font-style: italic;
	border: none;
}
