<style type="text/css">
html {
	margin: 0;
	padding: 0;
	}

body{
font: 75% georgia, sans-serif;
line-height: 1.88889;
color: #000000;
p {text-indent: 1cm}
margin:0;
padding:0;
line-height: 1.5em;
background: #89960a;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 970px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #89960a;
}

#topsection{
float: left;
width: 970px;
height: 239px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
width: 680px;
margin-left: 10px; /*Set left margin to LeftColumnWidth*/
}

#rightcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -280px; /*Set left margin to -(MainContainerWidth)*/
}

div.transbox
{
  width: 240px;
  margin: 0px 5px;
  padding: 5px 5px 5px 5px;
  background-color: #ffffff;
  border: 1px solid black;
  filter:alpha(opacity=80);
  opacity:0.6;
}
div.transbox p
{
  margin: 30px 5px;
  font-weight: bold;
  color: #000000;

}

#footer{
clear: left;
width: 970px;
height: 200px;
color: #ffffff;
text-align: right;
padding: 2px 0;
background-image: url('images/footerimage.jpg') ;
}

#footer a{
color: #ffffff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

h3 {
letter-spacing: 0.1cm;
text-decoration: bold;
}

h4 {
letter-spacing: 0.3cm;
text-decoration: overline;
}

#quickSummary {
	clear:both; 
	margin: 5px 15px 5px 5px; 
	width: 150px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
color: #eaecda;
	}

a:link { font-family: georgia; verdana; arial; font-size: 10pt; color: #000000; text-decoration: underline}
a:visited { font-family: georgia; verdana; arial; font-size: 10pt; color: #000000; text-decoration: none}
a:hover { font-family: georgia; verdana; arial; font-size: 10pt; color: #000000; text-decoration: none}
a:active { font-family: georgia; verdana; arial; font-size: 10pt; color: #000000; text-decoration: underline}

ul.square {list-style-type: square}

div.img
{
  margin: 5px;
  border: 1px solid #CFD49D;
  height: auto;
  width: auto;
  float: left;
  text-align: left;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #CFD49D;}
div.desc
{
  text-align: left;
  font-weight: normal;
  width: 500px;
  margin: 2px;
padding: 2px 5px;
}


</style>
