@charset "UTF-8";
.greysubhead {
	color: #696a6c;
	font-weight: bold;
	font-size: 13px;
}
.blue {
	color: #0081c6
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
body,td,th {
	font-size: 12px;
	color: #696a6c;
	line-height: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	clear: none;
}
li {
	list-style-type: disc;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0081c6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0081c6;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.ephysio #container {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../Constants/Page-Bck.gif);
	background-repeat: repeat-y;
} 
.ephysio #header {
	background-color: #DDDDDD;
	background-image: url(../Constants/Header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 150px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
#AllMainContent {
	margin: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 570px;
	margin-left: 0px;
	float: right;
} 
#form {
	border: 1px solid #DDDEDF;
	width: 310px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#Navigation   {
	border: 1px solid #DDDEDF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
	width: 150px;
	float: left;
}
#Navigation p {
	background-color: #0081c6;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px none #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#Navigation a {
	background-color: #C0C0C0;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px none #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#Navigation a:hover {
	background-color: #0081c6;
}






#breaker {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 770px;
}
#footer  {
	margin: 0px;
	height: 25px;
	background-image: url(../Constants/Footer-Bck.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
} 
#footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696a6c;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
}
#mainContent a:hover {
	color: #0081c6;
}
.Qualifications {
	font-size: 15px;
	padding-left: 10px;
}

