/* CSS file by John Sargent / SiteWriters */

html{font-size:100%}
body{font-size:62.5%; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*background-color:#FEE9F2;*/}
td, ul, ol{font-size:1.3em;}
p{font-size:1.3em; padding:5px; margin:0;}

h1{font-size:1.6em; font-weight:bold; color:#900; padding:5px; margin:0;}
h2{font-size:1.5em; font-weight:bold; color:#900; padding:5px; margin:0;}
h3{font-size:1.3em; font-weight:bold; padding:5px; margin:0;}
h4{font-size:1.2em; font-weight:bold; padding:5px; margin:0;}

a:link{color:#900; text-decoration:underline;}
a:visited{color:#900; text-decoration:underline;}
a:hover{color:#900; text-decoration:none;}
a:active{color:#900; text-decoration:underline;}

img{border:none;}

/* Layout Divs */

#page{width:76em; height:auto; margin:0 auto; padding:0; position:relative; clear:both;}

#headerimage{float:left; width:76em; height:50px; text-align:center; padding:25px 0;}

#contentholder{
position:relative; top:2em; clear:both;
width:76em; height:auto; 
margin:0 auto; padding:0;
}

#leftcolumn{float:left;
width:17em; height:auto;
padding:1em 0 6em 0; margin-right:10px;}

#maincontentcolumn{float:left; width:57em; height:auto; margin:0;}

#date{float:right; clear:both; width:76em; height:30px; text-align:right;}

/* Footer and footer IDs start here */

#footer{
width:76em; height:3em; margin:20px auto; position:relative; top:20px; clear:both; text-align:center;
}

#footer p{margin:0; padding:0; font-size:1.2em; font-weight:bold; background-color:#FFF; color:#666;}

#footer a:link{background-color:#FFF; color:#666; text-decoration:none; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
#footer a:visited{background-color:#FFF; color:#666; text-decoration:none; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
#footer a:hover{background-color:#FFF; color:#666; text-decoration:underline; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}
#footer a:active{background-color:#FFF; color:#666; text-decoration:none; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}

#logo{
float:left; margin:1em 1.5em 1em 1.5em; height:7em; width:7em;
}

#credits{
position:relative; top:50px; width:80em; height:auto; clear:both;
margin:20px auto; 
background-color:#FFF; color:#666; 
}

#credits a:link{background-color:#FFF; color:#666; text-decoration:none}
#credits a:visited{background-color:#FFF; color:#666; text-decoration:none}
#credits a:hover{background-color:#FFF; color:#666; text-decoration:underline}
#credits a:active{background-color:#FFF; color:#666; text-decoration:none}
#credits p{padding:5px; margin:0; font-size:1.1em}

/* Footer and footer IDs end here */


.bold{font-weight:bold;}
.nobold{font-weight:normal;}
.italic{font-style:italic;}
.bolditalic{font-weight:bold; font-style:italic;}
.floatright{float:right; width:auto;height:auto; padding:0; margin:0 0 10px 10px;}
