body
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: arial, helvetica, sans-serif;
	background-color: #ff0000;
	color: #333;
}

td.red {
	background-color: #ff0000;
}

img.topleft {
	position:absolute;
	left:0px;
	top: 0px;
}

div.main {
	position:absolute;
	left: 250px;
	top:  0px;
	width: 545px;
	background-color: white;
	border-left-color: black;
	border-left-width: 2px;
	border-left-style: solid;
		border-bottom-color: black;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding: 10px;
}

.sidebar
{
	width: 250px;
	height: 100%;
	margin-top:  270px;
	background-color: #FF0000;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

.thinline
{
	width:	12px;
	height: 100%;
	background-color: black;
	background-repeat: no-repeat;
 	list-style: none;
}

.sidebar li
{
	padding-left: 0px;
	background-repeat: no-repeat;
	font-size: 120%;
	background-position: 0 50%;
}

.maintext
{	margin-left: 300px;
}

.mainmenu
{
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
}

.mainmenu li
{
	padding-left: 10px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

h3
{
	font-size: 110%;
	margin-left: 0px;
	color: #666;
	background-color: transparent;
	width: 25em;
}

.sidebar A:link
{
	text-decoration: none;
	color: #333;
}

.sidebar A:visited
{
	text-decoration: none;
	color: #333;
}

.sidebar A:hover
{
	text-decoration: underline;
	color: #333;
}

.sidebar A:active
{
	text-decoration: none;
	color: #333;
}

