
body{
margin:0;
padding:0;
line-height: 1.4em;
font-family: Trebuchet MS, Helvetica, sans-serif;
}

em{color: red;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: white;
height: 167px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 5px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 250px; /*Set left margin to LeftColumnWidth*/
border:1px;
}

#leftcolumn{
float: left;
width: 250px; /*Width of left column*/
height: 930px;
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background: #ffff99;
line-height: 1.3em;
}

#leftcolumnshort{
float: left;
width: 250px; /*Width of left column*/
height: 780px;
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background: #ffff99;
line-height: 1.3em;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

h1{
font-family: Times New Roman, Times, serif;
font-size: 1.8em;
font-style: normal;
line-height: 1.0em;
}

h2{
font-family: Georgia, serif;
font-size: 1.0em;
font-style: bold;
}

p.georgia{
font-family: Georgia, serif;
font-size: 1.0em;
}

p.georgiastd{
font-family: Georgia, serif;
font-size: 0.8em;
}

p{
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size: 0.9em;
text-align: justify;
}

p.white{
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size: 0.9em;
color: white;
}

p.whiteleft{
font-family: Trebuchet MS, Helvetica, sans-serif;
font-size: 0.9em;
color: white;
text-align: left;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: black;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: black;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: black;
background: transparent url(blockactive.gif) center center repeat-x;
}

