
/* --------------BASIC STYLES-------------------- */
html{ 
  padding:0px;
  margin:0px;
}
body{
  background-color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
  color:#666;  
  padding:0px;
  margin-top: 12px;
  background-image:url(../images/background.gif);
  background-repeat: repeat-x;
}
p, td{
  font-size: 12px;
  line-height: 15px;
  font-family: Arial, Helvetica, Sans-Serif;
  color:#666;  
}
ul{
	padding: 0;
	margin: 16px;
}
select{ color: #000000;}
a:link, a:visited{ color: #296DC1; text-decoration: underline}
a:hover, a:active:{ color: #296DC1; text-decoration: none}
#homeblurb{
	margin: 15px;
}
#leftblurb{
	margin-top:25px;
	margin-left: 25px;
	margin-right: 10px;
}
/* --------------FOOTER STYLES-------------------- */
#footer {
	background-color: #fff;
	color: #94B6E0;
	font-size: 10px;
	width: 100%;
	height: 24px;
	text-align: center;
	padding:10px 0px 20px 0px;
}
#footer a:link, #footer a:visited{text-decoration: underline}
#footer a:hover, #footer a:active:{text-decoration: none}

.bioImg{
	margin-right: 20px;
}
.tiny{
	font-size:9px;
}
.groupImg{
	margin-left: 20px;
	margin-bottom: 20px;
}
.blockImg{
	display:block;
}
.headertext {
	font-size: 15px;
	color: #296DC1;
	font-weight: bold;	
}
.headerTM{
	font-size: 11px;
	color: #296DC1;
	font-weight: bold;	
}
a.headertext:link, a.headertext:visited{ 
	font-size: 15px;
	color: #296DC1;
	font-weight: bold;
}
.barrow{
	position:relative;
	left:0px;
	background-image:url(../images/buttons/b_arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
}
.barrowback{
	position:relative;
	left:0px;
	background-image:url(../images/buttons/b_arrow_back.gif);
	background-repeat:no-repeat;
	background-position:left;
}
/* --------------CONTACT PAGE-------------------- */
#contactform {
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0px;
}
td#contactform {
	padding-bottom: 10px;
	padding-right: 10px;
	margin: 0px;
}
#trainingRight{
	width: 200px;
	float: right;
	border: dotted 1px #5F8DB0;
	margin-left:10px;
	margin-bottom:10px;
	padding: 10px;
	background-color: #EFF3F8;
}
