body{
	margin-left: 10%;
	margin-right: 10%;
	background: white;
   line-height: 1.5em;
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;

 
}

b{font-size: 110%;}

em{color: red;}


#topsection{
background: #EAEAEA;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
background: lightsteelblue;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.leftinnertube{
margin: 1px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


p { padding: .5em; border-bottom: 1 }

h1 { font-weight: bold; font-size: 24pt; font-variant: small-caps }
h2 { font-size: 16pt }
h3 { font-size: 14pt }
pre { font-family: monospace; }


/* for unvisited links */
:link { color: rgb(0, 0, 153) }

/* for visited links */
:visited { color: rgb(153, 0, 153) }

/* when link is clicked */
:active { color: rgb(255, 0, 102) }

/* when mouse is over link */
:hover { color: rgb(0, 96, 255); background: rgb(192,192,192) } 





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 300px; /* container width*/
background: transparent url(bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

</style>

<![endif]>

