body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
form { margin-bottom: 0 ; } 
/* Gives the main table a black border and allows it to expand vertically */
.mainTableBorder {
	border: 1px solid #000000;
	height: 100%;
}

/* Gives a black border around the entire table and/or cell */
.border {
	border: 1px solid #000000;
}

/* Puts a border on the right side the main navigation panel and sets the width */
.rtLine-1px {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	width: 175px;
}

/* Used to set up the header that displays the log-in information */
.headerBanner {
	background-image: url(../images/grayBanner.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 27px;
}

/* Sets up text style and navigation in the footer */
.footerCell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.content {
	margin-right: 50px;
}

/* Sets up main content area to display the drop-shadow image on the left side only */
.contentBar {
	background-image: url(../images/contentBackground.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left top;
	height: 100%;
}

/* Sets up text styles for the main body of content */
.bodyNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 4px;
}
.bodyBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.comptext {

	font-family: Courier New;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Sets cell to expand to 100% */
.width {
	width: 100%;
}

/* Sets text style for the drop-down menus of the main navigation */
.dropdownMenu {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #7A7A7A;
}
.header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.hotlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.hotlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.footerlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footerlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.boxTop {
	background-image: url(../images/box-top.gif);
	background-repeat: no-repeat;
	width: 309px;
	height: 16px;
}
.boxBottom {
	background-image: url(../images/box-bottom.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 309px;
}
.boxMiddle {
	background-image: url(../images/box-middle.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 309px;
	padding: 10px;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
}
.featuredNorma {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 4px;
}
.featuredBold {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.image-rtMargin {
	margin-right: 6px;
}


/*Restoration Diary Classes*/
.rheader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.rdate
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
}
.rtitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-weight: bold;
}
.rbody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.rseparator
{
	width: 80%;
}
.rfooter
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.formfield
{
	width: 190px;	
}
.textarea
{
	width: 600px;	
}