body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	 background: white url(./honeycomb_background.png) top left repeat-y
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	color: #000000;
	 
}



a {
	color: #000000;
	text-decoration: none;
}

form {
	background-color: #333333;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
	line-height: 30px;
  background-color: #006666;
	color: #333333;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
  color: #333333;
 }

.header {
	margin: 2em 2em 1em 5em; padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	text-align:left;
	background: white url(toasty_greys.jpg) top center no-repeat fixed;
	width:70%;
}

.nav {	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
  font-weight: bold;
   vertical-align: middle;
   background: #CCC url(toasty_mono.jpg) top center no-repeat fixed; border: 1px solid gray; padding-left:20%; padding-right:20%;
   color: black;
}

.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-color: #aacc11;
	background-color: #ffffff;
	line-height: 12px;
}

.navLinkcurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #555555;
}

.sidebar {
	margin: 1em 1em 1em 5em; padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-align:center;
	background: white url(toasty_greys.jpg) top center no-repeat fixed;
	width:70%;
	}
	
.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #333333;
}

a:link { color:#bb9911 }
a:visited { color:#ccaa11 }

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

