SELECT { BORDER-RIGHT: #98CB00 1px solid; BORDER-TOP: #98CB00 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #98CB00 1px solid; BORDER-BOTTOM: #98CB00 1px solid; FONT-FAMILY: Tahoma, Verdana } 

INPUT { BORDER-RIGHT: #98CB00 1px solid; BORDER-TOP: #98CB00 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #98CB00 1px solid; BORDER-BOTTOM: #98CB00 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;; color:#000000; background-color:#F2F2F2;}

TEXTFIELD { BORDER-RIGHT: #98CB00 1px solid; BORDER-TOP: #98CB00 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #98CB00 1px solid; BORDER-BOTTOM: #98CB00 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;} 
} 

/**************************************************************************
Background colour, fonts, margins, all are done here
**************************************************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/**************************************************************************
All the goodness of links
**************************************************************************/	
a:link, a:visited, a:active {
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}
/**************************************************************************
Need I comment?
**************************************************************************/
a:hover {
	text-decoration: underline;
	color: #98CB00;
}


/**************************************************************************
This is the giant white box that holds everything together
**************************************************************************/
#thebox {
	width: 630px;
	background-color: white;
	color: #666;
	border: 1px #cccccc solid;
	margin: 50px auto 0px auto;
	padding: 0px 20px 0 20px;
	background:#fff url() no-repeat bottom left;
}

/**************************************************************************
This was the best way I thought they orange square logo thingy could be 
displayed. The logo coding looks really messy and rather horrible. I'm sure 
there are better ways of doing this. Please drop me a line if you know how.
**************************************************************************/
#logo { 
	text-align: center;
	width: 111px;
	margin: 0px 20px 30px 0px;
	padding: 20px 10px 5px 10px;
	background-color: #98CB00;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

/**************************************************************************
Navigation bar, lists, and links - Uses Gill Sans for the good ol' Mac. 
I'm using different linking styles for the navigation bar. Also, <li> tags 
are used.
**************************************************************************/
#nav {
	width: 530px;
	margin: -95px 0px 50px 130px;
	padding: 0px 0px 0px 0px;
	color: #999;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

#nav li {
	list-style: none;
	display: inline;
	margin-right: 10px;
}

#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#nav a:hover {
	color: #98CB00;
	text-decoration: underline;
}

/**************************************************************************
The content - full of goodness and textaulity, hehe.
**************************************************************************/
#content {
	position:fixed
	color: #666;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	margin: auto;
	padding: 20px 10px 30px 10px;
	font-size: 10px;
}

/**************************************************************************
Header #1 - This header displays the topic name of text
**************************************************************************/
#content h1 {

font-size: 10px;

}

#content h1 a:link, a:visited, a:active {
	color: #98CB00;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	
	font-weight: normal;
}

#content h1 a:hover {
	text-decoration: underline;
	font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
	color: #98CB00;
}

/**************************************************************************
Header #2 - This header displays the date
**************************************************************************/

#content h2 { 
font-size: 10px;
letter-spacing: 3px;
text-transform: uppercase;
}

#foot {

text-align: center;
color: #696969;
}

/**************************************************************************
news section - box
**************************************************************************/
#m_box {
	position: absolute;
	top: 418px;
	left: 582px;
	width: 85px;
	height: 95px;
	text-align: left;
	margin: 0px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 1px;
	z-index: 1;
}
/**************************************************************************
news section - box
**************************************************************************/
#m_box1 { 
	position: absolute;
	top: 418px;
	left: 699px;
	width: 85px;
	height: 95px;
	text-align: left;
	margin: 0px 10px 10px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 1px;
}
/**************************************************************************
ad box
**************************************************************************/
#ad {
	left: 182px;
	top: 148px;
}
/**************************************************************************
spacer
**************************************************************************/
#spacer {
	height:10px;
	padding: 10px 10px 10px 10px;
}
.content {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #777777}
.title {  font-family: Verdana; font-size: 11px; font-weight: bold; color: 98CB00}
