/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
*{
margin:0px;
padding:0px;
font-size:10pt;
/* color:#333333; */
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div#pageWrapper{

width:720px;
margin-left:10px;

}
div#tptNav{
background-color:#eee;
height:118px;
width:720px;
margin-left:10px;
}
div#guideWrapper{

}

/***********************************************/
/* Content                                 */
/***********************************************/
div#content{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-variant: normal;
border:solid 1px #FF0000;
padding-left: 10px;
width:738px;



}

div#content h1{
font-size:1.1em;
font-weight: bold;
}

div#content h2{
font-size:.95em;
font-weight: bold;
}

div#content h3{
font-size:.8em;
font-weight: bold;
}

div#content h4{
font-size:.9em;
font-weight: bold;
margin:10px 0 0 20px;
}

div#content h5{
font-size:.85em;
font-weight: bold;
margin:14px 0 0 20px;
}

div#content p{
/*font-size:.8em;*/
font-weight: normal;
line-height:1.5em;
}


/***********************************************/
/* Masthead                                 */
/***********************************************/
div#newtonMasthead{

height:100px;
width:720px;

}

#newtonLogo{

left:175px;
top:6px;
}
#searchNewton{

left:220px;
top:70px
}

/***********************************************/
/* Footer                                 */
/***********************************************/

div#footer{
width:750px;
background-color:#CA1818;
clear:both;


text-align:center;
font-size:10pt;
}
div#grant{
width:748px;
background-color:#fff;
border-top: 3px solid #CA1818;

align:center;
font-size:12pt;
}
#threemlogo{
float:right;
margin:10px 30px 0 20px;
}

div#footer p{
font-family:Verdana, Arial, san-serif;
font-size:10pt;
font-style: normal;
font-variant: normal;
line-height:1.5em;
letter-spacing:.03em;
color:#000;
padding:10px 30px;
border-left: 3px solid #CA1818;
border-right: 3px solid #CA1818;
}

div#footer #copyright{
text-align:center;

}

div#footer  a:link, div#footer a:visited{
color:#000;
}

.bottomNav {
padding:4px 10px;
display:block;
width:720px;
}
.bottomNav li{
display:inline;
font-size:12pt;
}
.bottomNav li a{
font-family:Verdana, Arial, san-serif;
color:#000;
padding:3px;
margin: 0 2px;
}


