/*
 * ornj.net stylesheet
 * Original Copyright 2002-2003 by Mark McIntyre
 * Customised for sutsci by Keith Burnett, Jan 2004 with permission.
 *
 * You are certainly welcome to take a look and study how this works.
 *
 * Obviously, copying any portion verbatim is not permitted. You'll
 * be far more proud of a design you write yourself, anyway. :)
 *
 */

body {
	background-color:ivory;
	color: black;
	padding: 0px;
	margin: 0px;
	font-family: "Comic Sans MS", verdana, arial, helvetica, sans-serif;
}

a {
	background-color: transparent;
	color: #222222;
	text-decoration: underline;
}

a:active {
	background-color: transparent;
	color: red;
}

div.header {
	background-color: #339900;
	color: #FFFFCC;
	padding-bottom: 5px;
        padding-left: 10px;
	margin-bottom: 15px;
}

div#content {
	padding-left: 20px;
	width: 400px;
	float: left;
}

div#content h2 {
	margin-top: 0px;
	border-width: 2px;
	padding: 2px;
	/* border-style: solid;
	border-color: #000000; */
	font-size: 1.4em;
	font-weight: bold;
	background-color: #339900;
	color: #FFFFCC;
}

div#content h3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 1em;
}

div#content li {
	font-size: 1em;
}

div#content p {
	text-align: left;
	font-size: 1em;
} 

div#content dd {
	font-size: 1em;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

div#content dt {
	font-size: 1em;
	font-weight: bold;
}

div#content blockquote {
	font-style: italic;
	font-size: 1em;
	margin-left: 4em;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-top: 3ex;
}

div#content cite {
	display: block;
	text-align: right;
	font-style: italic;
	margin-left: 4em;
	margin-right: 2em;
	font-size: 1em;
	margin-top: 0px;
}

div#content cite:before {
	content: "-";
}

div#content div.images {
	text-align: center;
	margin-top: 1ex;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
}

div#content div.images img {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

div#content table th {
	font-size: 0.8em;
	color: black;
	background-color: transparent;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	border-style: groove;
	border-color: silver;
	border-width: 0 0 2px 0;
}

div#content table td {
	font-size: 0.8em;
	color: black;
	background-color: transparent;
	vertical-align: top;
	padding: 5px;
}

div#content div.block {
	border-style: dashed;
	border-width: 2px;
	background-color: #C0C0C0;
	padding: 5px;
	font-size: 0.8em;
	text-align: left;
	margin-bottom: 1em;
	margin-left: 10%;
	margin-right: 10%;
}

div#menus {
	float: left;
	width: 150px;
	margin-left: 5px;
}

div#menus dl {
	background-color: #ffffff;
	color: #000000;   
	border-color: #339900;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-width: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.8em;
}

div#menus dl dt {  
	background-color:#339900;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	margin: 0px;
	padding: 2px;
}

div#menus dl dd {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#menus dl a {
	background-color: transparent;
	color: black;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 1px;
	text-decoration: none;
	display: block;
	position: relative;
}

div#menus dl a:hover {
	background-color: #ff0000;
	color: white;
	border-color: #006699;
 	border-style: solid;
 	border-width: 1px;
}

div#menus dl a:active {
	background-color: #707070;
	color: #FFCC55;
	border-color: #9E9E9E;
	border-style: inset;
	border-width: 1px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#menus dl p {
	font-size: 1em;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 3px;}
div#footer {margin-left: 180px;}
div#footer p {color: #666666;font-size: 0.6em;font-weight: bold;clear: both;}
div#subbody {padding-left: 20px;padding-right: 20px;}
div#subbody p {font-size: 0.8em;}
div#subbody li {font-size: 0.8em;}
div#subbody dl { font-size: 0.8em;}
div#subbody h1 {font-size: 1.4em;font-weight: bold;}
div#subbody h2 {font-size: 1.0em;font-weight: bold;}	
div#subhead {background-color:#006699;color: lightyellow;padding-bottom: 5px;padding-left: 10px;margin-bottom: 15px;}
div#subhead a:link  {background-color: transparent; color: white;}
div#subhead a:visited  {background-color: transparent;color: white;}
div#subhead a:active {background-color: transparent;color: white;}
div#subfoot {padding-left:20px;padding-right:20px;}
div#subfoot p {font-size:0.6em; color: #666666;}

