/*sets the background colour*/
BODY {
	background: #336600;
}
/*paragraphs use this*/
p{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*I just added this one, so you dont have to use the <p>*/
font{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*this is used in top rows of tables*/
.side_name{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
/*used for the page name*/
.page_heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
}
/*used inline with text as a heading*/
.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #006600;
	text-decoration: none;
}
/*this is used in the white text in the banner*/
.white2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/*You should know this one*/
.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	list-style-position: outside;
	list-style-image:  url(images/Greenwood%20Website/BD14870_.GIF);
	list-style-type: none;
	page-break-before: auto;
	page-break-after: auto;
	color: #006600;

}
/*this is an addon for bullets with links */
A.bullet{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
}
A.bullet:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006600;
}
/*You should know this one*/
.bodybasic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	left: auto;
	top: auto;
	clip:  rect(auto auto auto auto);
}
/*You should know this one*/
.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #003300;
	margin: auto;
	padding: 10px;
	clear: both;
	float: none;
	height: auto;
	width: auto;

}
/*I think this one only gets used agains the pink on the front page*/
.header{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
/*smaller headings*/
.sub{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
}
A.sub {
	text-decoration: none;
	color: #003300;
	font-weight: bold;
}

A.sub:hover  {
	text-decoration: none;
	color: #006600;
	font-weight: bold;
}

/*this as it says is used for the nav table*/
TABLE.nav{
	border: 1px;
	border-color: #FFFFFF;
}
TD.nav{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #336600;
	padding: 2px;
	padding-left: 0px;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
}

A.nav {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}

A.nav:hover  {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
/* this one is used to space the main content*/
TD.top_left {
	padding: 10px;
	padding-left: 20px;
	margin: 10px;
	text-align: left;
	vertical-align: top;
}
/*as above but spaced right*/
TD.top_right {
	padding: 10px;
	padding-left: 2px;
	margin: 2px;
	text-align: right;
	vertical-align: top;
}
/*this one is for the title*/
TD.title {
	padding: 4px;
	padding-left: 15px;
	margin: 4px;
	text-align: left;
	vertical-align: middle;
	font-family: arial, helvetica, sans-serif;
	font-size: 46px;
	color: #FFFFFF;
	font-weight: normal;
}
/*this one does any <HR> tags you use*/
hr { height: 2;
	 width: 100%;
	 color: #336600;
	}
