﻿body 
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#CECCC0;
	font-family:Arial;
	font-size:12px;
	behavior: url(../csshover.htc);
}

img
{
	border:0px;
}

#centerContainer
{
	width:952px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	background-image:url(../images/headerBG.jpg);
	background-repeat:no-repeat;
	width:952px;
	height:84px;
}

#logo
{
	height:84px;
	width:207px;
	float:left;
}

#headerSpacer
{
	float:left;
	width:459px;
	height:84px;
}

#headerSearch
{
	float:left;
	height:65px;
	width:286px;
	background-image:url(../images/headerSearch.jpg);
	background-repeat:no-repeat;
}

#headerSearchMenu
{
	padding-left:70px;
	padding-top:25px;
}

.headerSearchBox
{
	background-image:url(../images/searchMenuBG.jpg);
	background-repeat:no-repeat;
	height:18px;
	width:155px;
	border:0px;
	padding-left:2px;
}

#headerText
{
	width:286px;
	height:19px;
	float:left;
	font-family:Verdana;
	font-size:11px;
	color:#666666;
}

#headerText a
{
	color:#666666;
	text-decoration:none;
}

#headerText a:hover
{
	color: #0078C6;
	text-decoration:none;
}

#menu
{
	background-image:url(../images/menuBG.jpg);
	background-repeat:no-repeat;
	width:952px;
	height:30px;
	color:#548E47;
	font-size:12px;
}

#pageContent
{
	background-image:url(../images/contentBG.jpg);
	background-repeat:repeat-y;
	width:952px;
	float:left;
}

#pageContentSpaceing
{
	/*width:946px;*/
	margin-left:5px;
	margin-right:5px;
}

#footer
{
	background-image:url(../images/footerBG.gif);
	background-repeat:no-repeat;
	width:952px;
	height:13px;
	float:left;
}

.tableSelectClass
{
	border-color:#cccccc; 
	border-right-width:1px;
	border-right-style:solid;
}

.tableSelectClass:hover
{
	/*
	background-image:url(../images/tableSelectBG.jpg);
    */
	cursor : pointer;
}


ul
{
	 padding:0px;
	 margin:0px;
}

li
{
	 padding:0px;
	 margin:0px;
}

#menu td ul 
{
    list-style: none;
}

#menu td ul li 
{
    position: relative;
}


#menu td ul ul
{
	position: absolute;
	top:21px;
	left:-5px;  
    list-style: none;
    display: none;
    text-align:left;
    background-color:#ffffff;
    border-color:#E2E2E2;
    border-style:solid;
    border-width:2px;
    border-top-width:0px;
    _left:-15px;  
    
}

#menu td ul ul a 
{
    color: #666666;
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 10px;
    _padding: 0px 5px 5px 10px;
    width: 150px;
    font-size:10px;
}

#menu td ul ul a:hover 
{
    color:#0078C6 ;
    text-decoration: none;
    background: #E5E9EB;
}

#menu td:hover ul ul { display: block; } 
#menu td:hover ul li a{  color:#0078C6 ; }


.coreboxbody {
  background-image: url(../images/core_box_bg.jpg);
  width: 140px;
  padding-left: 20px;
  padding-right: 20px;
  font-size:12px;
}
.coreboxtop {
  background-image: url(../images/core_box_top.jpg);
  height: 22px;
  width: 180px;
}
.coreboxbottom {
  width: 180px;
  background-image: url(../images/core_box_bottom.jpg);
  height: 22px;
}
.coreboxheader {
  width: 180px;
  background-image: url(../images/core_box_bg.jpg);
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  text-align: center;
}

.rightBG
{
	 background-image: url(../images/rightContentBg.jpg);
	 background-repeat:no-repeat;
}



