/* CSS definition file containing sitestyle stylesheets */

#main {

/*	border-bottom: 2px solid maroon;*/
} 

#leftCopyright{
/*	border-right: 2px solid maroon;*/
}

#leftMenu{
/*	border-right: 2px solid maroon;*/
}

.jointext{
	color: white;
}

#whentouseTable{
/*	border: 1px solid maroon;*/
}

.siteImages{
/*	border: 1px solid maroon;
	border-cell:  1px solid maroon;*/
}

.mainSection {
	padding-top: 10px;
  	padding-right: 10px;
	padding-left: 5px;
	valign: top;/*
	border-right: 2px solid maroon;*/
   
}


#top2{
/*	border-bottom: 2px solid maroon;	*/
}

A { font: bold 12px Arial;
color: #000000;
background: none;
text-decoration: none;
}

.noBox{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;/*  color: maroon;*/
}



li {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;/*  color: maroon;*/
	font-weight: normal;
	color: #000000;
}

hr {
/*  color: maroon;*/
}



h3 {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: smaller;
 font-weight: bold;
/*  color: maroon;*/
}

h1 {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: large;
 font-weight: bold;
/*  color: maroon;*/
}

h2 {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-weight: bold;
/*  color: maroon;*/
}
.regularcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

body {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: smaller;
/*  color: maroon;*/
}


#background{position:absolute; z-index:1; width:100%; height:100%; repeat:1;}
#scroller {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	overflow:auto;
	z-index:2;
	height: 100%;
} 
#content {position:relative; height:100%;}
.shadow_left {background: url(../images/left_shadow.png) repeat-y;}
.shadow_right {background: url(../images/right_shadow.png) repeat-y;}	

.tocmenu{
margin: 0;
padding: 0;
padding-left: 20px;
width: 150px; /*width of menu*/
border: none;
}

.tocmenu a.menuitem{
font: bold 12px arial;
display: block;
width: auto;
padding: 4px 0;
padding-left: 5px;
text-decoration: none;
border: none;
}


.tocmenu a.menuitem:visited, .glossymenu .menuitem:active{
color: black;
border: none;
}

.tocmenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.tocmenu div.submenu ul li a{
font: normal 11px arial;
text-decoration: none;
padding: 2px 0;
padding-left: 20px;
}

.tocmenu div.submenu ul li a:hover{
color: blue;
background: url(../images/poh.gif) no-repeat center left; /*custom bullet list image*/
}
