/* topcontent is where the top navigation sits */
#topcontent {
	text-align: left;
	font: bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	}

/* Top Navigation bar components */

table#nav	{
	border-bottom: 1px solid #03c;
	border-left: 1px solid #03c;
	}

table#nav td	{
	font: 12px/20px verdana, arial, sans-serif;
	color: #03c;
	text-align: center;
	border-right: 1px solid #03c;
	border-top: 1px solid #03c;
	background: #ccc;
	}

table#nav td a	{
	font-weight: normal;
	color: #03c;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}

table#nav td a:hover {
	color: #c00;
}

/* Left Navigation bar components */

table#lftnav	{
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	}

table#lftnav td	{
	font: 12px/20px verdana, arial, sans-serif;
	text-align: left;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	padding-left: 20px;
	/*ackground: url(../images/sidenavdots.gif) repeat-y;
	list-style: url(../images/lftnav_arrow.gif);*/
	}

table#lftnav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}


table#submenu	{
	border-bottom: 0px solid #666;
	border-left: 0px solid #666;
	}

table#submenu td	{
	font: 12px/12px verdana, arial, sans-serif;
	text-align: left;
	border-right: 0px solid #000;
	border-top: 0px solid #000;
	padding-left: 0px;
	}

table#submenu td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}


/* centercontent is the main content area */
#centercontent {
	clear: left;
	position: absolute;
	width: 580px;
	left: 200px;
	top: 170px;
}

/* leftcontent is where the left navigation sits */
#leftcontent {
	position: absolute;
	top:170px;
	width:175px;
	left: 0px;
}

/* scroller is where the dynamic scroller sits */
#scroller {
	float: right;
	width:175px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* imgbox controls the appearance of images. The actual images should be 210 px wide */

#imgboxleft {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	width: 220px;
	border: 1px solid #060;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}

#imgboxright {
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	width: 220px;
	border: 1px solid #060;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	text-align: center;
}

/* This controls the appearance of anchor links */
a {
	text-decoration: none;
	color: #03c;
}

/* This is a CSS rollover */
a:hover {
	color: #c00;
}

p, ul, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #03c;
	line-height: 20px;
	background: #ccc url(images/title_graphic.gif) no-repeat;
	text-indent: 20px;
	border-bottom: 1px dotted #03c;
}

body {
	background: #fff url(../images/obgc_hd_v3.jpg) no-repeat;
}

.scrollertile {
	background: url(images/scrl_bx_brd_mid.gif) repeat-y;
}

.scrollertile1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	}