/* CSS Document */

.print
{
display:none;
}


/* general */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 5px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 11px;
	/*/*//*/ font-size: 13px; /* note: this rule applies only to NS4 */
	color: #000000;
}


h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	color: #000066;
}

h1 {
	font-size: 13px;
	/*/*//*/ font-size: 10px; /* note: this rule applies only to NS4 */
	margin-left: 20px;
	margin-top: 10px;
}

h2, h3 {
	font-size: 13px;
}

h4, h5, h6 {
	font-size: 12px;
}

ul {
	list-style-image: url(../../images/bullet.gif);
	margin-left:50px;
}

a {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #F68735;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #F68735;
	text-decoration: underline;
	font-weight: bold;
}

#wrapper {
width: 610px;
margin-left: 10px;
text-align:left;
display:block;
}

#top_logo {
	margin: 12px 3px 17px 20px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #000066;
}

#leftcol
{
	float: left;
	width: 160px;
}

#content 
{	margin: 15px 185px 0 20px;
	width:380px;
}

#section_title 
{
	margin: 15px 185px 0 20px;
	width:380px;
}

#section_title_line 
{
	margin: 0 185px 0 20px;
	width:380px;
}

#section_subtitle 
{
	
	width:380px;
	background-image:url(../../images/banner_subsection_bg.jpg);
	background-repeat:no-repeat;
	height:51px;
}

#section_subtitle p
{
	padding:20px 230px 0 15px ;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	
}

#rightcol
{
  float:right;
  width: 175px;
}

.right_box
{
	border-bottom: 1px solid #9FA7B4;
	padding-bottom:15px;
	margin-bottom:20px;
	background-image:url(../../images/sidebar_tile.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.right_box p
{
padding: 5px 3px 5px 5px;
}


.clearit{
clear: both;
}

.leftimage{
float: left;
margin: 0 10px 20px 0;
}

.rightimage{
float: right;
margin: 0 0 20px 10px;
}

/* search */

#search {
	padding: 9px 0 10px 0;
	width:160px;
	background-image:url(../../images/search_tile.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	color: #000066;
	font-weight: bold;
}


#search input
{
width:85px;
margin: 0 0 10px 0;
}

#search img
{
padding:0 0 7px 0;
}


/* -------------------------------------------------------------------- */
#print_link p 
{	
	padding: 0;
	text-align:center;
	
}

/*end general */

/*footer */
/* CSS Document */
#footer{
text-align:left;
margin-top:10px;
padding-top:20px;
}

#footer p, #footer a {
padding: 3px;
color:#171717;
}

#footer ul {
padding: 3px 0px 2px 0px;
margin: 0;
}

#footer ul li {
display:inline; 
padding: 0px 0px 0px 1px;
}

#footer ul li a {
color: #000066;
font-weight:bold;
text-decoration: none;
padding: 1px 0px 2px 0px;
margin: 0px;
border: 0px solid #333333;
}

#footer ul li a:hover, #nav_left ul li a:focus {
text-decoration:underline;
}

#footer #note {
text-align:justify;
margin-left:60px;
}

/* end footer */

/* crumb trail */

#crumb {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	/*/*//*/ font-size: 12px; /* note: this rule applies only to NS4 */
	margin: 0 185px 0 20px;
	width:380px;
}

#crumb ul {
	margin-left:0px; 
	padding-left:0;
}

#crumb ul li {
	display:inline;
}

#crumb ul li a, #crumb a {
	color: #000066;
	text-decoration: none;
	font-weight: normal;
	text-decoration:none;

}

 #crumb ul li a {
	background-image: url(../../images/list_arrowwhite.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 0 12px;
	margin-left:5px;
}


#crumb  a:hover, #crumb  a:active {
	color: #FF6821;
	text-decoration: none;
	font-weight: normal;
}
#crumb  #home_crumb li,#crumb  #home_crumb a
{
background-image:none;
padding:0;
margin:0;
}
/* -------------------------------------------------------------------- */
