body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}

.header { height:160px; }

.header a, .header a:hover { font-size: 60px;
			font-weight: normal;
			color: #ffffff;
			text-decoration: none;
		}

h1 { font-size: 14px;
	font-weight: normal;
	color: #ffffcc;
	background: #55aacc;
	width: 100%;
	padding: 2px;
	margin: 0px 0px 10px 0px;
}
h2 { font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #55aacc;
	padding: 2px;
	margin: 10px 0px 3px 0px;
	width: 100%
}
h2#off { color:#FF0000; }
.uscore { border-bottom: 1px solid #55aacc; }
p.h3 { margin: 8px 0px 0px 5px; padding: 2px; }
p.h3 i { margin-left: 20px; font-size: 10px; }
p.h3#off { color:#FF0000; }

h2 small { font-size: 11px;
			margin-left: 20px; }

a { color: #00aacc;
	text-decoration: none;
}
a:hover { color: #ff0000;
			text-decoration: underline;
		}

.ipt { font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 1px solid #55aacc;
}
.iptbut { font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
			border: 0px;
			background: #55aacc url(src/butbg.gif) 50% 50% no-repeat;
			width: 65px;
			height: 18px;
			color: #ffffcc;
}
a img { border: 0px; }

.panel {
	border: 1px solid #55aacc;
	padding: 4px;
	margin-bottom: 10px;
}

.indexing {
	text-align: center;
	margin-bottom: 10px;
}
.homepanel {
width: 220px;
padding: 5px;
margin-bottom: 20px;
float:left;
}
.homeimg {
	float: left;
	padding: 5px;
	text-align: center;
	border: 1px solid #55aacc;
	max-width: 320px;
}
#pscroller1 {	
	border: 1px solid #55aacc;
}
.homepanel a {
	font-weight: bold;
	text-decoration: none;
}
.homepanel p {
	margin-bottom: 6px;
}
table.diary { width: 550px; }
table.diary td {
	font-size: 9px;
}
table.diary td p {
	margin-top: 3px;
}
td.diarytitle {
	border: 1px solid #55aacc;
	background: #ffffcc;
	text-align: center;
	width: 14.3%;
}
td.diarycell {
	border: 1px solid #55aacc;
	background: #ffffff;
	height: 60px;
}
td.diarycell a {
	text-decoration: none;
}
td.diaryoff {
	border: 1px solid #999999;
	background: #e0e0e0;
}
td.diaryoff a {
	text-decoration: none;
	color: #333333;
}

.diaryhover {
	border: 1px double #55aacc;
	background: #ffffff;
	padding: 4px;
	width: 178px;
	font-size: 12px;
	z-index: 10;
}
.diaryhover p {
	background: #55aacc;
	width: 170px;
	color: #ffffcc;
	margin: 1px;
	padding: 2px;
}
.hidden { visibility:hidden;
		position: absolute;
		top: 0px;
		left: 0px;
	}
.tiny { font-size: 9px; }
.comment { font-size: 11px;
		text-align: justify; }
.comment p { text-align: right; font-style:italic; }
.comments {	border: 1px solid #55aacc; padding: 4px; margin: 5px 0px 5px 0px; }
.breadcrumb { border: 1px dotted #e0e0e0; font-size: 11px; }
img.thumb { margin: 0px 5px 0px 5px; cursor:pointer; }
.colselect { width: 10px; height: 10px; cursor:pointer; }


		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border: none;
			margin:0px;
			width: 160px;
		}
		.vertical li a{
			display: block;
			text-decoration: none;
			height: 1.2em;
			#padding: .1em 1px;
			padding:0px 0px 0px 10px;
			border: none;
			height:18px;
			font-size: 11px;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
			margin-left: 140px;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 2em;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.bluewhite li a{
			background: #55aacc url(src/natbut.gif) 0px -2px no-repeat;
			color: #ffffcc;
		}
		.bluewhite li a:hover{
			background: #55aacc url(src/natbut.gif) 0px -23px no-repeat;
			color:#ffffcc;
			text-decoration: none;
		}
		.bluewhite ul{
			border: none;
		}