BODY
{
 margin-left:0;
 margin-top:0;
 margin-right: 0;
 font-family:Verdana;
}

h1,h2
{
	PADDING-LEFT: 5px;
	font-family:Garamond;
	font-variant:small-caps;
	font-weight:bold;
	margin-left : 10px;
}

h3

{
	PADDING-LEFT: 5px;
	font-weight: normal;
	color: black;
	text-decoration: none;
	padding:5px;
	border-top:2px solid #CC3300;
	font:bold 15px verdana;
	background:#eee;
}

.NoDecorLink
{
    FONT-SIZE: 10pt;
    COLOR: black;
    TEXT-DECORATION: none;

}
	a.NoDecorLink:link,
	a.NoDecorLink:active,
	a.NoDecorLink:visited,
	a.NoDecorLink:hover		
	{ text-decoration: none; 
		color : black; 
		FONT-SIZE: 10pt;
	}


.ContentBox
{
	background: white;
	margin-left: 10px;
	margin-right: 5px;
	font-family:Verdana;
	font-size:small;
}


.CompanyTitle
{
	margin-bottom: 1px;
	color: #ff6600;
	margin-right: 1px;
	font-family: Verdana;
	font-size:xx-large;
}

.ToolbarText
{
	font-size: 10pt;
	color: white;
	font-family: Verdana;
	font-variant: small-caps;
	text-decoration: none;
}
	a.NoDecorPageTitle:link,
	a.NoDecorPageTitle:active,
	a.NoDecorPageTitle:visited,
	a.NoDecorPageTitle:hover		
	{ text-decoration: none; 
		color : Yellow; 
		FONT-SIZE: 10pt;
		font-family:Verdana;
		font-variant: small-caps;
		}


#menu_vert {
margin: 0px 0px 0px -45px;
width:230px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
float: left;
}

#menu_vert a{
color: #000;
}

#menu_vert a:hover{
color: #a40000;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   spadding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   color: 000;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   spadding: 0.5em 0.5em 0.5em 2.8em;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   spadding: 0.3em 0.5em 0.3em 4.3em;
}

/* hover state for all links */
div#menu_vert a:hover {

}
div#menu_vert a.activeparent:hover {
   background-color: #454545;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background-color: #000;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #b39a33;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background-color: #454545;
   display: block; 
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
padding:0.8em 0.5em 0.8em 1.5em;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 13px Verdana;
font-variant:small-caps;
width: 130px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid white;
border-right: 1px solid white;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #373737; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: black;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 130px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */