body
{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}

#visiToggle
{
	width: 1px;
	height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

#container
{
	width:995px;
	height:670px;
}


#mainHeader
{
	background-image:url(../_img/logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:100px;
	border-bottom:solid 1px #00aa8a;
}

#sectionHeader
{
	width: 516px;
	height:60px;
	position: absolute;
	left: 470px;
	top: 2px;
	text-align:right;
	line-height: 20px;
	color: #999;
}

#sectionHeader a
{ text-decoration: none; }

#caseTitle
{
	background-image:url(../_img/bluecurve.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color: #dfebf3;
	font-weight:bold;
	height:25px;
	width: 865px;
	position:absolute;
	top: 75px;
	left: 110px;
	line-height:25px;
	vertical-align: center;
	padding-left: 20px;
	
	left: expression("130px");
	top: expression("74px");
}

#content
{
	background-color: #dfebf3;
	border-bottom:solid 1px #00aa8a;
	height:528px;
	padding-left:20px;
	overflow:auto;
	
	height:expression('531px');
}

#footer
{
	height:40px;
	background-color: #dfebf3;
	line-height:30px;
	font-size:small;
}

#designFooter
{
	float:left;
	padding-left:15px;
}

#copyFooter
{
	float:right;
	padding-right:15px;
}

#riaLogo
{
	width: 35px;
	height: 35px;
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
}

.errors
{
	color:red;
}

#addCase
{
	width: 600px;
}

#addCase td
{
vertical-align:top;
}

#addCase textarea, #editCase textarea
{ width: 400px; }

p
{ margin-top:0; }

h1
{
	font-family:Arial, Helvetica, sans-serif;
	color: #0365A9;
	margin-bottom:0px;
	font-size: 18px;
}

h3
{
	font-family:Arial, Helvetica, sans-serif;
	color: #0365A9;
	margin-bottom:0px;
	font-size: 15px;
}