/* Created 04/08/05 by Traci Allison */


/*--------------------*/
/* Navigation Section */
/*--------------------*/

#nav_container {
		float: left;
		width: 33%;
/*		border: 1px solid red; */
		padding: 5px 0px 0px 5px;
	        background-color: #EDEEDC;
	       }

.nav_item {
	   padding: 5px;
	  }

.nav_item > a:hover {
		     text-decoration: underline;
		    }

#nav_container > h3 {}

/* make navigation links appear on their own lines */
#nav_container  a {
		   display: block;
		   text-decoration: none;
		  }

#nav_container a:hover {
			text-decoration: underline;
		       }

/* to be used only if we end up wanting to have the text styled 
differently than every other p element */
#nav_container > p {}

.nav_heading {
	      font-size: 120%;
	      font-weight: bold;
	     }

/* Content Section */

#content_container {
/*		    margin-left: 251px; */
		    float: right;
		    width: 63%; 
/*		    border: 1px solid red; */
		    padding: 10px 15px 5px 5px;
		   }

/* Forms Section */


/* Page Structure Style */

/* Suggested from Community MX */
body {
      text-align: center;
      min-width: 770px;
      background-color: #00639F;
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100.01%;
      font: small Verdana,Sans-serif;
     }

div.wrapper {
	  position: relative;
   	  text-align: left;
          margin-left: auto;
          margin-right: auto;
	  width: 770px;
/*	  border: 1px solid black;  */
	  background-color: white;
	    }
 
:link { color: black; }  /* for unvisited links */
:visited { color: #aa0000; } /* for visited links */

/* Credits Section*/

#credits_container {
		    width: 33%;
		    float: left;
		    clear: left;
/*		    border: 1px solid black; */
		    text-align: center;
	  	    padding: 20px 0px 0px 5px;
		   }

#credits_container a {
		      display: inline;
		     }

/* Page Title Section */

#title_container {
		   background-color: #D3D4C3;   
		   padding-left: 30px;
		   padding-bottom: 5px;
		   border-bottom: 2px dashed black;	
		 }


#sdtp {
       text-transform: uppercase;
       font-weight: bold;
       font-size: 450%;
      }

#sdtp_subtitle {
		font-size: 215%;
		font-family: "gill sans",sans-serif;
	       }

#comments {
           font-style:italic;
	   font-size: 75%;
 	  }

#comments > a {
	       text-decoration: none;
	      }

/* copyright section */

#copyright {
	    clear: both;
	    text-align: center;
	    background-color: #aaa;
	    color: white;   
	   }

/* Software page */

.soft_name {
	    font-weight: bold;
	    font-size: 110%;
	   }

.soft_desc {
	    margin-left: 20px;
	   }
	  
p.nav {
       margin-top: 0;
       text-align: right;
      }

/* Current Activities page */

.relap {
	text-align: center;
	font-style: italic;
       }

/* Training forms */ 

.formlabel {
	text-align: right;
	}
