body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.redTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A62238;
}
.redTxtBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A62238;
	margin: 0px;
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #951F39;
}
li {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
}
a:link {
	font-weight: bold;
	color: #A62238;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #A62238;
	text-decoration: none;
}


#contentLeft
{
	width:428px;
	height: 232px;
}

*html #contentLeft
{
	width:280px;
}

#contentRight
{
	width:14px;
	height: 460px;
	float:left;
	margin: 0px;
	padding: 0px;
}

#ScrollBar_Container
{
	width: 14px;
	height: 383px;
	border: solid 1px #4B4B4B;
	background-color: #CDCDCD;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

*html #ScrollBar_Container
{
	width: 14px;
}

#ScrollBar
{
	width: 12px;
	height: 118px;
	background-color: #4B4B4B;
	top:0px;
	position:absolute;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#contentRight img
{
	margin: 0px;	
}
.contentBox {
	width: 330px;
	border: 0px solid #FF0000;
	padding-top: 10px;
}
