/*
********************************************************************************** 
** Generic Selectors                                                                
**********************************************************************************
*/ 
body 
{ 
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 14px; 
   color: #333333; 
   background-color: white; 
} 

h1 
{ 
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 22px; 
   font-weight: bold;
   letter-spacing: 5px;
   text-align: center; 
   color: #192252; 
   border-top: 1px solid #192252;
   border-bottom: 1px solid #192252;
   margin-bottom: 40px;
   background-color: #D9D9DE;
} 

h2 
{ 
   font-family: Georgia, "Times New Roman", Times, serif; 
   font-size: 16px; 
   font-weight: bold; 
   color: #000000; 
   border-bottom: 1px solid #C6EC8C; 
} 

/*
********************************************************************************** 
** Pseudo Classes                                                                
**********************************************************************************
*/ 
#copyright
{
   color: black;
   font-size: 11px;
   width: 800px;
   text-align: center;
}

#navbar 
{
   color: white;
   font-size: 9px;
   line-height: 16px;
   background-color: #192252;
   text-align: center;
   letter-spacing: 6px;
   margin-bottom: 15px;
   height: 16px;
   width: 800px;
}

#navbar a 
{
   color: white;
   text-decoration: none
}

#navbar a:hover 
{
   color: #fc0;
   text-decoration: none
}

#footer 
{
   color: white;
   font-size: 9px;
   line-height: 16px;
   background-color: #192252;
   text-align: center;
   letter-spacing: 6px;
   height: 16px;
   clear: left;
   width: 800px;
}

#footer a 
{
   color: white;
   text-decoration: none
}

#footer a:hover 
{
   color: #fc0;
   text-decoration: none
}

#header 
	{
	background-color: white;
	text-align: left;
	visibility: visible;
	position: relative;
	}
/*
********************************************************************************** 
** Classes                                                                
**********************************************************************************
*/ 
.announcement
{
   font-size: 12px;
   font-weight: bold;
   color: white;
   width: 200px;
   text-align: center;
   background-color: #192252;
   border-top: 1px solid #192252;
   border-right: 1px solid #192252;
   border-bottom: 1px solid #192252;
   border-left: 1px solid #192252 
}

.announcement_body
{
   font-size: 10px;
   color: #192252;
   width: 200px;
   text-align: left;
   background-color: #D9D9DE;
   border-right: 1px solid #192252;
   border-bottom: 1px solid #192252;
   border-left: 1px solid #192252 
}

.drill
{
   font-size: 12px;
   font-weight: bold;
   color: white;
   width: 200px;
   text-align: center;
   background-color: #192252;
   border-top: 1px solid #192252;
   border-right: 1px solid #192252;
   border-bottom: 1px solid #192252;
   border-left: 1px solid #192252 
}

.drill_body
{
   font-size: 10px;
   color: #192252;
   width: 200px;
   text-align: left;
   background-color: #D9D9DE;
   border-right: 1px solid #192252;
   border-bottom: 1px solid #192252;
   border-left: 1px solid #192252 
}

.links
{
   font-size: 12px;
   font-weight: bold;
   color: white;
   width: 200px;
   text-align: center;
   background-color: #192252;
   border-top: 1px solid #192252;
   border-right: 1px solid #192252;
   border-bottom: 1px solid #192252;
   border-left: 1px solid #192252 
}

.links_body
{
   font-size: 10px;
   color: #192252;
   width: 200px;
   height: 200px;
   overflow:auto;
   /*scrollbar-3dlight-color:#ffd700; 
   scrollbar-arrow-color:#ff0; 
   scrollbar-base-color:#ff6347; 
   scrollbar-darkshadow-color:#ffa500; 
   scrollbar-face-color:#008080; 
   scrollbar-highlight-color:#ff69b4;
   scrollbar-shadow-color:#f0f;*/
   text-align: left;
   background-color: #D9D9DE;
   border-right: 1px solid #192252;
   border-bottom: 1px solid #192252;
   border-left: 1px solid #192252 
}

.links_body a 
{
   color: #192252;
   text-decoration: none
}

.links_body a:hover 
{
   color: red;
   text-decoration: none
}

.incident 
{
   font-size: 16px;
   font-weight: bold;
   color: #192252;
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 10px;
   border-top: 0 none;
   border-right: 0 none;
   border-bottom: 1px dotted #192252;
   border-left: 0 none 
}

.apparatus 
{
   font-size: 16px;
   font-weight: bold;
   color: #192252;
   margin-top: 0px;
   margin-left: 0px;
   margin-bottom: 10px;
   border-top: 0 none;
   border-right: 0 none;
   border-bottom: 0 none;
   border-left: 0 none 
}

.leftcol 
{
   text-align: center;
   width: 250px;
   float: left
}

.rightcol 
{
   width: 550px;
   float: left
}