html, body { 	
	color: #666;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
}

body {
	width: 100%;
}

input, textarea {
	background-color: #fff;
	color: #224;
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
}

div {
	font: 10pt Verdana, Helvetica, Arial, sans-serif;
}

a {
	color: #06c;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #39f;
	background-color: transparent;
	text-decoration: underline;
}

a.dropdown {
  /* IE 5.2 Mac filter \*/
	background: url(/images/spring2005/downarrow.gif) right center no-repeat;
	padding-right: 12px;
  /* end filter */
}

a.dropdown:hover {
  /* IE 5.2 Mac filter \*/
	background: url(/images/spring2005/downarrow_on.gif) right center no-repeat;
  /* end filter */	
}

#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
}

.code {
	margin: 0 10px 0 10px;
	padding: 4px;
	border: 1px dashed #fff;
}
			
#maintext {
	width: 970px;
	margin: 0px auto;
	padding: 0px;
	padding-left: 170px;
}

ul.menulist, ul.submenulist { 
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.paginglist {
	padding: 0;
	margin: 0;
}

li.pagingitem {
	list-style: none;
	display: inline;
}

li.pagingitem_off {
	list-style: none;
	display: inline;
	text-decoration: line-through;
}


ul.paginglist {
	margin-top: 10px;
}

li.menuitem {
	position: relative;
	display: inline;
	padding: 1px 10px 1px 0;
}

li ul.submenulist { /* second-level lists */
	display: none;
	position: absolute;
	top: 15px;
	left: -3px;
	background-color: #fff;
	padding: 1px 2px;
	border-left: 1px solid #06c;
	border-right: 1px solid #06c;
	border-bottom: 1px solid #06c;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

input, textarea {
	font: 90% Verdana, Helvetica, Arial, sans-serif;
	margin: 0 2px 0 2px;
}

h1#pagetitle {
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
}

h2.heading {
	display: inline;
	margin: 0px;
	padding: 1px 4px 1px 20px;
	font-size: 100%;
	font-weight: bold;
	
	background: transparent url(/images/page/pow.gif) center left no-repeat;

}

.headingbar a {
	color: #fff;
}

.headingbar .edit-link {
	font-size: 90%;
	text-transform: lowercase;
}


h3 {
	padding: 0px;
	margin: 0px;
	font-size: 110%;
}

.headingbar {
	margin: 0px;
	padding: 2px 1px;
	color: #fff;
	background-color: #06c;
	width: 100%;
}

#date {
	font-weight: bold;
	font-size: 100%;
	border: 0px;
	margin: 0px;
}

.meta a {
	font-size: 90%;
	text-transform: lowercase;
}

#menu {
	width: 794px;
	font-size: 85%;
	border: 1px solid #06c;
	padding: 1px 2px;
	margin: 0px 0px 0px 0px;
	color: #06c;
	background-color: #fff;
}

#container {
	/*background-image: url(/images/fall2005/treesright.jpg);
	background-repeat: no-repeat; 
	background-position: 0px 10px;*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	float: left;
}

#maincontent {
	float: left;
	width: 800px;
}

#sidebarcontent {
	text-align: left;
	float: right;
	width: 160px;
	height: 600px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.contentblock {
	width: 100%;
	border: 1px solid #06c;
	margin: 10px 0px 10px 0px;
	text-align: left;
}

#news {
	border: 1px solid #06c;
	margin: 10px 0px 10px 0px;
}

#upcomingevents {
	border: 1px solid #06c;
	margin: 20px 0px 10px 0px;
}

.bodytext {
	font-size: 85%;
	padding: 5px;
}

#footer {
	color: #0a0;
	font-size: 85%;
	border: 1px solid #0a0;
	padding: 0px 0px 76px 0px;;
	margin: 10px 0px;
	width: 800px;
	float: left;
	background: transparent url(/images/page/hills.png) bottom left no-repeat;
}

#copyright {
	float: right;
	font-size: 100%;
}

#validate {
	font-size: 100%;
	text-align: right;
	float: right;
}

.tech {
	text-decoration: none;
	font: 9pt Courier,Courier New,monospace;
}

.polaroid {
	border: 1px solid #06c;
}

.thumbnail {
	text-align: center;
	width: 106px;
	height: 120px;
	float: left;
	margin: 4px 6px; 
	padding: 10px 5px;
}

.thumbnail_image {
	width: 106px;  
}

.razr_thumbs .thumbnail {
	height: 75px;
}

.razr_thumbs .thumbnail_title {
	display: none;
}

.thumbnail a {
	font-size: 8pt;
	text-align: center;
	font-weight: normal;
}

.submenulist, .submenulist *, .submenulist * * {
 /*\*//*/
	display: none;
 /**/	
}