 
.header {
	background-color: #666666;
}
.menuBG01 {
	background-image: url(http://notinmylibrary.com/_v/layouts/images/menuBG_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
	padding-left: 24px;
}
.menuBG02 {
	background-image: url(http://notinmylibrary.com/_v/layouts/images/menuBG_02.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
	padding-left: 24px;
}
.menuBG03 {
	background-image: url(http://notinmylibrary.com/_v/layouts/images/menuBG_03.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
	padding-left: 24px;
}
.menuBG04 {
	background-image: url(http://notinmylibrary.com/_v/layouts/images/menuBG_04.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 12px;
	padding-left: 24px;
}
.header a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}
.header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	
}
.header a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #99CCCC;
	text-decoration: none;
	
}
.header a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}

a.subMenu:link, a.subMenu:visited, a.subMenu:hover, a.subMenu:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660033;
	text-decoration: underline;
}





body {
	margin: 0px;
	background-color : 4D4D4D;	
}
/*
 what you can do is move that background-color : cccccc to the .content class and change the one in the body tag class to 4D4D4D 
*/
.content {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 24px;
	padding-right: 148px;
	padding-bottom: 24px;
	padding-left: 84px;
	background-color : cccccc;	
}

.contentNoPadding {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	padding-top: 24px;
	padding-right: 24px;
	padding-bottom: 24px;
	padding-left: 10px;
	background-color : cccccc;	
}

 .contentTbl {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
	
}

.contentTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	text-align: justify;
	border: 0px none;
}	

.leftMenuTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	 
	background-color: silver;
	margin: 3px;
	padding: 5px;
	border: 2px solid #990000;
}	




.orgTitle {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	padding-top: 12px; 
	padding-bottom: 6px;
	padding-left: 6px;
}  

TABLE {background:00C9FF }
 CAPTION {background:blue; color:yellow; font-size:20pt; caption-side:bottom }
 TR.whitetext {color:FFFFFF ; font-size:18pt}
 TD.redtext {border: thick solid red; color:red ; font-size:24pt}
 TD.ltgreenbackground {background:lightgreen}
 #width30 {width=30} 
 TD.image {background: url(chicken.jpg) fixed; vertical-align:bottom }
 
 
 /* form fields */ 
 .staffActions {font-family : arial, helvetica, sans-serif;  text-decoration : none;  font-size : 10pt; font-weight : 500;  background-color :#ffffcc;  border-bottom-width : thin;  border : 2px Silver;  border-color : black;  color : black;}

.staffActions_submitButton {border-style: double double double double; border-color: Gray Black; font-style: normal; font-variant: small-caps; font-weight: bold; height: auto; letter-spacing: normal; background-color: #dad9c5; font-size: xx-small;}


label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

/* Sortable tables */
table.sortable a.sortheader:link a.sortheader:hover a.sortheader:visited a.sortheader:active{
    background-color:#eee;
    color:#666666;
	font-size: 11px;
    font-weight: bold;  
    text-decoration: underline;
    display: block;
	font-family: Arial, Helvetica, sans-serif;
}

 

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

legend {
	width: 500px;
	font-family : arial, helvetica, sans-serif;
	text-decoration : none;
	font-size : 12px;  
	background-color : silver;
	border-bottom-width : thick;
	border : 2px black;
	border-color : black;
	color : black;
	background: #fb0;
	border: #26a solid 1px;
	padding: 1px 10px;

	}
	
 

