html body P {
font-family:"Trebuchet MS", arial, helvetica, sans-serif;
}

body{
	margin-bottom:20px;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background: #C2D5F0;
}

b{font-size: 110%;}
em{color: red;}

#outercontainer{
font-family:"Trebuchet MS", arial, helvetica, sans-serif;
width: 80%;
margin: 0px auto;
clear: both;
background: #EFF3FA;
border-right: 1px solid #333333;
border-left: 1px solid #333333;
border-bottom: 1px solid #333333;
}

#topsection{
background: #ffffff url(../nav/nav-back.gif) repeat-x;
line-height: 1em;
height: 111px; /*Height of top section*/
margin: 0;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-botton: 0px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 10px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 150px;
margin-left: -100%;
}

#rightcolumn{
float: left;
width: 199px; /*Width of right column in pixels*/
margin-left: -200px; /*Set margin to that of -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
color: black;
text-align: center;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.propdesc{
	margin: 10px;
	margin-top: 0;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #333333;
}

hr{
	color: #333333;
	height: 1px;
	width: 90%;

}

.newspad{
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: auto;
	margin-left: 20px;
	font-size: smaller;

}
