body {
	font-family:"times new roman", verdana, arial, helvetica, sans-serif, palatino; 
	color:black;
	background-image:url(images/BGfiller.gif);
	background-repeat:repeat-y
}

h2 {text-align:center; margin-left:125px; color:purple} /* for title of page*/
h3 {margin-left:125px; margin-top:40px; color:orange; margin-bottom:-15px} /*for page subtitle*/

p.first_paragraph:first-letter{font-size:115%; font-weight:bold; color:blue} /*first letter of first paragraph is bigger and it's blue*/
p {margin-left:125px} /* for regular paragraph */

address, p.tollfreenumber {text-align:center; margin-left:125px}

table {margin-left:125px}
td {text-align:left; vertical-align:middle; padding-right:5px; padding-left:5px}
ul {margin-left:155px; line-height:1.5em}



a:link {color:purple}     /* unvisited link */
a:visited {}  /* visited link */
a:hover {background-color:#FF9900}   /* mouse over link */
a:active {}   /* selected link */

#name {
	font-weight:bold
}
#aboutusmenu {
	position:absolute;
	left:140px;
	top:216px;
	width:139px;
	height:136px;
	background-color: #660099; 
	layer-background-color: #660099; 
	border: 1px none #000000;
	visibility: hidden;
}
#contactusmenu {
	position:absolute;
	left:140px;
	top:290px;
	width:139px;
	height:86px;
	background-color: #660099; 
	layer-background-color: #660099; 
	border: 1px none #000000;
	visibility: hidden
}
/*#extendedBG{
	position:absolute;
	left:0px;
	top:600px;
	width:750px;
	background-image: url(images/BGfiller.gif);
	background-repeat:repeat-y;
	visibility: hidden;
}*/
#comment_box {
	margin-left:125px;
	visibility: visible;
	border-style:solid;
	border-width:2px;
	border-color:orange;
	z-index: 0;
}
#ribbonBG{
	position:absolute;
	top:0px; 
	left:0px;
	visibility:visible
}
