@charset "utf-8";
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 210px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


body {
	background: url('images/back2.jpg') fixed repeat-x #90aacd;
	color: #20132a;
	margin: 0px auto; 
	font-size: .8em;
	line-height: 1.35em;
	font-family: arial, helvetica, sanserif;
	}
	
div#content {
	background: url('images/backcontainer.gif') repeat-y;
	width: 820px;
	padding: 10px 0;
	margin: 0px auto;
	border-bottom: #8485AE 1px;
}
div#content_pad {
	margin: 10px 20px 0 12px;
}
div#navcontainer {
float: right;
margin: 0 0 15px 15px;
width: 220px;
}
div#navcontainer li{
margin: 0px;
}
div#right {
	float: right;
	width: 335px;
	margin: 0 10px 0 10px;
}
div#rightwide {
	width: 400px;
	float: right;
}

div#left {
	float: left;
}

div#halfway {
	width: 500px;
	float: right;
}

div#center {
	width: 500px;
	margin: 10px 0 0 140px;
}

li {
	margin: 0 35px 10px 35px;
	}

p#pink {
	background-color: #fee5e5;
	width: 460px;
	margin: 20px 0 20px 40px;
	padding: 8px;
	font-family: arial, helvetica, sanserif;
	color: #20132a;
}

div#pink {
	background-color: #fee5e5;
	width: 460px;
	margin: 20px 0 20px 40px;
	padding: 10px;
	font-family: arial, helvetica, sanserif;
	color: #20132a;
}
blockquote {
	background-color: #fee5e5;
	font-family: arial, helvetica, sanserif;
	color: #20132a;
	padding: 12px;
}
	
	div#announce {
padding: -8px 12px 12px 12px;
border: 3px solid #ABE18A;
margin: 0 230px 15px 0;
}

.head {
font-variant: small-caps; 
font-size: 1.25em; 
line-height: 1.45em; 
text-decoration: underline;
}

dl dt {
font-size: 1.25em;
line-height: 1.3em;
font-weight: 600;
color: #006600;
margin: 10px 25px 10px 25px;
 }
dl dd {
	font-size: 1em;
	line-height: 1.4em;
	font-family: arial, helvetica, sanserif;
	color: #20132a;
	margin: 0 70px 0 100px;
}
p#author {
	font-style: italic;
	margin: 0 0 0 20px;
}

h1, h2, h3, h4 {
font-family: Garamond, Georgia, Perpetua, GoudyT, Serif;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.2em;
line-height: 1em;
color: #d39c0e;
}

h3 {
font-size: 1.8em;
line-height: 1em;
color: #5d9732;
margin: 15px 0 15px 0;
}

h4 {
font-size: 1.45em;
color: #6b207f;
}

h4 a {
	color: #990033;
	text-decoration: none;
}

a:hover {
	color: #354250;
	text-decoration: underline;
}
div#needle ul li {
      background:url("images/needlebullet.gif") no-repeat left top;
      margin:10px 0;
      padding:0 0 0 50px;
}

    #tabsJ {
      float:left;
      width:780px;
      background:#F4F4F4;
      font-size:1em;
	  font-weight: 600;
	  border-bottom:1px solid #24618E;
	  margin: 0 0 10px 10px;
      }
    #tabsJ ul {
	margin:0;
	padding:10px 5px;
	list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }