html
	{
	font-size: x-small;
	}
	
body
	{
	background-color: #fff;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 127%;
	margin: 0;
	padding: 0;
	}

#Body
	{
	margin: 1em auto;
	width: 60em;
	}

#Header
	{
	}

#Sidebar
	{
	float: left;
	width: 12em;
	text-align: center;
	}

#sidebar-logo
	{
	margin-top: -3em;
	}

#sidebar-logo img
	{
	border: none;
	}

h1
	{
	color: #900;
	font-size: 200%;
	margin-top: .5em;
	margin-left: 7em;
	}
	
h2
	{
	border-bottom: .1em solid #ccc;
	color: #069;
	font-size: 140%;
	margin-top: 0;
	}
  
h3
	{
	font-size: 100%;
	margin: 0;
	padding: 0;
	}
  
.portlet, .logged-in-portlet
	{
	margin-bottom: 2em;
	padding: 0px 0px 0px 0px;
	}

.logged-in-portlet
	{
	margin: 0;
	padding: 2em 0 2em 0;
	border-left: 1em solid red;
	border-right: 1em solid red;
	}

.logged-in-box
	{
	border-bottom: 1px dashed red;
	padding: 0.5em 0 0.5em 0;
	}

.portlet h5, .logged-in-portlet h5
	{
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	color: #396;
	font-size: 16px;
	margin-bottom: .5em;
	padding: .5em 0;
	}

.logged-in-portlet h5 { margin: 0; border-bottom: 2px dashed red; border-top: 2px dashed red;}

.portlet ul
	{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.portlet ul li
	{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.portlet ul li a
	{
	color: #555;
 	display: block;
	padding: .2em 0;
	text-decoration: none;
	width: 100%;
	}

.logged-in-portlet a
	{
	display: block;
	color: #555;
	text-decoration: none;
	}

.portlet a:visited {
}

.portlet a:active {
}

.portlet a:hover, .logged-in-portlet a:hover
	{
	background-color: #e5e5e5;
	color: #000;
	text-decoration: underline;
	}

#Content
	{
	line-height: 130%;
	float: right;
	width: 46em;
	text-align: justify;
	}

#Content a,
#Content a:visited,
#Content a:active
	{
	text-decoration: underline;
	color: #555;
	}

#Content a:hover
	{
	color: #000;
	}

#Content .thumb { border: 1px solid #777; margin-bottom: 1em; padding: 0.3em 0.4em 0.3em 0.4em; }
#Content .tright { float: right; margin-left: 1em; }
#Content .tleft { float: left; margin-right: 1em; }
#Content .magnify { display: inline; }
#Content .magnify img { border: none; margin-right: 0.2em; }

#content_left
	{ 
	float: left;
	width: 15em;
	}

#content_right
	{
	float: right;
	width: 18em;
	}

#Footer
	{
	border-top: .1em solid #ccc;
	clear: both;
	color: #999;
	font-size: x-small;
	padding-top: .4em;
	}

#Footer .fright
	{
	float: right;
	text-align: right;
	}

#Footer .fleft
	{
	float: left;
	text-align: left;
	}

#Footer .ffinish
	{
	clear: both;
	color: #ccc;
	text-align: center;
}

#Footer img
	{
	border: none;
	vertical-align: middle;
	}

#Footer a,
#Footer a:visited,
#Footer a:active,
#Footer a:hover
	{
	color: #999;
	text-decoration: none;
	}

abbr,
acronym
	{
	border-bottom: 1px dotted;
	cursor: help;
	}

.printfooter { display: none; }

hr
	{
	background-color: #aaa;
	border: none;
	color: #aaa;
	height: 1px;
	}

#footterms { display: none; }
