@charset "utf-8";

a:active, 
a:link, 
a:visited
{
	color: #993333;
	text-decoration: none;
}

a:focus,
a:hover
{
	color: #666666;
	text-decoration: underline
}

body
{
	background: #666666;
	color: #000000;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

caption
{
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

div#body
{
	background-image: url(../images/delheart_bg.png);
	background-position: top;
	background-repeat: repeat-y;
	height: 100%;
	margin: 0px 0px 0px 1px;
	padding: 0px;
}

div#content
{
	margin: 0px 30px 0px 210px;
	padding: 15px;
}

div#container
{
	margin: 0 auto;
	width: 840px;
}

div#footer
{
	background-image: url(../images/grid_footer.png);
	background-repeat: no-repeat;
	height: 30px;
	padding: 15px 45px 45px;
}

div#header
{
	background-image: url(../images/bandogram/heart_header.png);
	background-repeat: no-repeat;
	height: 210px;
}

div#menu
{
	float: left;
	margin: 0px 0px 0px 30px;
	padding: 15px;
	width: 150px;
}

div#menu h3
{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div#menu ul li
{
	list-style-image: url(../images/bandogram/heart_bullet.png);
}

img
{
	border: 0px;
}

img.header
{
	position: relative;
	top: 30px;
	left: 30px;
}

table
{
	border-color: #DD5555;
	border-width: 2px;
}

table#spam tbody tr td
{
	background-image: url(../images/misc/spam_cell_bg.gif);
	font-size: 12px;
	font-weight: bold;
	height: 100px;
	text-align: center;
	width: 150px;
}

td.field
{
	font-weight: bold;
}

tr.title td
{
	background: #999999;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

.bigcaption
{
	font-size: 16px;
	font-style: italic;
	text-align: center;
}

.caption
{
	font-size: 10px;
	font-style: italic;
	text-align: center;
}

.center
{
	text-align: center;
}

.clearfloat
{
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

.floatleft
{
	float: left;
	margin: 15px;
}

.floatright
{
	float: right;
	margin: 15px;
}

.note
{
	font-size: 10px;
}

.title
{
	text-align: center;
	text-decoration: underline;
}