a:link, a:visited {    background: url(images/button1.png);} 
a:active, a:hover {    background: url(images/button2.png); } 

UL 
{
list-style-image: url('images/bullet.jpg');
}
.container{
	width: 994px;
	margin: auto;
}


.dataname{
	height:65px;
	padding-top:20px;
	padding-left:20px;
}
.bigbox{
	width: 745px;
	float:left;
	}
.bigboxTop{
	background-image:url(images/bigboxtop.jpg); 
	background-repeat:no-repeat; 
	height:36px; 
	width:745px;
	}
.datasection{
	background-image:url(images/bigboxstrip.jpg);
	background-repeat:repeat-y;
	width: 705px;
	padding: 0px 10px 10px 30px;
	}
.datasection1{
	width: 695px;
	padding-top:10px;
	}
.smallbox{
	margin-left:17px;
	width:231px;
	float:left;
	}
.navigation a {
    margin-left:auto;
    margin-right:auto; 
	color: #FFF; 
	float: left;
	font: bold 1.1em verdana;
	height: 30px; 
	letter-spacing: 1px;
	line-height: 27px; 
	text-align: center;
	text-decoration: none;
	width: 135.33px; 
}
	

#templatemo_boxmiddle {

	float: left;

	width: 320px;

	
}


.box_left {

	float: left;

	width: 15px;

	height: 189px;

	background: url(images/templatemo_box_left.jpg) no-repeat;

}

.box_middle {

	float: left;

	width: 285px;

	height: 189px;

	text-align: left;

	background: url(images/templatemo_box_middle.jpg) repeat-x;

}

.box_middle img {

	float: left;

	padding-right: 1px;

}

.box_right {

	float: left;

	width: 20px;

	height: 189px;

	background: url(images/templatemo_box_right.jpg) no-repeat;

}



.morebutton1 {

	background: url(images/templatemo_morebutton1.jpg) no-repeat;

	font-size: 11px;

	height: 39px;

	width: 62px;

	padding: 8px 0px 0px 20px;

	font-weight: bold;

}

.morebutton1 a {

	color: #FFFFFF;

}

.morebutton2 {

	float: right;

	background: url(images/templatemo_morebutton2.jpg) no-repeat;

	width: 51px;

	height: 28px;

	font-size: 10px;

	padding: 5px 0px 0px 10px;

}

.morebutton2 a {

	font-weight: bold;

	color: #FFFFFF;

}



body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #585858;

	background-color: white;

}
.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}