body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #fff;
}

td.quicklinks {
	background-image: url(graphics/quicklinks.jpg);
	background-repeat : no-repeat;
	width: 130px;
	height: 30px;
	font-weight: bold;
	padding-left: 5px;
	vertical-align: top;
	padding-top: 2px;
	font-size: 12px;
}

td.menuspacer {
	background-color: #cf3;
	height: 1px; 
	width: 123px;
}

td.leftmenu {
	width: 130px;
	height: 20px;
	font-weight: bold;
	padding-left: 3px;
	font-size: 12px;
}
	
a {
	text-decoration: underline;
	color: #000;
}
	
a:hover {
	color: #f90;
	text-decoration: underline;
}
	
a.leftmenu {
	font-weight: bold; 
	text-decoration: none;
}

a.leftmenu:hover {
	 color: #ff8a00; 
	 text-decoration: none;
}

a.addbutton   {
	width: 150px;
	height: 40px;
	background-image: url(graphics/addbuttonup.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	padding: 5px 30px 7px 20px;
	
	
}

a.addbutton:hover {
	background-image : url(graphics/addbuttondown.jpg);
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

.bold  {
	font-weight: bold;
	}
	
p, td {
    font-size: 10pt;
	margin-bottom: 15px;
	margin-top : 0px; 
	text-align : left;
	}

	
/* H SETTINGS. JUST BASIC, ADJUST TO SUIT */

h1 {
	font-size: 12pt;
	margin: 10px 0px 5px 0px;
	}
	
h2 {
	background-color: #cf3; 
	font-size: 10pt;
 	padding-left: 3px; 
 	padding-right: 3px;
	margin: 10px 10px 5px 0px; 
	}

h3 {
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 0px 5px 0px; 
	}
	
li {
margin-bottom: 5px;
}

.tiny {
	font-size: 10px;
	margin: 5px;
	text-align: center;
	color : #000;
	}	

#wrapper {
  margin: 10px 10px 10px 10px;
}

#header  {
  background: #cf3;
  text-align: center;
  font-size: 0px;
  width: 100%;
}

#headerimages  {
 background: #cf3;
padding: 10px 0px 8px 20px;
width: 750px;
height: 72px;
}

#links {
  padding-left: 45px;
  padding-top: 2px;
  background: #f90;
  height: 17px;	
  font-size: 7pt; 
  font-weight: bold; 
  color: #000;
  text-align: left;
}

#grader {
  background-image: url(graphics/grader.gif); 
  background-repeat:repeat-x; 
  height: 10px; 
  width: 100%; 
}

#left {
background : #fff;
float : left;
width : 140px;
}

#right {
   background : #fff;
	float : right;
	width : 150px;
	margin-bottom : 5px;
	padding : 5px;
	border : 1px solid #000;
}

#content {
	margin: 0px 30px 0px 150px;
	background: #fff;
}

#clear {
	clear: both;
}

#footer {
  background: #fff;
  padding: 5px;
  margin: 10px 0px 0px 10px;
  text-align: center;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0px;
}

.lowText { 
text-decoration: none; 
color: #000;
font-size: 9px; 
font-weight: bold; 
padding: 3px;}

.highText { 
text-decoration: none; 
color: #ffc; 
font-size: 9px; 
font-weight: bold; 
padding: 3px;
}

.highText2 { 
text-decoration: none; 
color: #f90; 
font-size: 9px; 
font-weight: bold; 
padding: 3px;
}

.itemBorder { 
border: 1px solid #f90; 
}

.itemBorderBlank { 
border: 1px solid #CCD;
}
.floatright {
	float: right;
}
