﻿@import url("layout.css");
body {
	font: 12px/1.5em Veranda,sans-serif;
	
}

#shadow  {
    
}

#container {
	
}

#masthead {
	
}

#content {
	
}

#footer {
	
}
/* Masthead Styles */
#masthead h1 {

}
#masthead h3 {
	color: #666633;
}

/* Content Styles */

p {
	margin:10px;
	width: 35em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

h2 {color:black; 
	font:bold 1.5em/1.5em Verdana, sans-serif;
	margin:1.25em, 0,0,0;
}

h3 {color:black;}

h4 {
	color:black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

h5 {color:black;
	text-decoration:underline;
}

h6 {color:black;}

#caption {
	font-size:x-small;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}

/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color:white;
	text-decoration: underline;
}
#footer a:hover {
	color:black;
	text-decoration: none;
}
a {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color:blue;
	text-decoration: underline;
}
a:visited {
	
	color:red;
	text-decoration: underline;
}


.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
