/* Presentation Stylesheet */ 

h3 {
 font-size:1.5em;
 }

h3, p {
 margin:0em;
 padding:15px;
/* text-shadow: 1.5px 1.5px 1.5px #696969;
filter: dropshadow(color=#696969, offx=1.5, offy=1.5); */
 }

h4 {
 margin:0; 
 padding: 5px 0;
 font-size: 1.2em; 
 }

p {
 margin-top:.5em;
 margin-bottom:-2em
}
/*
p:first-letter {
 font-size: 100%; 
 font-weight: bold
color:red;
}

p.override:first-letter{ 
 font-size: 100%; 
 font-weight: normal;
 color:black
}

p.overridered:first-letter{ 
 font-size: 100%; 
 font-weight: normal
color:red
}
*/
li {
	padding: 0;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	border: 0;}
 
#policy {
 padding: 5px;
 width:400px;
 margin-left: 40px;
 border:double #000000;	
 border-width:1px;
}
 
#courses ul {list-style-type:none; line-height: 200%; /*margin: 1.8em 0*/}
span.fs1st_alt {  text-align:center; font-weight:bold; font-family:Tisa Office Serif Pro,Georgia,serif; font-weight:bold; color:#FF0000; font-style: italic; font-size: 35px;}
 span.fs1st_alt1 {  align:center;}
 span.fs1st {  font-family:Tisa Office Serif Pro,Georgia,serif; font-weight:bold; color:#FF0000; font-style: italic;}
 span.phone {  font-size: 120%;letter-spacing: 0.2em; font-weight:bold; color:#FF0000;}
 span.date  { background:yellow; font-weight: bold; }
 span.award  {  /*padding:15px 15px 15px 15px;*/ font-size: 1.5em; 
 font-weight: normal;
 color:red; font-weight: bold; }

 a.llink:link, a.llink:visited, a.llink:active {
 text-decoration: none;
}
a.llink:hover {
 text-decoration: none;
}

.myButton1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #c0c0c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c0c0c0;
	box-shadow:inset 0px 1px 0px 0px #c0c0c0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:Impact;
	font-size:40px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}

.myButton1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.myButton1:active {
	position:relative;
	top:1px;
}

.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #c0c0c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c0c0c0;
	box-shadow:inset 0px 1px 0px 0px #c0c0c0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #c0c0c0) );
	background:-moz-linear-gradient( center top, #000000 5%, #c0c0c0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c0c0c0');
	background-color:#000000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:Impact;
	font-size:40px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #c0c0c0;
}.myButton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c0c0c0), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #c0c0c0 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#000000');
	background-color:#c0c0c0;
}.myButton2:active {
	position:relative;
	top:1px;
}

.myButton3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #c0c0c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c0c0c0;
	box-shadow:inset 0px 1px 0px 0px #c0c0c0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #000000;
	display:inline-block;
	color:#FFFF00;
	font-family:Times New Roman;
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}

.myButton3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.myButton3:active {
	position:relative;
	top:1px;
}

.imginline {
    align:middle; /* display: inline-block; */
}