td, th  { vertical-align: top;
}	/* remove default vertical centering "feature" of tables.  */

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #000000;
  display: block;
  background-color: #486878;
  }

.container {
  padding: 1em;
  background-color: #fff;
  }

.beg, .int, .adv {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  }
  
.beg {background-color: #F0FFF0; }
.int {background-color: #D3F3D3; }
.adv {background-color: #B2DFB2; }

h1, h2, h3, h4 { 
  color: #004400;
  padding:0px;
}
  
h1 {
  margin:0em 0em 10px 0px;
  font-size:18px;
  line-height:26px;
  font-weight: 900;

  }
h2 {
  margin:0em 0em .25em 0px;
  font-size:16px;
  line-height:20px;
  font-weight: 800;
}
h3, h4{
  margin:0em 0em 0em 0px;
  font-size:14px;
    line-height:16px;
  font-weight: 700;
}

a:link {color: #009c00;}
a:visited {color: #006c36;}
a:hover {
  background-image: none;
  background-color: #ffff00;
}

 .alt { 
  color: #666; 
  font-family: "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
  font-size: 1.2em;
}

/* Horizontal menu */
div.gm-horiznav {
	height: 25px;
	width: 950px;
	background: #999;
	margin-bottom: 8px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slantedmenu{
font-weight: bold;
/* font-size: 90%; */
}

.slantedmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.slantedmenu ul{
text-indent: 10px;
padding: 3px 0;
margin: 0;
background-color: #fff;
border: 1px solid #bebebe;
text-align: center; /*set value to "center" to center items*/
}

.slantedmenu ul li{
display: inline;
}

.slantedmenu ul li a{
color: green;
padding: 3px 0;
padding-right: 25px;
margin: 0;
text-decoration: none;
background: transparent url(slantdivider.gif) top right no-repeat;
}

.slantedmenu ul li a:visited{
color: #800;
} 

.slantedmenu ul li a:hover{
color: #2d2;
}

