/***** Global Settings *****/

   /*
   Dark grey (text): #333333
   Dark Blue (headings, links) #000066
   Mid Blue (header) #333399
   Light blue (top navigation) #CCCCFF
   Mid grey: #666666
   */

 
html, body {
border:0;
margin:0;
padding:0;

}
 
body {
	font:100%/1.25 arial, helvetica, sans-serif;
	background-color: #222222;
	color:#FFFFFF;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
}
 
h1 {
padding:0 0 0 0;
letter-spacing:-1px;
font:1.6em arial, helvetica, sans-serif;
}
 
h2 {
padding:0 0 0 0;
letter-spacing:-1px;
font:1.4em arial, helvetica, sans-serif;
}
 
h3 {
font:1.4em arial, helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
}
 
p {
}

.medtxt {
	font-size:0.9em;
	text-align: justify;
}

/*
ol {
padding:0 0 18px 40px;
}
*/
 
/*
blockquote {
margin:10px 20px;
padding:0;
}
*/
 
.small {
font-size:0.85em;
}
 
/*
img {
border:0;
}
*/
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 

a, a:visited {
text-decoration:underline;
color: #FFFFFF;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}


/***** menu *****/

#menu {
	color:#FAF4E2;
	background: #422516;
	border:1px solid #FFFFFF;
	height:40px;
	margin:0 50px 26px 50px;
	padding:10px 25px 0px 25px;
	line-height:1.8em;
	width: 858px;
}

#menu a {
	font-weight: bold;
	color: #FAF4E2;
	text-decoration: none;
	font-size: 1.0em;
}

#menu a:hover {
	font-weight:bold;
	color:#c9a978;
	text-decoration: none;	
	font-size: 1.0em;
}




/***** Lists *****/


li ul, 
li ol       { padding:0 0 8px 12px; }
ul, ol      {
	padding:0 0 8px 12px;
}


ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }


/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif;
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
/*
table {
border:0;
margin:0 0 0 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
*/
 
/***** Wrapper *****/
 
#wrap {
width:980px;
margin:0 auto;
}

#welcome {
	font-style: italic;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	text-align: justify;
	padding: 8px;
}

#logo {
	padding:6px 0 10px 0;
}

#content {
	width:898px;
	margin: 10px;
	float:left;
	font-size: 0.9em;
}

#footer {
	clear:both;
	width:898px;
	padding:10px 0;
	margin:10px 30px 30px 10px;
	font-size:0.7em;
	text-align: center;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-name	   {
	color: #656600;
	font-weight: bold;
}

.date {
	color: #957B2E;
	letter-spacing:1px;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; border: 1px solid #656600; }
.img-right     { float:right;margin:4px 0 4px 10px; border: 1px solid #656600; }
.border		   {border: 1px solid #656600;}
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
