body  {
margin:0px;
padding:0px;
}
#frame {
		width:980px;
		margin: 0px auto;
		padding:0px;
		min-height:650px;
		overflow:auto
		}

* html #frame {height:650px;}

#header  {		
		padding:0;
		margin:0;
		}
		
#nav {
	font: bold 13px Arial, Helvetica, sans-serif;
	width:980px;
	height: 30px;
	margin: 0;
	float:left;
	display:inline;
	background: #636363 url('images/nav.jpg') no-repeat;
	}
/* display inline above for ie6 */
#nav ul {
	margin:0;
   	list-style:none;
	padding:7px 0px 0px 50px;
}
#nav a, #nav strong, #nav span {
	float:left;
   	display:block;
	color:#fff;
	padding:0px 30px 5px 30px;
	text-decoration:none;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav li {
   float:left;
   margin:0;
   padding:0 0 0 9px;
}

#nav a:hover {
	color:#ccc;
	padding:0px 30px 5px 30px;
	text-decoration:none;
	}
#nav a.on {
	color:#999;
		}
#home  {		
		clear:both;
		padding:0px;
		margin:0px;
		text-align: center;
		min-height:400px;
		}
.lefthome {		
		float:left;
		width: 285px;
		padding:11px;
		margin:7px;
		font: 13px Arial, Helvetica, sans-serif;
		color: #212121;
		text-align: left;
		}
h1 {
	font: bold 14px Arial, Helvetica;
	color:#212121;
	padding: 5px 0;
	margin: 5px 0;
	}

h2 {
	font: bold 14px Arial, Helvetica;
	color:#212121;
	
	}
img {
	border: 0px;
	}

#content {
	width: 730px;
	min-height:360px;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 20px 10px 30px 30px;
	}
	
#left {		
		float:left;
		width: 208px;
		min-height:300px;		
		padding: 10px 0 40px 0;
		font: 13px Arial, Helvetica, sans-serif;
		}

#right {
		float:left;
		width: 772px;					
		}

#sidenav, #sidenav ul { /* all lists */	
	text-align: left;
	padding: 20px 0 10px 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 208px;
	display:inline;
	background:  url('images/sidenav.jpg') no-repeat;
	}

#sidenav li { /* all list items */
	position : relative;
	float : left;
	width: 208px;	
	}

#sidenav li a {
	width: 178px;
	w\idth : 178px;
	display : block;
	color : #7D0013;
	text-decoration : none;
	font-family: Arial, Helvetica;
	font-size: 13px;
	padding: 5px 0 3px 30px;
	margin: 0px;
	background: url('images/dot.gif') no-repeat;	
	}
#sidenav li a.on {
	background: url('images/doto.gif') no-repeat;
	width: 178px;
	padding: 5px 0 3px 30px;
	margin: 0px;
	color : #000;
		}
#sidenav li a:hover {
	background: url('images/doto.gif') no-repeat;	
	width: 178px;
	padding: 5px 0 3px 30px;
	margin: 0px;
	color : #000;
	}
.search {
width:660px;
}
th {
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #999;
padding: 6px;
font-weight:normal;
font-size:80%;
}
td {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #cccccc;
padding: 2px 6px;
}
tbody tr:hover td {
color: #7D0013;
}
td.centre {
text-align:center;
}
.editform {
width:300px;
text-align:right;
line-height: 2.2;
}
a.table:link {
color: #212121;

}
a.table:visited {
color: #212121;

}
a.table:hover {
color: #7D0013;
}
a.table:active {
color: #7D0013;
}
a.nolist:link {
color: #DE2D2A;

}
a.nolist:visited {
color: #DE2D2A;

}
a.nolist:hover {
color: #B02420;
}
a.nolist:active {
color: #B02420;
}

a:link {
color: #212121;
text-decoration: none;
}
a:visited {
color: #212121;
text-decoration: none;
}
a:hover {
color: #666;
}
a:active {
color: #666;
}
#footer {
	width: 940px;
	background: url('images/fnav.jpg') no-repeat;
	margin: 10px auto;
	text-align: right;
	font: 10px Verdana, Helvetica, sans-serif;
	color: #333;
	padding: 20px 10px;	
		}
