 /* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

h1,h3,h4,h5 { color: blue; font-weight: bold }

h2{
  font-size: medium;
  font-style: italic;
  color: #FF0000;
}

img {
  overflow:hidden;
  max-width:100%;
}



em.red {
  font-style: italic;
  color: #FF0000;
}

em.blue {
  font-style: italic;
  color: #0000FF;
}

em.green {
  font-style: italic;
  color: #00FF00;
}

h2.red {
  font-size: medium;
  font-style: italic;
  color: #FF0000;
}

h2.blue {
  font-size: medium;
  font-style: italic;
  color: #0000FF;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  
  color: #333;
  font: 14px Arial, sans-serif;
	line-height: 1.6em;
}

#content { 
	width: 960px; 
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 25px rgba(0,0,0,.2);
}

#top {
  background-color: #ffffff;
  position: relative;
}

#top h2{
  
  font-size: 1.5 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}


.h1reduced {
  font-size: 0.75em;

}

.h1front {
  position:relative;
  z-index:2;
  left:25%;
  font-size: 3em;
  width:75%;
  font-style: italic;
  color: #376fff;

}

.h1shadow {
  position:absolute;
  left:25.5%;
  top:.5%;
  z-index:1;
  margin:0px;
  font-size: 3em;
  width: 74.5%;
  font-style: italic;
  color: #000000;


}

#bodylayout {
  position: relative;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}


#tablebodylayout{
  width: 100%;
  border: 0;
}

#mainBar {

  background: #FFFFFF;
  color: #000000;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  width: 79%;
  vertical-align: top;
}

#mncontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  /*padding: 10px;*/
  padding:0px 10px 10px 10px; /*top right bottom left */
  right: 0;
  top: 0;

}

#barcontainer {   /*Just for IE 5.5 */
  position: relative;
  left: 0;
  top: 0;
 }
#rgtBar {
  width: 21%;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  vertical-align: top;
  
}

#rgtcontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  /*padding: 10px;*/
   padding:0px 10px 10px 0px; /*top right bottom left */

}

#rgtTopBar {
  width: 20%;
  height: 1px;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  vertical-align: top;
}

#lftTopBar {
  width: 15%;
  height: 1px;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  vertical-align: top;
}

#lftBar {
  width: 15%;
  height: 100%;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  vertical-align: top;
}

#lftcontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  left: 0;
  top: 0;
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 10px;

}

#footer {

}


.menu {
  background-image: url(../images/menu4.gif);
  background-repeat: repeat;
  position:relative;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  border: 0;
}

.menu ul {
  display: inline;
}

.menu ul li {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 10px;
  list-style: none;
  display: inline;
}

#articleHead {
  padding: 10px;
  border: 0;
  text-align: center;
  margin: 0;
}

#articleHead h1{
  font-size: x-large;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

#articleResource {
  padding: 10px;
  border: 2px ridge #FF0000;
  margin: 0;
  color: #FF3333;
  position: relative;
}

#bookcontent {  /* I need a separate class for the actual content to get the proper padding for the content */
  border: 0;    /* define border, margin and padding to be sure I have the width I want IE for Windows include them in width rather than just the content */
  margin: 0;
  padding: 10px;
  right: 0;
  top: 0;
}

#bookcontent img {
  float: left;
  margin: 10px;
  padding: 10px;
}

#bookHead {
  padding: 10px;
  border: 0;
  text-align: center;
  margin: 0;
}

#bookHead h1{
  font-size: 1.5 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

#bookHead h2{
  font-size: 1.5 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

#bookHead h3{
  font-size: 1.2 EM;
  color: #FF3333;
  font-style: italic;
  margin: 0;
}

.photo{
  float: left;
  padding: 10px;
  margin: 0 10px;

}

.horzAd {
  margin: 10px 0;
  background: #FFFFFF;
  padding: 10px;
  border: 2px ridge #F2F2F2;
  position: relative;

}

.horzAd h2{
  text-align: center;
  font-style: italic;
  font-size: 1.5em;
}

.horzAd img {
   position: relative;
  float: left;
  padding: 10px;
  margin: 0 10px;

}

.ffhorzAd {
  margin: 10px;
  padding: 0 0 0 10px;
  background: 00ff00;
  border: 2px ridge #F2F2F2;
  position: relative;

}


.ffhorzAd select {
  clear: right;
  float: right;
  font-size:.9em;
}

