/* CSS Document */

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: 25px;
}
.body A:link, .bodytext A:visited, .bodytext A:active {
	color:#000000;
	text-decoration:none;
}
.body A:hover{
	color:#0000FF;
	text-decoration:underline;
}

.splash {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;

	
}
.splash A:link, .splash A:visited,  .splash A:active
 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: 900;

	text-decoration:none;
}

.splash A:hover {color:#FF0000; text-decoration:underline}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bodytext A:link, .bodytext A:visited, .bodytext A:active {

	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.bodytext A:hover{
color:#0000ff;
text-decoration:underline;

}

.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
}

.seamstress
{
	
	border: thick double #190D55;
	margin: 5px;
	padding: 5px;
}


/*navigation bar */
#sidenav {
width: 180px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#sidenav ul {
margin: 0; 
padding: 0;
list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-style: italic;
	font-size: 18px;
	color:#000000;
} 

#sidenav li {
margin: 2px 0 0;
display: block;
width: 170px;
padding: 2px 0px 2px 0px;
border: 1px solid #000000;
background: #32009D;
color:#FFFF33;
text-decoration: none; 
} 

#sidenav a {
display: block;
width: 170px;

/*lets remove the link underlines*/
background: #ffcc66;
text-decoration: none; 
} 

#sidenav a:link, #sidenav a:active, #sidenav a:visited {
color: #000000;

}

#sidenav a:hover {

background: #32009D;
color:#FFFF33;
} 


.footer
{
border-bottom:1px solid #000000;
border-top:1px solid #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
padding: 2px 2px 2px 2px;
}
.footer A:link, .footer A:visited, .footer A:active {

	color:#2A3FAA;
	text-decoration:underline;
}
.footer A:hover{
color:#0000FF;
text-decoration:none;

}
