/* CSS Document */

<!--
body {
	background-color: #EADDCA;
	margin: 0;
	background-image: url(images/left_tear.gif);
	background-repeat: repeat-y;
}
img
{
	border: 0px;
}
#container
{
	width: 750px;
	height: 600px;
	background-repeat: no-repeat;
	border-top: 1px solid #EADDCA;
}


p, ul, th, td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container p
{
	margin: 30px 0 10px 0;
	line-height: 20px;
}



.panel
{
	width: 400px;
	margin: 10px 0 0 70px;
}

th
{
	color: #CB222A;
	font-weight: bold;
	text-align:left;
	padding: 5px 0 5px 0;
}
td
{
	font-weight: bold;
	padding: 5px;
}
caption
{
	display: none;
}

a:link, a:visited
{
	text-decoration:underline;
	color: #000;
}
a
{
	/*font-weight: bold;*/
}
a:hover, a:active
{
	text-decoration: none;
	color: #CB222A;
}

ul
{
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	padding: 0 0 0 20px;
	margin: 0px;
}

li
{
	font-style: italic;
	margin: 20px 0 20px 0;
}

.highlight
{
	color: #CB222A;
}
.wrapper
{
	/* Hack for IE6 double margin bug */
	float: left;
}
table
{
	margin: 20px 0 0 0;
}

#header
{
	float: left;
	width: 375px;
	text-align: left;
	padding: 20px 0 0 70px;
}
#nav
{
	float: left;
	width: 220px;
	text-align: right;
}
#nav img
{
	display: block;
	float: left;
	padding: 20px 0 0 0px;
}
-->