/* $Id: content_standard_screen.css 48 2008-11-17 13:18:37Z bums $ */

.standard_main_panel { 
	float:left;
	display:inline;
	font-family:Arial,serif;
	width:600px;
	border:1px solid #DFDFDF;
	margin:10px; 
}

html > body .standard_main_panel {
	float:left;
	display:inline;
	width:598px;
}

.standard_main_panel DIV { 
	text-align:left; 
}

.standard_main_panel .content { 
	float:left;
	display:inline; 
	margin-left:10px; 
	margin-right:10px;
}

.standard_main_panel h1 {
	
}

.standard_main_panel .csc-header h1 {
	font-size:1.46em; 
	font-weight:normal;	
	margin-bottom:10px;
}

.standard_main_panel .csc-textpic .csc-textpic-caption {
	font-family:Arial,serif;
	/* padding-top:8px;
	padding-bottom:8px; */
	font-weight:bold;
	line-height:1.40em;
}

.standard_main_panel .csc-header-n1 {
	margin-top:20px;
}

ul.bulletlist {
	list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;	 
} 

.bulletlist li {
	background: url(../images/divider.gif) no-repeat scroll 0 0;
    padding-left:10px;
}

li.listdivider  {	 
    background: url(../images/divider.gif) no-repeat scroll 0 0;
    padding-left:10px;
}


ul.bulletlist_normal {
	list-style: none; 
	margin-left: 0;
	padding-left: 0.6em;
	text-indent: -0.60em;
}

ul.bulletlist_normal li:before {
    background: none;
	content: "\007C \0020";
}

