body {
	/*background-color: #cccccc;*/
	background-image: url('../images/PageBg.gif');
}

.yui-t7 {
	background-color: white;
	
}


h1 {
        color: #00274F;
		font-size: 250%; 
		font-weight:bold;
		padding-left: 5px;
}

.logo {
		padding: 20px; 
}

h2 {
	  color: #00274F;
	  font-size: 130%;  
	  padding-top: 10px;
	  padding-left: 10px;
	  padding-bottom: 5px;
}

h3{
	color: #00274F;
	  font-size: 100%;
	  padding-top: 10px;
	  padding-left: 5px;
	  padding-bottom: 5px;
}

.scrollClass {
    text-align:center;
}

#hd {
	
}

#dl_logo {	
		float:left;
		padding: 10px;
}

#dl_quickmenu {
	   float:right;
	    padding-top: 18px;
		padding-right: 5px;
	
}


#dl_quickmenu a {
	 color: #00274F;
     text-decoration: none;
}

#dl_quickmenu a:hover {
	color: #cccccc;
}

#dl_menuholder {
	      float:left;
		  width: 180px; 
}

#dl_menu {
	
		
	    /*font-weight: bold;*/
		color: #333;
		padding-left: 5px;
	/*	border-right: 1px solid #666;*/
		
}
#dl_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#dl_menu ul li {
	margin: 0;
	/*border-top: 1px solid #003;*/
	
}
#dl_menu ul li a {
		display: block;
		padding: 2px 2px 2px 0.5em;
		padding-top: 4px;
		padding-bottom: 0px;
		/*border-left: 1px solid #369;
		border-right: 1px solid #69c;
		border-bottom: 1px solid #368;
		background-color: #CAE4FF; */
		background-image: url('../images/l1.jpg');
		color: #00274F;
		text-decoration:none;	
		height: 20px;			
		border-bottom: 1px solid #cccccc;
}
 
#dl_menu ul li a:hover {
	/*border-left: 1px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #cccccc;*/
	padding: 2px 2px 2px 1em;
		padding-top: 4px;
		padding-bottom: 0px;
	/*color: #fff;*/
}



#dl_image {
	  background-image: url('../images/fl_.jpg');
	  background-repeat: no-repeat;
      float:right;
	  width: 560px;
}

#dl_image_line1 {
	  margin-left: 70px;
        margin-top:  20px;
        font-size: 167%;
        color: white;
}

#dl_image_line2 {
	    margin-left: 120px;
        margin-top:  1px;
        font-size: 245%;
        color: white;
}


#dl_image_line3 {
	    margin-left: 15px;
        margin-top:  10px;
        font-size: 110%;
        color: white;
	
}

#dl_image_line4 {
	    margin-left: 30px;
        margin-top:  2px;
        font-size: 110%;
        color: white;
		
}

#dl_image_line5 {
	    margin-left: 40px;
        margin-top:  2px;
        font-size: 110%;
        color: white;
	
}

#dl_image_line6 {
	    margin-left: 50px;
        margin-top:  2px;
        font-size: 110%;
        color: white;
		
}

#dl_clear {
	clear: both;
}

#dl_content {
  
}

#dl_form {
	padding: 20px;
}

#dl_form table {
	padding: 30px;
}

#dl_content p {
		padding: 10px;
}
.dl_middle_img {
	margin-left: 20px;
}
.dl_middle_img_desktop {
	margin-left: 200px;
}


#dl_splitcontent {
	font-size:100%;
	border-top: 1px solid #cccccc;
	margin-right: 5px;
	margin-left: 5px;
	
	
}
#dl_splitcontent p {
		padding: 3px;
}


#dl_splitcontent_left {
	float: left;
	width: 450px;
	border-right: 1px solid #cccccc;
	margin-bottom: 5px;
	margin-top: 5px;
}

#dl_splitcontent_right {
	width: 280px;
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
}

.dl_title {
	margin-top: 5px;
	margin-bottom: 5px;
}


#dl_footer {

        float:left;
        width:750px;
        height:85px;
        background:#CAE4FF ;
		font-size: 90%;
		
}

.dl_footer_links {
		padding: 20px;
		float:right;
}

.dl_footer_links a {
	 color: #00274F;
     text-decoration: none;
}

.dl_footer_links a:hover {
	color: white;
}

.dl_footer_copy {
		padding: 20px;
		float:left;
}

#dl_list{
    margin-left:30px;
}


/*********************/
/** <Report styles> **/
table.iconreport {
        border: 0;
        margin: 10px;
}
/* Row name formatting */
table.iconreport th{
   
    color: #0066FF;
    background-color: #CCCCCC;
}
table.iconreport td{
  
    color: #000000;
        text-align: center;
}
