/*******************************************************
* GLOBAL BROWSERINDEPENDENT STYLES
*/

HTML
{
	height: 101%;
}

BODY
{
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0px;
	text-align: center;
}

DIV
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 160%;
	border-width: 0px;
}

/*******************************************************
* PAGE PARTS
*/
DIV.page
{
	background-color: #FFFFFF;
	position: absolute;
	height: 560px;
	width: 751px;
	top: 30px;
	left: 50%;
	margin: 0px 0px 0px -375px;
	padding: 0px;
	text-align: left;
	z-index: 1;
}

DIV.head
{
	width: 751px;
	background-color: #FF8C04;
	text-align: left;
}

DIV.body_top
{
	width: 751px;
	min-height: 525px;
	background-color: #FFFFFF;
	text-align: left;
}

DIV.body_bottom
{
	width: 751px;
	background-color: #FFFFFF;
	text-align: left;
}

DIV.head_cont_dist
{
	background-color: #FFFFFF;
	height: 18px;
	font-size: 3px;
}

/*******************************************************
* NAVIGATION
*/

ul.nav_main
{
	background-color: #FFFFFF;
	width: 200px;
	text-align: left;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul.nav_main a {
	text-decoration: none;
}

ul.nav_main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.nav_side
{
	clear: both;
	background-color: #FFFFFF;
	width: 200px;
	float: left;
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}


li.nav_l3_bullet
{
	width: 170px;
	padding: 5px 0 5px 10px;
	margin-left: 15px;
	text-decoration: none;
	list-style-type: disc;
	list-style-position: outside;
}

a.nav_l1_unsel
{
	color : #000000;
	text-decoration: none;
}

a.nav_l1_sel
{
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

a.nav_l2_unsel
{
	color : #000000;
	text-decoration: none;
}

a.nav_l2_sel
{
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

a.nav_l3_bullet_unsel
{
	padding-top: 0px;
	padding-bottom: 0px;
	color : #000000;
	text-decoration: none;
	list-style-position: outside;
	text-align: left;

}

a.nav_l3_bullet_sel
{
	padding-top: 0px;
	padding-bottom: 0px;
	color : #000000;
	text-decoration: none;
	list-style-position: outside;
	text-align: left;
	font-weight: bold;
}

li.nav_item_l1
{
	width: 196px;
	margin-bottom: 8px;
}

li.nav_item_l1 a.nav_l1_unsel, li.nav_item_l1 a.nav_l1_sel {
	background-color: #FF8C04;
	display: block;	
	padding: 4px;
}

li.nav_item_l2
{
	width: 190px;
	padding: 5px 5px 5px 5px;
}

li.nav_item_l2 a {
	background-color: #ffffff;
}

DIV.nav_item_dist
{
	width: 200px;
	height: 8px;
	font-size: 3px;
}

/*******************************************************
* CONTENT
*/
DIV.content
{
	width: 485px;
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	margin-left: 38px;
}

DIV.content h1 {
	color: #FF8C04;
	line-height: 1.3em;
}


DIV.cont_border_top
{
	background-color: #FFFFFF;
	text-align: left;
}

DIV.cont_border_bottom
{
	background-color: #FFFFFF;
	text-align: left;
}

DIV.cont_border_left
{
	background-color: #FFFFFF;
	float: left;
	text-align: left;
	margin-left: 5px;
}

DIV.cont_border_right
{
	background-color: #FFFFFF;
	float: left;
	text-align: right;
}

IMG.logo_pic_1
{
	margin-left: 24px;
	margin-top: 8px;
	margin-bottom: 7px;
	text-align: left;
}

IMG.logo_pic_2
{
	margin-left: 24px;
	margin-top: 8px;
	margin-bottom: 7px;
	text-align : left;
}

div.csc-header, csc-header-n1
{
	width: 482px;
	margin-bottom: 0px;
}

h1.csc-firstHeader
{
	width: 482px;
	color: #000000;
	text-align: left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 160%;
}

P.bodytext
{
	width: 482px;
	color: #000000;
	text-align: left;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 160%;
}

ul
{
	margin-top: 6px;
}

A
{
	color: #000000;
}

/*******************************************************
* PAGE BROWSER EXTENSION
*/
.tx-cccbrowse-pi1-browsebox
{
	clear: both;
}

.tx-cccbrowse-pi1-browsebox TABLE
{
	margin-top: 2px;
	margin-left: auto;
	margin-right: 10px;
	text-align: right;
}

.tx-cccbrowse-pi1-browsebox TABLE TD
{
	margin: 2px;
	border: 0px;
	padding-bottom:0px;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px;
	background:#FFFFFF;
}

.tx-cccbrowse-pi1-browsebox TABLE TD P
{
	color: #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 160%;
}

.tx-cccbrowse-pi1-browsebox TABLE TD P A 
{
	font-weight: normal;
	text-decoration: underline;
}

.tx-cccbrowse-pi1-browsebox-SCell P A
{
	color: black;
	text-decoration: none;
}