body{
margin:0;
padding:0;
font-family: DajaVu Sans, Arial;
}

/*the lines below are the colors for text links*/

A:link {
 COLOR: blue /*The color of the link*/
}
A:visited {
 COLOR: blue /*The color of the visited link*/
}
A:hover {
 COLOR: DarkBlue /*The color of the mouseover or 'hover' link*/
}
BODY { COLOR: black /*The color of all the other text within the body of the page*/
}

h1{font-size: 1.7em;
font-family: DajaVu Sans, Arial;
}

h2{font-size: 1.2em;
font-family: DajaVu Sans, Arial;
}

h3{font-size: 1.0em;
font-family: DajaVu Sans, Arial;
}

 /*for the font size under the pictures*/
b{font-size: .9em;
font-family: DajaVu Sans, Arial;
}

p{font-family: DajaVu Sans, Arial; font-size: .9em;
}
 /*for the font size for the bottom links*/
p.links{font-family: DajaVu Sans, Arial; font-size: .7em;
}
 /*for the font size for under the pictures*/
p.caption{font-family: DajaVu Sans, Arial; font-size: .8em;
}

/*box is for the guide and index pages so they have borders like the three column pages*/
.contentbox{
background-color: tan;
margin-top: 7px;
margin-left: 7px;
margin-right: 7px;
margin-bottom: 7px;
width: 789px;

border-top: 1px solid blue;
border-left: 1px solid blue;
border-right: 1px solid blue;
border-bottom: 1px solid blue;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
}

#maincontainer{
width: 825px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
margin-top: 20px;
border-right: 1px solid blue;
border-left: 1px solid blue;
font-family: DajaVu Sans, Arial;
}

#topsectiontop{
background-color: #ffffff;
height: 40px; /*Height of top section*/
margin-left: 6px;
margin-bottom: -50px;
font-size: 1.1em; font-family: DajaVu Sans, Arial;
line-height: 1.02em;
}

#topsection{
background: #ffffff;
height: 310px; /*Height of top section*/
margin-left: -3px;
margin-bottom: 0px;
font-size: 1.1em; font-family: DajaVu Sans, Arial;
line-height: 1.02em;
}

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

#contentcolumn2{
margin-left: -40px; /*Set left margin to LeftColumnWidth*/
margin-bottom: -9px;/*offsets the contentwrapper showing thru the bottom right corner removes the white from the bottom of the collumns*/

width: 831px;
}

#footer{
clear: left;
width: 100%;
height: 18px;
background: black;
font-family: DajaVu Sans, Arial; font-size: .8em;
color: #FFF;
text-align: center;
padding: 4px 0;
}
