body
{
	text-align:center;
	margin-top: 40px;
	background: #555; /*firefox, no images*/
	background-image: url('frame/black.gif');
	font-family: Verdana;
	font-size: 70%;
}

.content
{
	margin: auto;
	padding: 0;
	text-align: left;
	width:755px;
}

/*remove space between text and sig*/
p 
{
		margin-top: 20px;
		margin-bottom: 0;
}

.sig
{
	text-align: right;
	font-style: italic;
}

ul#mouseovers li
{
	display: inline;
}

ul#mouseovers
{
	padding: 0;
	margin: 0;
}

div.leftcol
{
	width: 340px;
	margin-top: 35px;
	float: left;
	text-align: center;
	color: #fff;	
	/*border: thin solid #ff0000;*/
}

div.lefttext
{
	width: 300px;
	padding: 10px;
	margin: auto;
	color: #fff;
	/*border-bottom: thin solid #ff0000;
	border-top: thin solid #ff0000;*/
}

div.rightcol
{
	width: 415px;
	margin-bottom: 20px;
	float: right;
	padding: 0;
	margin-top: 20px;
	text-align:center;
	/*border: thin solid #ff0000;*/
}

div.righttop
{
	width: 100%;
	height: 42px;
	background-image: url('frame/texttopborder.jpg');
}

div.rightbottom
{
	width: 100%;
	height: 42px;
	background-image: url('frame/textbottomborder.jpg');
}

div.rightcontainer
{
	width: 100%;
	text-align: left;
	background: #ebebeb;
	background-image: url('frame/textbg.jpg');
	/*border: thin solid #ff0000;*/
	line-height: 150%;
}

/*for firefox*/
div.righttext
{
	padding: 15px;
}

.heading
{
	color: #cc0000;
	font-size: 130%;
	font-weight: bold;
}

.subheading
{
	font-weight: bold;
}

a
{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

a:visited
{
	text-decoration: underline;
	color: #000;
}

a:hover
{
	text-decoration: underline;
	color: #ff0000;
}

.error
{
	color: #ff0000;
}

.superuser
{
	color: #ff0000;
}

.currentpage
{
	color: #cc0000;
	font-size: 13px;
	font-weight: bold;
}

/*hr-image hack from http://www.sovavsiti.cz/css/hr.html*/
div.hr
{
	margin-top: 20px;
	height: 13px;
	background-image: url('frame/hr.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.hr hr
{
	display: none;
}

div.hr_white
{
	margin-top: 20px;
	height: 9px;
	background-image: url('frame/hr2.gif');
	background-repeat: no-repeat;
	background-position: center;
}
div.hr_white hr
{
	display: none;
}

.formtext
{
	border: thin solid #000;
	background: #ebebeb;
	font-family: Verdana;
	background: #ebebeb;
}

.formbutton
{
	border: thin solid #fff;
	font-weight: bold;
	background: #888;
	color: #fff;
	font-family: Verdana;	
	padding: 2px;
}
