/* Sitemanager Styles */
body {
     color: #555555;
     background-color: #fff;
	  FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif;
     font-size: 10pt;
     font-weight: normal;
     text-align: center;	  
}
#content {
		padding: 0 20px 0 20px;
		text-align: left;
}

/*  sitemanager page styles */
.page-title {
     padding: 0px 0px 2px 0px;
     margin: 0px 0px 10px 10px;     
     border-bottom: none;
	  color: #007F2A;
	  font-size: 1.4em;
	  font-weight: bold;
}
.page-subtitle {
     padding: 0px 0px 2px 0px;
     margin: 0px 0px 10px 0;     
     border-bottom: none;
	  color: #007F2A;
	  font-size: 1.2em;
	  font-weight: bold;	
}
.home-header {  
	  color: #a0522d;
	  font-size: 1.2em;
	  font-weight: bold;
	  text-align: center;
}
.text-header {
	font-size: 1.2em;	
	font-weight: bold;
}
.text-xlarge {
	font-size: 1.3em;
}
.text-large {
	font-size: 1.2em;
}
.text-med {
	font-size: 1.1em;
}
.text-normal {
	font-size: 1em;
}
.text-small {
	font-size: .9em;
}
.text-tiny {
	font-size: .8em;
}
.text-indent {
	margin-left: 10px;
}
.bold-maroon {
	font-weight: bold;
	color: maroon;
}
.center {
     text-align: center;
     }

p.inline {
     display: inline;
     padding: 0px;
     }
p {  
	margin-top: 10px;
}
.strong {
     font-weight: bold;
     }
/*  End Sitemanager page styles */



