body {
background: white;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background: url(../image-files/leftnav_and_side_bar.jpg) repeat-y;
}

#warning
{
  display: block;
  width: 180px;
  height: 160px;
  background: url("../image-files/warning.png") no-repeat 0 0;

}

#warning:hover
{ 
  background-position: 0 -169px;
}

#warning span
{
  display: none;
}

#nav 
{
margin:0; 
padding:0;
background:#942213 0 0 repeat-x;
float:left; 
width:100%; 
border:1px solid #42432d; 
border-width:1px 0; 
} 

#nav li {display:inline; padding:0; margin:0}

#nav a:link, 
#nav a:visited 
{
color:#F1D0E6; 
background:#942213; 
padding:20px 40px 4px 10px; 
float:left; 
width:auto; 
border-right:1px solid #42432d;
text-decoration:none; 
font:bold 12px/12px Arial, Helvetica, sans-serif; 
text-transform:uppercase; 
text-shadow: 2px 2px 2px #555; 
} 

#nav a:hover 
{ 
color:#F1D0E6; 
background:#58150C; 
}  

#nav li:first-child a 
{ 
border-left:1px solid #42432d; 
} 

#home #nav-home a, 
#new #nav-new a, 
#lessons #nav-lessons a, 
#articles #nav-articles a,
#resources #nav-resources a, 
#aboutus #nav-aboutus a, 
#contact #nav-contact a 
{ 
background:#58150C; 
color:#F1D0E6; 
text-shadow:none; 
} 

#home #nav-home a:hover, 
#new #nav-new a:hover, 
#lessons #nav-lessons a:hover, 
#articles #nav-articles a:hover,
#resources #nav-resources a:hover,  
#aboutus #nav-aboutus a:hover, 
#contact #nav-contact a:hover 
{ 
background:#58150C; 
} 

#nav a:active 
{ 
background:#58150C; 
color:#F1D0E6; 
} 

#header {
	height: 100px;
	width: 1000px;
	background-image: url(../image-files/title_2.jpg); 
	image-height: 100px;
	image-width: 1000px;
}

#content {
	width: 600px;
	padding: 15px;
	margin-right: 160px;
	margin-left: 160px;
	background: white;
}

#leftnav {
	float: left;
	width: 150px;
	background-color: #EFD4A6;
	padding: 5px;
}

#leftnav ul {
	margin-left: 0;
	padding-left: 0;
	text-indent: .5em;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00248E
}

#leftnav a {
	display: block;
	width: 130px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}

#leftnav a:link, .navlist a:visited {
color: blue;
text-decoration: none;
font-weight: bold;
}

#leftnav a:visited {
   color: blue;
   text-decoration: none;
   font-weight: bold;
}

#leftnav a:hover {
	text-decoration: underline;
	color: red;
}

#sidebar {
	padding: 10px;
	float: right;
	width: 190px;
	background-color: #EFD4A6;
}
		
#sidebar a {
	display: block;
	width: 190px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}

#sidebar a:link, .navlist a:visited {
color: blue;
text-decoration: none;
font-weight: bold;
}

#sidebar a:visited {
   color: blue;
   text-decoration: none;
   font-weight: bold;
}

#sidebar a:hover {
	text-decoration: underline;
	color: red;
}

#search {
	method: get;
	border:1px solid black;
	padding:4px;
	width:20em;
	table-border: 0;
	cell-padding: 0;
}
	
#pages {
	background-color: #F2F2F2;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
}

p.textcenter {text-align: center}

#footer {
	background: white;
	padding: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#list1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
}

#list2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
}

#list2 li {
	list-style: lower-alpha;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #1A2373;
	line-height: 24px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #58150C;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #942213;
	line-height: 20px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
	font-weight : bold;
}
a:hover {
	color: red;
	text-decoration: underline;
}

.box1 {
	background:#ffffff;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8A6161;
	padding: 3px 0;
  margin: 3px 0;
	line-height: 12pt
}

span.darkgray {
	color:#3B3434;
	font-weight:bold;
	font-size: 14px;
	padding: 0;
}

span.blueitalics1 {
	color:blue;
	font-size: 14px;
	font-style: italic;
	text-indent: .5em;
}


span.blueitalics2 {
	color:blue;
	font-size: 13px;
	font-style: italic;
	text-indent: .5em;
}

span.survey {
	color:blue;
	font-size: 14px;
	a-hover: red;
}

span.underline {
	text-decoration: underline;
}

span.bold {
	font-weight: bold;
}

span.italics {
	font-style: italic;
}

span.darkbrown {
	color: #58150C;
}

span.medium-font {
	font-size: 14px;
}

span.red {
	color: red;
}

span.reverseh3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #942213;
	line-height: 20px;
}

span.margin1 {
	margin-left: 30px;
}
	
span.bodyindent1 {
	margin-left: 0px;
	margin-right: .5in;
}

span.bold {
	font-weight:bold;
}

span.smallfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.img
  {
  margin: 0px;
  border: none;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
	  }
div.img img
  {
  display: inline;
  margin: 0px;
  border: 1px solid #ffffff;
	text-align: center;
	  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
	  }