@charset "UTF-8";
@import url('layout.css'); 

.body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #444444;
	line-height: 16px;
	
}

.nav1 {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	line-height: 16px;
 	padding-bottom: 4px;
	
}

.nav2 {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 14px;
 	padding-bottom: 5px;
	padding-top:10px;
	
}

.nav3 {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 14px;
 	padding-bottom: 5px;
	padding-top:10px;
	 
}

.over { 

	background:#000000;
	color:#FFFFFF;
}

.white {
	color:#FFFFFF !important; 
}

.black {
	color:#000000 !important;  
}
.small {
	color:#888888 !important; 
}
<!-- this section is for dragndrop styles -->
.ui-sortable-helper{
	border:2px solid gray;
}

.page_count{
	vertical-align:bottom!important;
}
ul.pages{
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	vertical-align:top;
	float:right;
}
ul.pages a{
	text-decoration:none;
	color:#3B5998;
}
ul.pages li:hover a,
ul.pages li:hover a:hover{
	color:white;
}
ul.pages li.active-page,
ul.pages li:hover{
	background-color:#4C4D4F;
	color:white;
	border-bottom:2px solid white;
}

ul.pages li{
	float:left;
	color:#3B5998;
	padding-left:4px;
	padding-right:4px;
	margin-right:1px;
}
.page_count,
.page_links
{
	border-bottom:1px solid #D8DFEA;
	border-top:1px solid #D8DFEA;
	color:#333333;
	padding:4px 0px;
}

.page_count_top{
	border-top:1px solid #D8DFEA;
	padding:4px 0px;
}

.page_count_bottom{
	border-bottom:1px solid #D8DFEA;
	padding:4px 0px;
}


.title {
	font-size: 16px; 
	font-family: Myriad, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight: bold;
	color: #37B6AD
	
}

.copy {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;

 
}
.green{
	color:green;
	text-decoration:none;
}