body {
  color: #000;
  background-color: rgb(240,240,240);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  
}

html > body {
  font-size: 8.5pt;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 3.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 3.5mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
}


/* ##### Side Bar ##### */
#side-bar {
  width: 200px;
  border-right: 1px solid rgb(153,153,153);
  border-left: 1px solid rgb(153,153,153);
}
#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
  
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 2.5mm;
  padding: 1em 0 0 0;
}


#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}
#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}
#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
 
 
}
#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}
.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}
#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}
.lighterBackground {
  color: inherit;
  background-color: white;
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
  width: 100%;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}
#footer .center {
  text-align: center;
  line-height: 1.45em;
}
#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

/* ##### Other styles ##### */
.featurebox_center
{
	background-color:#fff;
	border:1px solid #DFE8F7;
	/*font-family:verdana, arial, sans-serif;
	font-size:11px;*/
	line-height:18px;
	color:#333;
	/*margin:2px 220px 2px 0;*/
	padding:10px;
	height:auto;
	font:normal 11px Tahoma, Arial, sans-serif;
	margin-left: 5px;
	margin-top: 10px;
}
.normaltext
{font:normal 11px Tahoma, Arial, sans-serif;}
.smalltext
{font:normal 10px Tahoma, Arial, sans-serif;}

/* my css tabber */
#ul_listing_tab
{
	margin-left:0px;
	margin-top: 5px;
	border-bottom:1px solid #778;
	font:bold 11px Verdana, sans-serif;
	padding:3px 0;
}

#ul_listing_tab li a
{
	margin-left:3px;
	border:1px solid #778;
	border-bottom:none;
	background:#DDE;
	text-decoration:none;
	padding:3px .5em;
}
#ul_listing_tab li a:link
{
	color:#448;
}

#ul_listing_tab li a:visited
{
	color:#667;
}

#ul_listing_tab li a:hover
{
	color:#000;
	background:#AAE;
	border-color:#227;
}

#ul_listing_tab li a#current
{
	background:#FFF;
	border-bottom:1px solid #FFF;
}
#ul_listing_tab li
{
	list-style:none;
	display:inline;
	margin:0;
}
/*basic styles*/
.underline
{text-decoration:underline;
}
.bold
{font-weight:bold;
}
.textcenter
{text-align:center;}
.buttonlink
{background-color:#0E4969;
background-image:url("images/button_bg.png");
background-position:center top;
background-repeat:repeat-x;
border:1px solid #105777;
color:#FFFFFF;
cursor:pointer;
display:inline-block;
font-size:11px;
font-weight:normal;
padding:2px 14px;
text-align:center;
text-decoration:none;
vertical-align:middle;}
.splitter {
padding:0 6px;
}

