/*
Title: Common Style Sheet 
Author: Erik Bye
Created: 1/14/2013


TABLE OF CONTENTS
 - General
 - Text Formatting
*/

/*GENERAL*/
img {border:0px;}

body {background:#eeeeee;font-family: arial, helvetica, sans-serif; color:#363636;font-size:12px;line-height:16px;}
.theFinePrint {font-size: 9px; line-height: normal;}
.trainers .trainer .trainerThumb {width: 100px;}

/*TEXT FORMATTING*/
p {margin: 0 0 10px 0;}
.bold,strong,b {font-weight: bold;}
.clear {clear:both;}
.floatLeft {float:left;}
.floatRight {float:right;}
.textAlignRight {text-align: right;}
.textAlignCenter {text-align: center;}
.mainContent ul {margin-left: 40px; list-style-type: disc;}
h3 {font-weight: bold; font-size: 18px; padding: 10px 0;}


