#logo {
   position: absolute;
   background-color: WHITE;
   top: 0px;
   left: 0px;
   height: 130px;
   width: 140px;
   border: 0px 0px 0px 0px solid WHITE;
}

#flash {
   position: absolute;
   background-color: WHITE;
   top: 0px;
   left: 140px;
   height: 130px;
   width: 660px;
   border: 0px 0px 0px 0px solid WHITE;
}

#red_box {
   position: absolute;
   background-color: #94212D;
   top: 132px;
   left: 0px;
   border: 1px 1px 0px 0px solid WHITE;
   height: 29px;
   width: 188px;
   margin: 0;
   padding: 0px;
   text-align: center;
}

#red_box p {
   font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
   font-size: 12px;
   font-weight: normal;
   color: white;
   padding: 7px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

#navcontainer ul {
	position: absolute;
    background-color: WHITE;
    top: 132px;
    left: 190px;
	 text-align: center;
	 padding-bottom: 6px;
	 padding-top: 5px;
	 padding-left: 0;
	 margin-top: 0;
	 /* cancels gap caused by top padding in Opera 7.54 */
	 margin-left: 0;
	 background-color: #036;
	 color: white;
	 width: 610px;
	 font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
	 line-height: 18px;
	 /* fixes Firefox 0.9.3 */
	 border: 1px 0px 1px 0px solid WHITE;
	 white-space: no-wrap;
 }

 #navcontainer ul li {
	 display: inline;
	 padding-left: 0;
	 padding-right: 0;
	 padding-bottom: 5px;
	 /* matches link padding except for left and right */
	 padding-top: 5px;
 }

#navcontainer ul li a {
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-bottom: 5px;
	 padding-top: 5px;
	 color: white;
	 font-size: 12px;
	 text-decoration: none;
	 border-right: 0px solid #fff;
 }

#navcontainer ul li a:hover {
	 color: #79B1E3;
	 background-color: transparent;
 }



#left_box {
   position: absolute;
   background-color: WHITE;
   top: 173px;
   left: 0px;
   border: 0px 0px 0px 0px solid WHITE;
   width: 180px;
   margin: 0px 0px 0px 4px;
   padding: 0px 0px 0px 4px;
   text-align: left;
}


#left_box h2 {
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 14px;
     width: 170px;
    font-weight: bold;
    color: #003366;
        padding: 0px 2px 0px 2px;
        margin: 0px 0px 0px 0px;
}

#left_box h2 a {
	text-decoration: none;
	color: #003366;
}	

#left_box h2 a:hover {
	 color: #94212D;
	 background-color: transparent;
 }
 
#left_box p {
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 12px;
    width: 160px;
    color: BLACK;
    font-weight: normal;
    padding: 2px 0px 22px 5px;
    /*margin-top:-1%*/
}

#small {
	font-size: 12px;
	font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
}

#small a {
	text-decoration: none;
	color: #003366;
}

#small a:hover {
	 color: #94212D;
	 background-color: transparent;
 }

#blurb {
   position: absolute;
   background-color: #DEDEBD;
   top: 163px;
   left: 190px;
   width: 610px;
   height: 700px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align: left;
   border: 0px 0px 0px 0px solid WHITE;
}

#blurb p {
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 13px;
    color: BLACK;
        font-weight: normal;
        width: 400px;
        padding: 0px 0px 0px 4px;
        margin: 0px 0px 0px 4px;
}

#blurb p a {
	text-decoration: none;
	color: #003366;
}	

#blurb p a:hover {
	 text-decoration: underline;
	 color: RED;
 }

#top_copy {
		font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    	font-size: 12px;
    	color: BLACK;
        font-weight: normal;      
        width: 460px;
        top: 12px;
        margin: 4px 0px 4px 15px;
        padding: 2px 0px 6px 0px;
}

#right_box {
   position: absolute;
   background-color: #DEDEBD;
   top: 12px;
   left: 455px;
   border: 0px solid White;
   width: 140px;
   margin: 0px;
   padding: 0px;
   text-align: left;
   z-index: 10;
}

#right_box p {
    background-color: #DEDEBD;
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 12px;
    color: #003366;
        font-weight: normal;      
        width: 140px;
        margin: 4px 4px;
        padding: 2px 0px 6px 0px;
}

