/* CSS Document */

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:black;
}

b{font-size: 110%;}

img{
border:0;
}

h1{
font-size:21px;
font-style:italic;
font-weight:800;
color:black;
}

h2{
font-size:16px;
font-weight:800;
color:black;
}

h3{
font-size:24px;
font-weight: 800;
color:black;
}

a{
color: black;
}

#strong{
font-size:12px;
font-weight:800;
color:black;
}

#maincontainer {
width: 796px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}


#topsection{
background: #FFFFFF;
height: 153px; /*Height of top section*/
}

#header {
 width: 798px; height: 154px;
 float:left;
 background-color: #ffffff;
 background-image: url(../assets/navigation/header_archive.gif);
 background-repeat: no-repeat;
}
/* "home" is located in the header section, right side */


#spacer {
 background-image: url(../assets/navigation/spacer.gif);
  width:3px; height:24px;
  float:left;
  }


#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 190px; /*Set left margin to LeftColumnWidth*/
padding: 10px;
}
/* padding between header and main page */
#contentcolumn_b{
padding: 0px;
padding-left:0px;
}

#photo{
		float:right;
		width:252px;
		margin:10px 0px 10px 10px;
		}

#leftcolumn{
float: left;
width: 190px; /*Width of left column*/
margin-left: -810px; /*Set left margin to -(MainContainerWidth)*/
background: #FFFFFF;
margin-top:10px;
}

#footer{
clear: left;
width: 796px;
background: #FFFFFF;
color: #006633;
text-align: center;
padding: 4px 0;
}

.smalltext{
font-size:9px;

}

#footer a{
color: green;
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each column (to provide padding)*/
background-color: #FFFFFF;
}
/* main page color 006633 */
.innertube_b{
background-color: #cccc99;
padding:10px;
}

.blk_14 {
font-size: 14px;
font-weight: 600;
color: black;
}
/* roll over text for "a href" buttons */
.rollo A:link{
text-decoration:none;
} 
.rollo A:visited {
text-decoration: none;
} 
.rollo A:hover {
color:white; 
text-decoration:none;
}
.rollo A:active {
 text-decoration:none;
} 

/* Increase text size when using the 'Pre' element */
.pre_14{
font-size:14px;
color:black;
font-weight: 500;
}
