/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 450px; /*width of menu*/
border: 1px solid #E4C978; /*yellow border*/
border-width: 1px 0;
background: url(images/bg1.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 2px solid #cc9933; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: black !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: white url(images/bg2.jpg) center center repeat-x;
}

#tdCenterColumn {
background-repeat: no-repeat;
background-position: top center;
}



.header {

background-color: #000000;
color: #FFFFFF;
	font-weight: bold;
        font-size: 8pt;
text-align: center;
border: 2px solid #FFFFFF;
}

.trItemRowOdd td {
padding: 4px;
font-size: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #CCCCCC;
}


.trItemRowEven td {
padding: 4px;
font-size: 12px;
font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #CC9900;
}

.address {
        padding-right: 20px;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
        font-size: 8pt;
}