#right_box p a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#right_box p a:hover {
	 color: #336600;
	 text-decoration: none;
	 background-color: transparent;
 }

#right_box h2 {
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 12px;
    font-weight: normal;
    color: WHITE;
        text-align: left;
        background-color: #336600;
        padding: 4px 4px 6px 4px;
        border: 2px white solid;
        width: 130px;
}

#right_box h2 a {
	color: WHITE;
	text-decoration: none;
}

#right_box h2 a:hover {
	 color: #CCFF99;
	 text-decoration: none;
	 background-color: transparent;
 }

#pic1 {
   position: absolute;
   background-color: #DEDEBD;
   top: 210px;
   left: 0px;
   border: 0px solid yellow;
   width: 154px;
   margin: 0px 0px 0px 15px;
   padding: 0px 0px 0p 0px;
   text-align: left;
   
}

#pic1 p {
    background-color: #DEDEBD;
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 12px;
    color: BLACK;
    font-weight: normal;      
    width: 130px;
    padding: 0px 0px 0px 0px;
    margin: -4px 0px 0px 0px;
}

#pic1 h2 {
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: font-size: 14px;
    font-weight: bold;
    color: #003366;
    text-align: left;
    background-color: none;
    padding: 4px 0px 6px 0px;
    margin: -4px 0px 0px 0px;
    border: 0px white solid;
    width: 130px;
        
}

#pic1 h4 a {
	text-decoration: none;
	color: #003366;
	font-size: 14px;
    font-weight: bold;
    
}

#pic1 h4 a:hover {
	 text-decoration: underline;
 }

#pic2 {
   position: absolute;
   background-color: #DEDEBD;
   top: 210px;
   left: 146px;
   border: 0px solid yellow;
   width: 154px;
   margin: 0px 0px 0px 15px;
   padding: 0px 0px 0p 0px;
   text-align: left;
   
}

#pic2 p {
    background-color: #DEDEBD;
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 12px;
    color: BLACK;
    font-weight: normal;      
    width: 130px;
    padding: 0px 0px 0px 0px;
    margin: -4px 0px 0px 0px;
}

#pic2 h2 {
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: font-size: 14px;
    font-weight: bold;
    color: #003366;
    text-align: left;
    background-color: none;
    padding: 4px 0px 6px 0px;
    margin: -4px 0px 0px 0px;
    border: 0px white solid;
    width: 130px;
        
}

#pic2 h4 a {
	text-decoration: none;
	color: #003366;
	font-size: 14px;
    font-weight: bold;
    
}

#pic2 h4 a:hover {
	 text-decoration: underline;
 }

#pic3 {
   position: absolute;
   background-color: #DEDEBD;
   top: 210px;
   left: 292px;
   border: 0px solid ORANGE;
   width: 154px;
   margin: 0px 0px 0px 15px;
   padding: 0px 0px 0p 0px;
   text-align: left;
   
}

#pic3 p {
    background-color: #DEDEBD;
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 12px;
    color: BLACK;
    font-weight: normal;      
    width: 130px;
    padding: 0px 0px 0px 0px;
    margin: -4px 0px 0px 0px;
}

#pic3 h2 {
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: font-size: 14px;
    font-weight: bold;
    color: #003366;
    text-align: left;
    background-color: none;
    padding: 4px 0px 6px 0px;
    margin: -4px 0px 0px 0px;
    border: 0px white solid;
    width: 130px;
        
}

#pic3 h4 a {
	text-decoration: none;
	color: #003366;
	font-size: 14px;
    font-weight: bold;
    
}

#pic3 h4 a:hover {
	 text-decoration: underline;
 }

#mission {
	position: absolute;
    top: 580px;
    left: 0px;
    border: 0px solid RED;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-left: -10px;
}

#mission p {
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: BLACK;
    width: 610px;
    /*white-space: no-wrap;*/
    
}

#hjfaddr {
	position: absolute;
    top: 630px;
    left: 0px;
    border: 0px solid WHITE;
    width: 610px;
    z-index: 11;
}    
    
#hjfaddr p {
    text-align: center; 
    font-family: 'Arial', 'Palatino Linotype', Palatino, 'Times New Roman', TimesNR, Times, serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #565656;
    width: 610px;
    white-space: no-wrap;
}
