@charset "utf-8";
/* CSS Document */
BODY{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

.mainTable{
 width:775px;
 background-color:#FFF;
}

.descHome{
 color:#990099;
 padding:0px 0px 0px 0px;
 
}
.bubble1Home{
 background-image: url(../images/bubble1.gif);
 background-repeat:no-repeat;
 width:245px;
 height:68px;
 padding:17px 0px 0px 50px;
 color:#990099;
 font-size:14px;
}
.bubble2Home{
 background-image: url(../images/bubble2.gif);
 background-repeat:no-repeat;
 width:255px;
 height:100px;
 color:#990099;
 position:relative;
 top: 50px;
 text-align:center;
 padding:17px 0px 0px 0px;
 font-size:18px;
}
.bubble1Contact{
 background-image: url(../images/bubble3a.gif);
 background-repeat:no-repeat;
 width:345px;
 height:125px;
 padding:17px 0px 0px 10px;
 color:#FFF;
 font-size:18px;
 text-align:center;
}
.bubble2Contact{
 background-image: url(../images/bubble3b.gif);
 background-repeat:no-repeat;
 width:355px;
 height:214px;
 color:#FFF;
 font-size:11px;
 font-weight:bold;
 text-align:center;
}

.bars{
 width:100%;
 height:5px;
 background-color:#000000;
}
.underline{
 text-decoration:underline;
 color:#990099;
}

.purple{
 color:#990099;
}

.picBorder{
 border: 1px solid #990099;
}
.contactForm{
 border:1px solid #c60fc6; 
 background-color:#660066;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#FFF;
 padding-left:2px;
 font-weight:normal;
}

.purpleframe{
 border: 3px solid #990099;
 color:#990099;
 padding:10px;
 font-size:13px;
 font-weight:bold;
 text-align:center;
 margin:0 auto;
}
/*/////////////////////////////////////////////*/
.menu{
 border-top: 1px solid #FFF; 
 
}
#dropmenudiv{
	position:absolute;
	border:1px solid white;
	border-bottom-width: 0px;
	font:normal 13px Arial;
	line-height:25px;
	z-index:100;
	text-align:left;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 2px;
	border-bottom: 1px solid white;
	
	text-decoration: none;
	font-weight: bold;
	color: #660066;
  line-height:25px;
	text-align:left;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #660066;
	color:#FFFFFF;
	
}

td.bgColor a {
	font: bold 13px Arial;
	color: #FFF;
	text-decoration:none;

}

td.bgColorHover a {
	font: bold 13px Arial;
	color: #ffccff;
	text-decoration:none;
}

td.bgColor {
   background-color:#990099;
   font: bold 13px Arial;
   color: #FFF;
   text-decoration:none;
   
}
td.bgColorHover {
   background-color:#660066;
   font: bold 13px Arial;
   color: #FFF;
   text-decoration:none;
   
}

.footer{
 color:#990099;
 padding:0px 0px 0px 0px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:11px;
 font-weight:normal;
 text-align:center;
 margin: 0 auto;
 
}
/*/////////////////////////////////////////////*/
a:link, a:active, a:visited{
 color:#990099;
 font-weight:bold;
 text-decoration:underline;
}
a:hover{
 color:green;
 font-weight:bold;
 text-decoration:underline;
}
/*/////////////////////////////////////////////*/
a.top:link, a.top:active, a.top:visited{
 color:#990099;
 font-weight:bold;
 text-decoration:none;
}
a.top:hover{
 color:green;
 font-weight:bold;
 text-decoration:none;
}
/*/////////////////////////////////////////////*/
a.noline:link, a.noline:active, a.noline:visited{
 color:inherit;
 font-weight:normal;
 text-decoration:none;
}
a.noline:hover{
 color:green;
 font-weight:bold;
 text-decoration:underline;
}
/*/////////////////////////////////////////////*/