/* ******************************************************** CONTENT ******************************************************** */

div#main
{
	width: 957px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -478px;
	
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: left;
}

div#contentContentHeightDummyVertical
{
	 height: 440px;
	 float: right;
	 width:1px;
}

div#contentContentHeightDummyHorizontal
{
	clear: both;
	height: 1px;
	overflow: hidden;
}

div#bottom
{
	width: 957px;
	height: 75px;
	float: left;
	clear: both;

	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#head
{
	width: 957px;
	height: 138px;
	float: left;
	clear: both;
	
	background-image: url(../images/bg_head.gif);
	background-repeat: no-repeat;
	background-position: left;
}

div#middle
{
	width: 957px;
	clear: both;
	float: left;
}

div#navigation
{
	width: 311px;
	/* height: 467px; */
	float: left;

	background-image: url(../images/bg_navi.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#content
{
	width: 646px;
	/* height: 467px; */
	float: left;
	padding: 25px 0px 0px 0px;

	background-image: url(../images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div.contentRow
{
	width: 645px;
}

div.contentRowLeft
{
	clear: left;
	width: 125px;
	float: left;
}

div.contentRowRight
{
	width: 384px;
	float: left;
	padding-bottom: 25px;
}

div.contentRow div.contentRowLeft div.digits
{
	padding: 7px 25px 0px 0px;
}

div.contentRow div.contentRowLeft div.digits img
{
	float: right;
	margin: 0px;
	padding: 0px;
}

img.references
{
	margin: 0px 25px 30px 0px;
}

div.contentRowRight div.contentRowRight_Left
{
	width: 145px;
	float: left;
}

div.contentRowRight div.contentRowRight_Right
{
	width: 239px;
	float: left;
}

ul.content
{
	border: 0px;
	margin: 0px;
	padding: 0px 0px 0px 14px;

}

ul.content li
{
	border: 0px;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 5px;
	list-style-image: url(../images/bg_li.gif);
	/* list-style-type: square; */
}

div.frame_references_left
{
	width: 190px;
	height: 90px;
	float: left;
	background-image: url(../images/bg_references_left.gif);
	background-repeat: no-repeat;
	background-position: top;	
	text-align: center;
}

div.frame_references_right
{
	width: 190px;
	height: 90px;
	float: left;
	background-image: url(../images/bg_references_right.gif);
	background-repeat: no-repeat;
	background-position: top;	
	text-align: center;
}

div.frame_references_bottom
{
	width: 380px;
	height: 10px;
	float: left;
	background-image: url(../images/bg_references_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;	
	text-align: center;
}



/* ******************************************************** COMMON ******************************************************** */

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/* Text Attributes */
	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: #273930;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

td
{
	padding: 0px 15px 0px 0px;
	vertical-align: top;
	/* Text Attributes */
	font-family: Arial,sans-serif;
	font-size: 8pt;
	color: #273930;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
}

img
{
	border: 0px;
}

a
{
	color: #72773C;
	text-decoration: underline;
}

b
{
	font-weight: bold;
	color: #72773C;
}


/* ******************************************************** FORMS ******************************************************** */

form
{
	margin: 0px;
	padding: 0px;
	border: 0;
}

input.textfield
{
	width: 265px;
	height: 12px;
	margin-bottom: 3px;
	padding: 2px;
	
	border-color: #D9DBC7;
	background-color: #EDF0DD;
	border-width: 1px;
	border-style: solid;
	
	/* Text Attributes */
	font-family: Verdana,Arial,sans-serif;
	font-size: 7pt;
	color: #273930;
}


textarea
{
	width: 265px;
	height: 80px;
	padding: 2px;
	
	border-color: #D9DBC7;
	background-color: #EDF0DD;
	border-width: 1px;
	border-style: solid;

	/* Text Attributes */
	font-family: Verdana,Arial,sans-serif;
	font-size: 7pt;
	color: #273930;
}
