body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;

}



a  {
	color: #0000aa;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;

}

/* -------------PAGE HEADER---------------------------*/
.page_head  {
	background-color: #f2f5fa;
	position: relative;
	height: 81px;
	width: 100%;
	
	border-bottom: 3px solid #c1cee6;
	
}

	.page_head .logo  {
		position: absolute;
		margin: 5px 0 0 5px;
		z-index: 5;
	}
	
	.page_head .navigation  {
		text-align: center;
		position: absolute;
		right: 0;
		height: 81px;
		width: 333px;
		background-image: url("/images/page_head1.jpg");
		z-index: 1;
		
	}
	
	.page_head .navigation .links  {
		margin: 3px 0 0 0;
		
	}
	
	.page_head .navigation .links a  {
		margin: 0 5px 0 5px;
		font-size: 11px;
		font-weight: bold;
	}
/* -------------PAGE BODY---------------------------*/

	#left_bg {
		margin:0; 
		padding:0;
		
		background:url("/images/left.gif") top left repeat-y;
	}
	

	
	#right_bg {
		margin:0; 
		padding:0;
		
		background:url("/images/right.gif") top right repeat-y;
	}
	

	
	#left {
		float:left;
		width:137px;
		padding: 2px 0px 5px 3px;
		font-size: 9pt;
		line-height: 175%;
		background-color: #c1cee6;
		
		/*background-color: #d9e1f0;*/


	}
	#left a {
		color: #1817a3;
		padding-left: 5px;
		font-size: 11px;
		font-weight: bold;
		
		
		
	}

	#right {
		float: right;
		width: 135px;
		padding: 20px 0 0 0;
		font-size: 8pt;
		overflow: hidden;
	}
	
	.right  {
	
	}

	
	#middle {
		margin:0 142px 0 145px;
		background:#ffffff;
		padding: 5px 2px 5px 4px;
		
		
	}
	
	.middle  {
	
	}

	
	#right_arrow  {
		position: absolute;
		top: 85px;
		right: 80px;
	}

/* -------------PAGE FOOTER---------------------------*/

#page_footer  {
	clear:both;
	background-color: #d9e1f0;
	font-size: 10px;
	padding: 3px 0 5px 7px;
	
	border-top: 2px solid #c1cee6;
}


/* ----------------ADDITIONAL CLASSES--------------------*/
.smallest_text  {
	font-size: .7em;
}

.small_text  {
	font-size: .8em;
}

.medium_text  {
	font-size: 1.1em;
	font-weight: bold;
}

.large_text  {
	font-size: 1.4em;
	margin-bottom: 1em;
	line-height: 1em;
}

.text_block_border {
	border: 1px solid #d9e1f0;

}

.text_block  {
	display: block; 
	background-color: #d9e1f0; 
	font-weight: bold;
}

.list  {
	margin-top: 5px;
	margin-bottom: 5px;
}

.paragraph  {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}



/* ----------------TRAINING SCHEDULE CLASSES--------------------*/
.training_schedule_week  {
	font-weight: bold;
}

.training_schedule_entry  {
	font-size: .8em;
	font-weight: bold;
	margin-left: 15px;
	padding-bottom: 5px;

}

.training_schedule_details_left  {
	font-size: .8em;
	float: left;
	width: 10em;
	font-weight: normal;
	margin-left: 2px;
	
}
.training_schedule_details_right  {
	font-size: .8em;
	float:left;
	font-weight: normal;
}

.training_schedule_admin  {
	font-size: .8em;
	float: right;
	text-align: right;
	font-weight: normal;
	margin-right:5px;
}

.training_schedule_spacer  {
	height: 2em;
}

#right .training_schedule_spacer  {
	height: 2em;
}


/*------------------Forms-----------*/
form  {
	padding-top: 0;
	margin-top: 10px;
}

.text_field  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}

.text_area  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}

.button  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #444444;
}

.checkbox  {

}

.select_field  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}

.select_field_option  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}

.forum  {

}

.forum td  {
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 0;

}

td  {
	padding-right: 15px;
}