.ff_formbox {

  text-align: left;
  border: 2px groove #0000FF;
  color: #000000;
  padding: 5px;
  margin: 0;
  font: bold .8em/1.5em arial sans-serif;

}

/*.vertAd {

  margin: 10px 2%;
  background: #FFFFFF;
 padding: 10px;
  border: 3px ridge #F2F2F2;

}

.vertAd h3 {
  text-align: center;
  font-size: large;

}*/

.vertAd {
 /* margin: 10px 2% 20px;*/
  border: 1px solid #ddd !important;
	border-bottom: 5px solid #ccc !important;
  padding: 10px;
	background: #fff;
}

.vertAd img { max-width: 250px; }

.vertAd h3 { padding: 0; }

.heading {
  font-size: xx-large;
  font-style: italic;
  color: #FF3333;
}

.center {text-align: center}


.group {
  background: #f0f5f9;
  color: #000000;
  padding: 10px;
}

.group2 {
  background: #fdfafd;
  color: #000000;
  padding: 10px;
}

.box {
  border: 4px groove #0000FF;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin: 0;
  font: bold .8em/1.5em arial sans-serif;

}

.discussion{
  border:2px groove #0000FF;
  background: #FFFFFF;
  color: #000000;
  padding: 0;
  margin: 0;
}

.discgroup {
  background: #edeaea;
  color: #000000;
  padding: 10px;
  height:100%;
}

.formbox {

  text-align: left;
  border: 4px groove #0000FF;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin: 0;
  width: 450px;
  font: bold .8em/1.5em arial sans-serif;

}

.newform {

  text-align: left;
  border: 0;
  background: #FFFFFF;
  color: #000000;
  padding: 10px;
  margin: 0;
  width: 450px;
  font: bold .8em/1.5em arial sans-serif;;
}

.articlelist{
  background: #F2F2F2;
  padding: 10px;
}

.articlelist ul {

  list-style-type: none;
}

.articlelist h3 {
  color: red;
  font-weight: bold;
}

.bookorder{
  margin-left: 25%;
  margin-right: 25%;
  font: large italic bold;
}
.button {
border: 3px outset #000000;
color: #000000;
padding: 3px;
background: #136CF9;
}

.logo {
  margin: 0;
  border: 0;
  padding: 10px;
}

.tm {
  vertical-align: super;
  font-variant: small-caps;
  font-size: .5em;
  font-weight: bold;
}

.yelhi {
  background-color:yellow;
}

.bluehi {
  background-color:blue;
  color:white;
}

.greyhi {
  background-color:#c8c6c6;
  color:black;
}

.policymenu {
  background: #ffffff;
  color: #868686;
  margin: 0;
  margin-top: 100px;
  padding-top: 10px; 
  padding-bottom: 10px;
  padding-left: 2px;
  padding-right: 2px;
  border: 0;
  font-size: small; 
  font-family: Verdana, Sans-Serif;
  width:920px;

  
  -moz-border-radius-topleft: 5px;
	-khtml-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
  -moz-border-radius-topright: 5px;
	-khtml-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
  -moz-border-radius-bottomright: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}

.policymenu ul {
  display: inline;
}

.policymenu ul li {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0 5px;
  list-style: none;
  display: inline;
}

#navbar {
 background: #a6a6a6;
  
	margin: 0;
  
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  border: 0;
	height: 2em; 
	border: 0;
  font-size: 10pt; 
  
  font-family: Verdana, Sans-Serif;
 
}

#navbar a:link {
  color: white; 
}

#navbar a:hover {
  color: black; 
  background-color:white; 
}

#navbar a:active {
  color: black; 
  background-color:white; 
}

#navbar li {
	list-style: none;
	float: left; 
}
	
#navbar li a {
	display: block;
	padding: 3px 8px;
	background-color: #a6a6a6;
	color: #fff;
	text-decoration: none; 
}
	
	
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #ffffff;
	z-index: 10;
	}
	
#navbar li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	
}
	
#navbar li:hover li {
 
	float: none; 
}
	
	
#navbar li:hover li a {
	
	
	color: #fff;
}
	
#navbar li li a:hover {
	color: #000000; 
  background-color:#ffffff;
}

.policymenu a:link {
  color: #868686; 
}
.policymenu a:visited {
  color: #868686; 
}
.policymenu a:hover {
  color: 868686; 

}
.policymenu a:active {
  color: 868686;  
}

