body
{
    background-position: #A5B97E;
    margin: 0;
    padding: 0;
    line-height: normal;
    background: #A5B97E;
    font-family: Arial, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#contentwrapper{
width: 100%;
}

#contentcolumn{
margin-left: 50px;
}

#footer
{
    font-size: small;
clear: left;
width: 100%;
background: #115ea6;
text-align: center;
padding: 4px 0;
}

#footer a{
color: white;
}
#blockquote
{
	margin-bottom: 2em;
}

#blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}
h3
{
    top: 10px;
    position: relative;
}

#box-table
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}
#box-table th
{
	font-size: 1.2em;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe;
	border-top: 4px solid #aabcfe;
	border-bottom: 1px solid #fff;
	color: #039;
}
#box-table td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table tr:hover td
{
	background: #d0dafd;
	color: #339;
}