body
{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background: #FFFFF0;
}

b { font-size: 110%; }
em { color: red; }

#topsection
{
	background: #FFFFFF;
	height: 90px; /*Height of top section*/
}

#topsection h1
{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper
{
	float: left;
	width: 80%;
}

#contentcolumn
{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn
{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -80%;
}

.innertube
{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 10px;
}

p.par
{
	font-size: 16px;
	text-align: justify;
}

ul.square
{
	list-style: square inside none;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
}

div.header
{
	font-weight: bold;
	font-size: 18px;
}
div.title
{
	font-size: 48px;
	font-weight: bold;
}

#navsidesubmenu
{
	padding-left: 20px;
	padding-top: 0px;
	width: 110px;
}

#navsidemenu
{
	position: absolute;
	padding-left: 20px;
	padding-top: 75px;
	width: 115px;
	
	background: url("images/post.gif") repeat-y;
	
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}
#navsidemenu a
{
	color: #FF0000;
	display: block;
	height: 29px;
	text-decoration: none;
	background: url("images/rebuttonblank.gif") no-repeat;
	padding-top: 2px;
	padding-right: 5px;
}
#navsidemenu a:hover
{
	background-position: 0 -31px;
	color: #0000FF;
}

#navsidemenu a:visited
{
	color: #800080
}

div img
{
	display: block;
	margin: auto;
}

span
{
	font-style: italic;
}