body{padding: 20px;background-color: #DFDFDF; text-align: justify;
    font: 90.01% Arial, Arial, Helvetica, sans-serif}
h1,h2,p{margin: 0 10px}
h1{font-size: 250%;color: #469AE5; padding-left: 15px; padding-bottom: 8px; padding-top: 15px}
h2{font-size: 150%;color: #469AE5; padding-left: 15px}
h8{font-size: 85%;color: #469AE5; padding: 10px}
p{padding: 15px}
h2{padding-top: 0.3em}
div#nifty{
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	width: 915px;
	overflow: auto;
}

b.rtop, b.rbottom{display:block;background: #DFDFDF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


div#nifty1{
	margin-left: 0px;
	background: #DFDFDF;
	width: 250px;
	overflow: auto;
}

b.rtop1, b.rbottom1{display:block;background: #FFF}
b.rtop1 b, b.rbottom1 b{display:block;height: 1px;
    overflow: hidden; background: #DFDFDF}
b.r10{margin: 0 5px}
b.r20{margin: 0 3px}
b.r30{margin: 0 2px}
b.rtop1 b.r40, b.rbottom1 b.r40{margin: 0 1px;height: 2px} 
</style>

.chromestyle{
width: 99%;
font-weight: bold;
}

/*CSS managing the page layout*/

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
