/* SECOND STYLESHEET FOR PRE-EMEGENCY */
/* blue #0F0FFF  red #F00 */

h1 {
     font-size:2em; font-family: "Lucida Grande", Verdana, Arial, sans-serif;  color:#000; text-align:center;
     }
    
h2 {
    font-size:1.5em; color:#000; font-family: "lucida handwriting", cursive; text-align:center;
	}
    
h3 {
    font-size:1.2em;  color:#0F0FFF;
	}
	
h4 { 
	font-size:1.0em; color:#F00;
	}
    
hr {
    width: 70%;
    color: #F00;
    border:1px solid #F00;
    }
    
img {
    border:none;
    }
    
br {
    clear: both;
    }
    
a { 
    color:#00F;
    }
    
a:visited {
    color:#939;
    }
    
a:hover {
    color:#F00;
    }   
	
form {
	width: 50%;
	margin-left: 5%;
	}
	
pre {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;  font-size:small;
	}
	
label {
	margin-left: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;  font-size:small;
	}	
	
input, textarea {
	color: black;
	}
	
fieldset {
	background-color: #ffc;
	}
	
legend {
	color: #00F;
	font-weight: bold;
	}	
	
td { vertical-align:top; } 

ol li  {list-style-image: none; }

ul li {list-style-image: url(images/tiny_black_arrow.gif); }
ul li ul li {list-style-image: url(images/tiny_blue_arrow.gif); }

#homepage_click {
	position:absolute; top:0; left:0;
	background: transparent url(images/homepage_click.gif) fixed;
	width:200px;
	height:200px;
	}
	
#participant_category_select { display:none; }

#blockquote {
	font-size:1.5em; font-family: "lucida handwriting", cursive; color:black; text-align:right;
	}

#content *.imgRight {
    float:right;
    font-size:90%;
    font-weight:bold;
    padding:0;
    margin:8px;
    color:#000;
    text-align:center;
    }
#content *.imgLeft {
    float:left;
    font-size:90%;
    font-weight:bold;
    padding:0;
    margin:8px;
    color:#000;
    text-align:center;
    } 
	
.heading { 
	border:thin solid black;
	background-color: #ccc;
	text-align:center;
	padding: 0 10px;
	width:110%;
	position:inherit;
	margin:0 -25px;
	}
		
.exerciseSchedule {
	border:thin solid black;
	padding: 5px 10px;
	background-color: #ffc;
	margin: 0 15px 15px 15px;
	float:left;
	width:33%;
	line-height:2em;
	}
	
div.exerciseSchedule h3 { text-align:center; font-size: 1.5em; }

  a.emaillink { text-decoration:none; color: blue; }
  a.emaillink:visited { color: blue; }
  a.emaillink:hover { color: red; }