body {
	margin:0; 
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
}

#wrapper {
	width:700px;
	min-width: 700px;
	margin-left:auto;
	margin-right:auto;
}
#pagebody {
	width:700px;
	min-width: 700px;
}
p, th, td, li, label  {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		line-height: 16px;
		vertical-align:top;
	  }
a {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : underline;
}
a:hover { 
	color: #f00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	  

 
h3 {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #69191B;
		line-height: 16px;
		text-align:center;
}
legend {	
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: bold;
		color: #69191B;
		line-height: 16px;
		text-align:center;
}

.hilite	{
		color: #f00;
		font-weight: bold;
}

/* form field label text */
.label {  
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align:right;
		color:#69191B;
		}

/* used on photog directory listing */
#listing td a {
	font-size:10px;
}
#listing tbody td {
	font-size:10px;
}
#listing th {
	background-color:#ABABAB;
}
.menuhead  {
	color:#69191B;
}
#listing tr:hover {
	background-color:#EBEBEB;
}
/* photog directoy alternating row colors */
#listing tr.r0	{
		background-color: #f7f7f7;
}		  
/* header and footer styles */
.header {
	background: #69191B;
	height:20px;
}
.header_menu {
	background: #69191B;
	height:25px;
}
.header_menu a {
	color:#fff;
	text-decoration:none;
}
.header_menu a:hover {
	color:#fff;
	text-decoration:underline;
}
/* same as above, but used specifically bss-assignment pages */
.assignheader_menu {
	background: #69191B;
	height:25px;
}
.assignheader_menu a {
	color:#fff;
	text-decoration:none;
}
.assignheader_menu a:hover {
	color:#fff;
	text-decoration:underline;
}
/* common footer on all pages */
.footer td {
	background: #69191B;
	padding:8px 0 8px 0;
}
.footer a {
	color:#fff;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
