﻿/* stylesheet.css */
/*begin page styling*/

/* Body text and page background */
body {
	background-position: 0% 0%;
	font-family: arial, helvetica, serif;
		font-size: 80%;
		padding: 2em;
		margin: 0;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
}

/* Level 1 headings */
h1 {
	letter-spacing: 2pt; ;
	font-size: 12pt;
	padding: 1px;
	margin: 0;
	text-align: center;
	font-family: "Tw Cen MT";
}

/* Level 2 headings */
h2 {
	letter-spacing: 1pt;
	color:#0066ab ;
	font-size: 14pt;
	padding: 1px;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: bold;
	text-decoration: none
}

/* Level 3 headings */
h3 {
	letter-spacing: 1pt; ;
	font-size: 11pt;
	padding: 1px;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* Level 4 headings */
h4 {
	letter-spacing: 1pt; ;
	font-size: 80%;
	padding: 1px;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: bold;
}
/* Level 5 headings */
h5 {
	letter-spacing: 1pt; ;
	font-size: 90%;
	padding: 1px;
	margin: 0;
	text-align: center;
	font-family: arial, helvetica, serif;
	text-decoration: bold;
}
/* Level 6 headings */
h6 {
	letter-spacing: 1pt; 
	color:#0066ab ;
	font-size: 11pt;
	padding: 1px;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*repeating text theme styles*/
.stylesidequotes {
	text-align: center;
	color: #FE9A02;
	font-size: medium;
	font-family: "Lucida Handwriting";
	font-weight: normal;

}
.stylesidesigs {
	text-align: right;
	color: #FE9A02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: italic;
}
.stylebluetext {
	color: #0066AB;
	font-weight: bold	
}
.styleright {
	text-align: right;
	
}
.styleul {
	text-decoration: underline;
}

.stylepix {
	border-style: solid;
	border-width: 2px;
}
.styleeval {
	text-align: left;
	margin-left: 40px;
}

/*putting it together styling*/
.style31 {
	font-size: 10pt;
	text-align: center;
	font-family: "Tw Cen MT";

}
.style12 {
	font-size: 13pt;
	text-align: center;
	font-family: "Tw Cen MT";

}

/*imageborder*/	
.styleimageborder {
	border-style: solid;
	border-width: 5px;
	border-color:black
}

/*horizontal drop down menu styling*/
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}

#nav a {
	text-decoration: none;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	font-style: normal;
	color: #BD0000;
}


#nav li li a {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: #FE9A02;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px #000000 solid;
	border-width: 0 5px;
	font-size: small;
	font-weight: bolder;
	font-style: normal;
	color: #000000;
}

li {
	float: left;
	position: relative;
	width: 8em;
	text-align: center;
	cursor: default;
	background-color: #FE9A02;
	border: none
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url('images/ddmredgd.jpg') no-repeat left bottom;
	padding: 0.5em 0 1em 0;
	border-right: none;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #C90400;
	border: 0;
}

li.over ul {
	display: block;

	hr {
	display: none;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}

	/*end styling menu*/

}

li:hover ul {
	display: block;

hr {
	display: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}

	/*end styling menu*/

}
/*start left nav menu formatting*/
a {
	color: #FE9A02;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
	color: #BD0000;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #FE9A02;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	font-style: normal;
	color: #BD0000;
	text-decoration: none;
}
/*end left nav menu formatting*/







</style>


