<style type="text/css">
/*
Colors:
	light blue: AFC0DC
	medium blue: 48638E
	dark blue: 29446F

*/
.centeredText {
	position: relative;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	vertical-align:middle;
}

div.ContentTitle, .question, .TrainingTitle {
	width : 100%;
	font-weight: 900;
	font-variant: small-caps;
	font-size : 20px;
	text-align : center;
	position: relative;
}

div.ContentBody {
	position: relative;
	padding-bottom: 10px;
}

div.Seperator {
	/*border-bottom-width: thin;*/
	border-bottom-color: #888;
	border-bottom-style: double;
	margin-bottom: 10px;
	clear: both;
}

a.HeaderLink {
	text-decoration: underline;
	color: #48638E;
}
a.InlineLink {
	text-decoration: none;
	color: #000;
	font-weight : 600;
}

.subtext {
	font-style: italic;
	font-size : 12px;
	color: #222;
}

.question {
	text-align: left;
	
}

div.answer {
	margin-bottom: 10px;
}

img.BioPic, img.TrainingPic {
	border: 2px solid black;
	margin: 5px;
	padding: 1px;
}

img.TrainingPic {
	float: right; 
	clear: right;
}

ul {
	margin-left: 15px;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
}
li {
	margin-bottom: 5px;
}	

#page {
	float:none;
	display: block;
	width:825px;
	/*background-color:yellow;*/
	margin-left: auto; 
	margin-right: auto;
}
	#header {
		/*background-color:red;*/
		position: relative;
		height: 100px;
	}
	#logo {
		float: left;
		top:0;
		left:0;
		width:100px;
		/*background-color:orange;*/
	}
	#name {
		height:100%;
		/*background-color:pink;*/
		
	}
	#tabBox { 
		position: absolute;
		bottom:0;
		left:120px;
		background-color:white;
	}
	#content {
		position: relative;
		margin-left: auto; 
		margin-right: auto;
		background-color: #DDDDDD;
		min-height: 400px;
		width:825px;
		border-width: thin;
		border-color: black;
		border-style: solid;
		padding: 20px;
		border-radius: 15px;
		font-family: Arial;
	}
	#footer {
		margin-top: 10px;
		margin-left: auto; 
		margin-right: auto;
		/*background-color:blue;*/
		width:825px;
		text-align: center;
		font-family: Arial;
	}
	#subtext{
		font-size:75%;
		font-style:italic;
	}
					
.wraptocenter {
	background-color:purple;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/	

/*Resources Page*/			
.resourcesHeading {
	font-style:heavy;
	color: black;
}

.WhereHeading{
	font-weight:bold;
	text-decoration: underline;
	color: black;
	font-size:20px;
	font-family: Arial, sans-serifs;
}
</style>