/*  DesignSpring main stylesheet for version 4 browsers upwards  */


/* layout */

body { margin: 0; }
	


/*  General text  */

p {  color: #000099;
   text-align: left;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

UL, OL {
      color: #000099;
      text-align: left;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   }

td {  color: #000099;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

H1, H2, H3, H4, H5 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

.testimonial { color: #000099; }

.studyhd { color: #666666; }

/* lists */

ul.bullet {
  list-style-image: url('images-gen/list-bullet.gif');
  list-style-type: none;
   }
   
   
.resources {
	font-size: 78%;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #d7ecfd;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	}
.resourceshead {
	font-weight: bold;
	font-size: 80%;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #aec9ff;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;

}
.leftindent {
	padding-left: 20px;
	}

}
.rightindent {
	padding-right: 20px;
	}
	
/*  links  */

a {  color: #3366ff; 
   font-weight: bold;
   text-decoration: none; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }

a:visited {  color: #990099; 
   font-weight: bold;
   text-decoration: none; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }

a:active {  color: #CC0066; 
   font-weight: bold;
   text-decoration: underline; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }

a:hover {  color: #CC0066; 
   font-weight: bold;
   text-decoration: underline; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }

/*  Menu styles  */

.menu { color: #33cc33;
   text-align: left;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }

.logo { text-align: left;
 }

.maillink { color: #000099;
   text-align: left;
   line-height: 120%;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }

.caption { color: #666666; }


/*  copyright notice  */

.copy { color: #999999; 
   line-height: 150%;
   text-align: right; 
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif }