/* Basics CSS*/

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
	margin-right: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}

/* Form field text-scaling */
input, select, textarea {
	font-size: 100%;
}

/* No border on images */
img {border: 0px;}

body {
 margin: 40px 0;
 color: #000;
 background:#000;
 padding:0;
 font: 0.76em/1.6 Verdana, Helvetica, sans-serif;
 }

a:link {
color: #775D42;
text-decoration: none;
font-weight: bold;
}
a:visited {
text-decoration: none;
color: #775D42;
font-weight: bold;
}
a:hover {
text-decoration: none;
color: #fff;
font-weight: bold;
}
a:active {
text-decoration: none;
color: #775D42;
font-weight: bold;
}

.nav2:link {
color: #000;
text-decoration: none;
}
.nav2:visited {
text-decoration: none;
color: #000;
}
.nav2:hover {
text-decoration: none;
color: #fff;
}
.nav2:active {
text-decoration: none;
color: #000;
}

.bodylink:link {
color: #030d48;
text-decoration: none;
}
.bodylink:visited {
text-decoration: none;
color: #030d48;
}
.bodylink:hover {
text-decoration: none;
color: #030d48;
background-color: #fff;
}
.bodylink:active {
text-decoration: none;
color: #030d48;
}

.footerlink:link {
font-family: "verdana", sans-serif;
font-size: 10px;
color: #000;
text-decoration: none;
}
.footerlink:visited {
font-family: "verdana", sans-serif;
font-size: 10px;
text-decoration: none;
color: #000;
}
.footerlink:hover {
font-family: "verdana", sans-serif;
font-size: 10px;
text-decoration: underline;
color: #ffffff;
}
.footerlink:active {
font-family: "verdana", sans-serif;
font-size: 10px;
text-decoration: none;
color: #000;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
 margin-left:-35px;
  margin-bottom:-20px;
}

h2 span {
display:none;
}

#outer {
 width: 650px;
 margin: 0 auto;
 background: #000 url(images/parchment.gif) top center repeat-y;
 }

#hdr {
 padding-top: 105px;
 background: url(images/Headersmall2.jpg) no-repeat;
 height: 30px;
 }
  
 
#hdr.span {display: none;}

 
 
 #hdr h1 {
 color: #fff;
 background: url(images/navbg.gif);
 height: 32px;
 font-family: "georgia", serif;
 font-size: 15px;
 font-weight: bold;
 letter-spacing: .05em;
 text-align: center;
 margin: 0;
 padding-top:2px;

 border:solid #000000;	
 border-width:0px 0 0px 0;
 } 
 
#hdr h1 span {display:none;}

#nav {
 float:left;
 width:110px;
 padding: 1em;
 text-align: center;
 padding-bottom: 30px;
}
#nav ul {
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
	padding-bottom: 13px;
}
#nav h2 {

}

#cont {
 width: 570px;
padding-left: 60px;
 }
#cont p {
margin-right: 20px;
 }
 
#cont h2 {
 color: #091009;
 font-family: "verdana", serif;
 font-size: 15px;
 font-weight: bold;
}

#ftr {
 clear: both;
 color: #030A04;
 font-family: "verdana", sans-serif;
 background: url("images/navbg.gif");
 font-size: 0.8em;
 text-align: center;
 margin: 1em 0 0 0;
 height: 28px;
 }

#leftImg
{
float:left;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}

.BodyTextItalic {
 color: #000;
 font: 15px "Georgia", serif;
 line-height: 20px;
}
.BodyTextSm {
 color: #000;
 font: 11px "verdana", sans-serif;
 line-height: 18px;
}