a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #888888;
	text-decoration: none;
}
body{
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 10px;
	padding: 0px;
}
h1{ /* This section affects the MAIN CONTENT SECTION!!!!!!!*/
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
h2{ /* This section affects the BOOKMARKS AND NAVIGATION SECTION!!!!!!!*/
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;	
	line-height: 13px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align:right;
}
h3{ /* This affects spacing, fonts of certaqin aspects, etc*/
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	line-height: 14px;
	margin: 10px 0px 3px 0px;
	padding: 0px;
	text-align:left;
} /* remove this and die*/
.contentleft{
	width: 77%;
}  /* remove this and die*/
.contentmain{
	background-color:#F9F8F7; 
	padding:5px;
}  /* remove this and die*/
.contentright{
	width: 23%;
}  /* remove this and die*/
.greybox{
	background-color: #DEDEDE;
	color:#666666;
}  /* remove this and die except for the colour of bookmarks/navigation*/
.header{
	background-color: #E6E6E6;
	font-size: 36px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	font-weight: bold;
}  /* Should be fairly obvious. :) Affects the menu */
.menubox{
	background-color: #DEDEDE;
	color:#666666;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.menubox a{ /*menu box font*/
	color:#BDBDBD;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menubox a:hover{ /* Duh */
	color:#FFFFFF;
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
}
.menubox a.selected{ /* thud */
	color:#FFFFFF;
}

.subheader{
	background-color: #903326; 
}
.whitebox{
	background-color: #FFFFFF;
	color:#666666;
}
.whitebox_topleft{
	background: url(img/1-topleft.gif);
	width:9px;
}
.whitebox_bottomright{
	background: url(img/1-bottomright.gif);
	width:9px;
}