/* HTML Elements */
html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
*, td
{
	font-family: Verdana;
	font-size: 8pt;
}
td
{
	vertical-align: top;
}
h1, h2, h3 { color: #057c4e; }
h1
{
	font-size: 12pt;
	background-image: url(/images/h1-background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 23px;
}
h2 { font-size: 10pt; }
h3 { font-size: 8pt; }

/* Layout Elements */
#outer-container
{
}
#left-edge
{
	background-image: url(/images/left-edge.jpg);
	background-repeat: repeat-y;
	width: 20px;
}
#right-edge
{
	background-image: url(/images/right-edge.jpg);
	background-repeat: repeat-y;
	width: 14px;
}
#container
{
	width: 800px;
}
	/* Header Elements */
#header
{
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#header-topright
{
	height: 41px;
}
#nav-container
{
	height: 44px;
}
	/* Page body elements */
#content
{
	width: 800px;
}
#left-column
{
	width: 145px;
}
		/* Left boxes */
#left-column label
{
	font-size: 10px;
	color: #fff;
}
.leftbox-content
{
	margin: 0px 10px 0px 10px;
	padding: 0px;
}
#left-column .lefttext
{
	width: 100px;
	font-size: 11px;
	border: 1px solid #000;
}
.leftbox
{
	background-image: url(/images/leftbox-background.jpg);
	background-repeat: repeat-x;
	min-height: 145px;
}
.leftbox-title
{
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0px 10px 0px 10px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px solid #fff;

}
#left-nav
{
	list-style: none;
	margin: 14px 0px 0px 0px;
	padding: 0px;
}
#left-nav a
{
	color: #fff;
}
	/* Content area */
#content-column
{
	padding: 0px 15px 10px 15px;
}
#footer
{
	text-align: center;
	font-size: 8pt;
	width: 800px;
}

/* IBP page - sliders, etc */
h2.sliderHeader
{
	text-decoration: underline;
	color: blue;
	cursor: pointer;
	font-size: 8pt;
}

/* Misc. classes */
.center { text-align: center; }
.right { float: right; }
.big-red
{
	font-size: 11pt;
	font-weight: bold;
	color: red;
}
.red { color: red; }
.big-blue
{
	font-size: 11pt;
	font-weight: bold;
	color: blue;
}
.big-green
{
	font-size: 11pt;
	font-weight: bold;
	color: green;
}
.blue { color: blue; }

