/* jrc stylesheet for Jim Croft personal pages */

				/* Style for general body */
body
	{ background-color: #FFFFCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin-left : 2em;
	margin-right: 2em; }

				/* Style for display */
h1, h2, h3, h4, h5, h6, p, ul, ol, dir, menu, div, dt, dd, address, blockquote, pre, br, hr
	{ display: block;
	font-family: Arial, Helvetica, sans-serif;}
b, strong, i, em, cite, var, tt, code, kbd, samp, img, span
	{ display: inline;}
li
	{ display: list-item; }

				/* Style for divisions */
div.header, div.start
	{ text-align: center; }
div.footer, div.finish
	{ text-align: right;
	font-size: 80% }
div.footer a:link
	{color: #003366;}
div.footer a:visited
	{ color: #003366; }
div footer a:active, div.footer a:hover
	{ background: #990000;
	color: #FFFFCC;
	text-decoration: none; }

				/* Style for trail */
	div.trail
	{ border: none;
	text-align: right;
	padding: 0.1em, 0.3em;
	font-size: 80%;
	font-family: Arial;
	font-weight: bold; }
div.trail a:link
	{color: #003366;}
div.trail a:visited
	{ color: #003366; }
div.trail a:active, div.trail a:hover
	{ background: #990000;
	color: #FFFFCC;
	text-decoration: none; }

				/* Style for shade */
.shade, .shade a:link, .shade a:visited
	{ color: #FFFFFF;
	 background: #009999; }
.shade a:active, .shade a:hover
	{ background: #FFFFFF;
	color: #990000; }
	
				/* Style for banner */
.banner 
	{ border: none;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0.1em 0.3em;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none; }
.banner, .banner a:link, .banner a:visited
	{ color: #FFFFFF;
	 background: #009999; }
.banner a:active, .banner a:hover
	{ background: #FFFFCC;
	color: #990000; }
	
				/* Style for navigation bar */
.navbar
	{ text-align: center;
	color: #000000;
	background: #FFEEAA;
	font-size: 90%;
	font-family: Arial, Helvitica, sans-serif; }
.navbar a:link, .navbar a:visited
	{ color: #000000;
	 background: #FFEEAA; }
.navbar a:active, .navbar a:hover
	{ background: #990000;
	color: #FFEEAA; }
.navbar h2,.navbar h3, .navbar h4, .navbar h5, navbar h6
	{ margin-top: 0.2em;
	margin-bottom: 0;
	text-align: left; }
.navbar ul
	{ text-align: left;
	margin : 0;
	list-style-type: square; }
.navbar li
	{ margin-bottom: 0.4em; }
input
	{ font-size: 85%;}

				/* Style for links */
.links
	{ background: #FFEEAA; }
a
	{ color: #990000; }
a:visited
	{ color: #660066; }
a:active
	{ color: #FFFFCC;
	background-color: #990000 }
a:hover
	{ color: #FFFFCC;
	background-color: #990000; }

				/* Style for text classes */
.center, #center
	{ text-align: center; }
.left, #left
	{ text-align: left; }
.right, #right
	{ text-align: right; }
.italic, #italic
	{ font-style: italic; }
.normal, iroman, #normal, #roman
	{ font-style: normal; }
p, ul, li
	{ font-weight: normal;
	font-size : 100%; }
p.header
	{ font-size: 80%;
	text-align : left;
	color : #008080; }
p.footer
	{ font-size: 70%;
	text-align: right;
	margin: 0% 0%; }
.imagelink
	{ border: none; }
.slogan
	{ font-style: italic;
	color : #800000;
	text-align : center }

				/* Style for headings */
h1
	{ font-size: 250%;
	font-weight: bold;
	font-style: italic;
	color: #800000; }
h2
	{ font-size: 200%;
	font-weight: normal;
	font-style: italic;
	color : #008080; }
h3
	{ font-size:150%;
	font-weight: bold;
	color : #008080;
	font-style: italic; }
.logo
	{ margin: 0% 0%; }
h4
	{ font-size: 120%;
	font-weight: bold;
	color: #008080;
	font-style: normal; }
h5
	{ font-size: 110%;
	font-weight: bold;
	color: #008080;
	font-style: normal; }
h6
	{ font-size: 100%;
	font-weight: bold;
	color: #008080;
	font-style: normal; }

				/* Style for table layout */
div.table
	{ text-align: center; }
table
	{ border: thin;
	padding: 2px;
	margin: 2px;
	caption-side : top; }
th
	{ color : #800000;
	background : #33FF99; }
tr
	{ background: #FFFFCC;
	vertical-align : top; }
td, th
	{ font-size: small; }

				/* Style for text blocks */
.box
	{ border: solid Black;
	border-width: thin;
	padding: 0.5em;
	margin-left: 2em;
	margin-right: 2em; }
blockquote
	{ margin-left: 2em;
	margin-right: 2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-style: italic; }
pre
	{color: green;
	font-weight: bold;
	 font-family: monospace;
	white-space: pre; }
b, strong
	{ font-weight: bolder; }
i, em, cite, var, address
	{ font-style: italic; }
tt, code, kbd, samp
	{ font-family: monospace; }
ul, dir
	{ list-style: disc; }
ol
	{ list-style: decimal; }
menu
	{ margin: 0; }
li, dl
	{ margin-left: 2em; }
dt
	{ margin-bottom: 0;
	font-weight: bold; }
dd
	{ margin-top: 0;
	margin-left: 2em; }

