@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	/*	background-image: url(/images/bkgdMain.jpg);
	background-repeat: repeat-x;*/
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#specialAnnouncement {
	font-size:12px;
	font-weight:bold;
	margin-bottom: 20px;
	color:#06C;
}

.specialAnnouncement {
	font-size:12px;
	font-weight:bold;
	color:#069;
}

.subNav a:link {
	color: #000000;
	text-decoration: underline;
	font-weight:bold;
}
.subNav a:hover {
	text-decoration: none;
	color: #ffffff;
}
.subNav :visited {
	color: #000000;
	text-decoration: underline;
	/*font-size: 11px;*/
}

.imgBorder {
	border: 2px solid;
	border-color: #ff4302;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

#FloatingSideBar {
	position: absolute;
	height: 337px;
	width: 212px;
	left: 660px;
	top: 76px;
}

#FloatingNoviLaserSub {
	position: absolute;
	width:190px;
	left:22px;
	top:76px
}

.navCharity a:link {
	color: #F60;
	text-decoration: underline;
}
.navCharity a:hover {
	color: #F00;
	text-decoration: none;
}
.navCharity :visited {
	color: #F60;
	text-decoration: underline;
}



/* 

picked up from http://www.aesthetic.lumenis.com/

li.bullets {
   list-style-image: url(/img/bullet.gif);
}

ul li ul li {
   list-style-image: url(/img/dash.gif);
}

*/
.blackannounce {
	color: #000;
	text-align: left;
}

