body{ background: #fff;
	color: #000;
	font: 12px Arial, Verdana, Sans Serif;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0; /* required for Opera to have 0 margin */

	text-align: center; /* centers board in MSIE */	
	
	scrollbar-base-color: #f2f2f2; 
	scrollbar-track-color: #f9fafa;
	scrollbar-face-color: #F1F1F1;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-shadow-color: #C8C8CA;
	scrollbar-arrow-color: #999999;
}

a:link { font-family: Arial, Verdana, Sans Serif; font-size: 12px; color: #FF0000; text-decoration:underline;}
a:visited { font-family: Arial, Verdana, Sans Serif; font-size: 12px; color: #191970; text-decoration:underline;}
a:hover { font-family: Arial, Verdana, Sans Serif; font-size: 12px; color: #000033; text-decoration:underline;}

a:link.nav { font-family:  Arial, Verdana, Sans Serif; font-size: 12px; color: #FF0000; text-decoration:underline;}
a:visited.nav { font-family: Arial, Verdana, Sans Serif; font-size: 12px; color: #191970; text-decoration:underline;}
a:hover.nav { font-family: Arial, Verdana, Sans Serif; font-size: 12px; color: #000033; text-decoration:underline;}

/* body */


/* This bit makes the content be centered in both IE and FF */ 


#container {width: 640px;
	margin-left: auto;
    	margin-right: auto;
	order: 1px solid #CC0000;
}

/* container for just the left and center columns */
#inner-container {float: left;   /* left side of window */ 
	width: 640px;    /* leaves 24% of window width for right column */
  	margin: 0;     /* keep flush with adjacent containers */
	order: 1px solid #fff;
	text-align: left;
}

.contentLeft {float: left;
	width: 310px;
	order: 1px solid #CC0000;
	text-align: left;
}

.contentRight {float: right;
	width: 310px;
	order: 1px solid #CC0000;
	text-align: left;
}

.contentLeftLrg {float: left;
	width: 425px;
	order: 1px solid #CC0000;
	text-align: left;
}

.contentRightSml {float: right;
	width: 195px;
	order: 1px solid #CC0000;
	text-align: left;
}

.headerAddress {font-family: Arial, Verdana, Sans Serif;
	font-size: 14px;
	color: #191970;
	margin-top: 20px;
}

ul {color:#333333;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.grey {color:#333333;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.greyCenter {color:#333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.smGrey {color:#333333;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}

.rd {color:#FF0000;
	font-size: 16px;
	font-weight: bold;
}

.blue {color:#191970;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

h1 { font-family: Arial, Verdana, Sans Serif; 
	font-size: 14px; 
	color: #FF0000;
	margin: 10px 0;
}

h2 { font-family: Arial, Verdana, Sans Serif; 
	font-size: 18px; 
	color: #191970;
	text-align: left; 
}

h3 { font-family: Arial, Verdana, Sans Serif; 
	font-size: 18px; 
	color: #FF0000;
	text-align: left; 
}

.clear {clear: both; /* <div id="clear"></div> */
}

.footer { font-family: Arial, Verdana, Sans Serif; 
	font-size: 10px;
}

/* images */

img { /* makes sure linked images do not have a border */
	border: 0;
}

/* for table with border table {border-right: #999 1px dashed; border-top: #999 1px dashed; border-left: #999 1px dashed; border-bottom: #999 1px dashed; font-size: 12px; padding: 0; border-collapse: collapse
}  */

table
tr,
td { /* required for text in tables, because tables do not inherit from body */
	color: #000000;
	font: 12px Arial, Verdana, Sans Serif;
	vertical-align: text-top;
}

/* forms */

.inputs {background-color:white;
	border:1px solid black;
	font-family: Arial, Verdana, Sans Serif;
	font-size: 12px;
	color: #000000;
	margin: 2px 0 0 0;
}

.buttons {background-color:#CC0000;
	color: #ffffff; 
	cursor:hand;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
}

.copy { font-family: Arial, Verdana, Sans Serif; 
	font-size: 10px; 
	color: #666;
}



