/* CSS Document */
.printTable{
	background-image:url(../_images/laser.jpg); background-repeat:repeat-y; background-position:right top;
}
.bigLinks{
	font-size:17px;
	font-weight:bold;
}

#logo{
	margin-bottom:5px;
}

.shade{
	float:left;
	background-color:#FFFFFF; 
	background-image:url(../_images/bottom_shade.jpg); 
	background-repeat:repeat-x; 
	padding-bottom:5px;
}

/*                                 */
/* Right Side (NAVIGATION AND ADS) */
/*                                 */

#rightInfo{
	float:right;
}
.rightInfoLeft{
	width:200px;
}
.rightInfoHolder{
	width:200px; 
	background-color:#191919;
	margin-bottom:0px;
}
.nav{
	margin:0px;
}
.nav a{
	color:#000000;
	padding:3px 3px 3px 4px;
	display:block;
	text-decoration:none;
	border-bottom: 1px solid #222222;
}
.nav a:hover{
	color:#000000;
	display:block;
	background-color:#FE8181;
	border-bottom: 1px solid #222222;
}
.navLast{
	margin:0px;
}
.navLast a{
	color:#000000;
	padding:3px 3px 3px 4px;
	display:block;
	text-decoration:none;
}
.navLast a:hover{
	color:#000000;
	display:block;
	background-color:#FE8181;
}
/*                                 */
/*      Bottom Links & Info        */
/*                                 */

#info{
	width:756px; 
	background-color:#191919;
	float:left; 
}
.infoHolder{
	float:left; 
	width:721px; 
	background-color:#191919;
}

/*                                 */
/*             Content             */
/*                                 */

#content{
	width:550px; 
	float:left;
}
#contentLeft{
	float:left; 
	width:512px;
}

/*                                 */
/*            GLOBAL               */
/*                                 */

.topHeader{
	float:left; 
	width:550px;
	text-align:center; 
	color:#FFFFFF; 
	font-weight:bold; 
	background:#191919;
	background-image:url(line.gif);
	background-repeat:repeat-x;
}
.topHeader p {
	margin:0px;
	padding:0px;
}
.topHeader a {
	color:#FFFFFF;
	margin:0px;
}
.topHeader a:hover {
	color:#FFFFFF;
	margin:0px;
	background-color:#191919;
}
.leftTopHeader{
	float:left; 
	width:35px;
	background-image:url(line.gif);
	background-repeat:repeat-x;
	background-color:#191919;
}
.rightTopHeader{
	background-color:#191919;
}
.subRightTopHeader{
	float:right; width:35px;
	margin:0px;
	padding:0px;
	background-color:#191919;
}
.holder{
	float:left;
	color:#000000; 
	border:1px solid #000000;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
	/*background: url(shadow.gif) no-repeat bottom right; */
	background-color:#FFFFFF;
}
.noLine{
	background:#191919;
}
acronym {
  border-bottom: 1px dotted black;
}
.imgBorder{
	border:1px solid #000000;
}
.marginLeft{
	padding-left:5px;
}