.ppi{
font: bold 13px Calibri;
background: #008800; /*background of menu bar (default state)*/
background-image: url(images/button.gif);
width: 776;
height: 26px;
z-index:100;
}

.ppi ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ppi ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ppi ul li a{
display: block;
background: #008800;; /*background of menu items (default state)*/
background-image: url(images/button.gif);
color: white;
margin-top: 0px;
padding: 5px 8px;
border-right: 0px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .ppi ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ppi ul li a:link, .ppi ul li a:visited{
color: white;
}

.ppi ul li a:hover{
background: black; /*background of menu items during onmouseover (hover state)*/
color: white;
background-image: url(images/buttonover.gif);
}
	
/*1st sub level menu*/
.ppi ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background-image: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ppi ul li ul li{
display: list-item;
float: none;
background-image: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ppi ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ppi ul li ul li a{
font: bold 12px Calibri;
width: 132px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid gray;
background-image: none;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: black;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	width: 777px;
	text-align: left;
	background-color: white;
}

#header{
	background-image:none;
	height: 175px;
	width: 777px;
	left: 0px;
	top: 0px;
}
#content{
	z-index: 1; 
	position: relative;
	width: 777px;
	background-color: #00000;
}
#leftside{
	text-align: left
	margin-left: 250px
	margin-top: 20px	
	background-color: none;
	width: 350px
	height: 500px
}
#leftside h3{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00306f;
	border-right-color: #00306f;
	border-bottom-color: #00306f;
	border-left-color: #00306f;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 35px;	
	margin-top: 35px;	
}

#rightside{
	float: right;
	width: 350px;
	background-color: #FFFFFF;
	margin-right: 20px;
	margin-top: 20px;
	overflow: hidden;
}
#rightside p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 300px;
}
#rightside h1{
	margin: 10px 0px 10px 0px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #033387;
}
#rightside span{
	margin-top: 10px;
	margin-bottom: 4px;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #649721;
}
#rightside a{color: #666666;}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
}
#footer{
	clear: both;
	background-color: #FFFFFF;
	position: relative;
	height: 70px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
}
#footer a{color: #fff;}
#footer a:hover{color: #fff;}
#imagepreloader{
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	width: 0px;
}

/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 320px;
height: 75px;
border: 0px solid black;
padding: 1px;
margin-top: 10px;
background-color: white;
}

#pscroller2{
width: 320px;
height: 15px;
border: 0px solid black;
padding: 1px;
margin-top: 10px;
background-color: white;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
.pagination{
padding: 2px;
margin: 1em 0;
clear: both;
}

.pagination ul{
font: Calibri;
margin: 0;
padding: 0;
text-align: left; /*Set to "left" or "right" to left/right align pagination interface*/
margin-left: 86px;
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-left: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-left: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
font: bold 12px Calibri;
color: #2e6ab1;
}

.pagination a:hover{
border: 1px solid #2b66a5;
color: #000;
font: bold 12px Calibri;
background-color: #FFFF80;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font: bold 12px Calibri;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font: bold 12px Calibri;
}

#dhtmltooltip{
position: absolute;
font: bold 13px Calibri;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/

}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
color: white;
background: black; /*background of Drop Down Panel*/
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;
}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: black url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 1px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background: transparent url(toggleright.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
background-color: navy; /*background of toggle tab onMouseover*/
}

.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

.bulletimagestyle{ /*Absolute position bullet image. No need to modify*/
position: absolute;
left: -200px;
}

.menutitle{
cursor:pointer;
margin-bottom: 0px;
background-color:#ECECFF;
background-image:url(images/column.gif);
border-color:#CCFCCC;
width:200px;
padding:0px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #CCFCCC;;/* */
}

.submenu{
margin-bottom: 0.5em;
}

/* shows a visual seperation */
.dashedline
{
    border-bottom: 1px dashed #DBCE6A;
    padding-top: 10px;
    margin-bottom: 10px;
    clear:right;
}

 .rightblock
{
    border: 0px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    width:500px;
    top: 0px;
    left: 0px;
}

 .rightblock2
{
    border: 0px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
    width:470px;
}

.leftblock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}