@charset "UTF-8";
/* CSS Document */

/*************** body tag styles ***************/

body {
	background-color: #cfc7a7;
	behavior: url("csshover.htc");
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body li a {
	font-style: italic;
}

#header {
	margin: 0;
}

#container {
	width: 756px;
	margin: 15px auto 0 auto;
	text-align: left;
}

#mainContent {
	background-color:#FFF;
	border-color: #000;
	border: 1px;
	border-style: solid;
}

h1 {
	color: black;
	font-size: 2em;
}

h2 {
	color: #2d2b69;
	font-size: 1.75em;
}

h3 {
	color: #c22024;
	font-size: 1.5em;
}

p {
	color: #000000;
	font-size: 1em;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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

ul ul ul{
 list-style-type: none;
}

img[title] {
	border: thin;
	border: #000;
}

/*************** form styles ***************/

input:focus {
	background-color: #cfc7a7;
}

/*************** copyright and tagline styles ***************/

#copyright {
	width: 756px;
	background-color: #cfc7a7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 15px auto 0 auto;
	border: medium;
	float: none;
}

.special {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
}

.tagline {
	color: #c22024;
	font-family: "Lucida Calligraphy Italic";
	font-size: .7em;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
}

/*************** alignment ***************/

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.floatleft {
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 2px;
	border: 1px;
}
.floatright {
	float: right;
	margin-left: 2px;
}
.phototableleft {
	float: left;
	margin-right: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	text-align: left;
}

/*************** link styles ***************/

a:link {
	color: #2d2b69;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:visited {
	color: #c22024;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #cfc7a7;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

/*************** navigation styles ***************/

ul.MenuBarHorizontal a {
	background-color: #c22024;
}

ul.MenuBarHorizontal a:hover {
	background-color: #CFC7A7;
}

ul.MenuBarHorizontal a:focus {
	background-color: #2d2b69;
}

ul.MenuBarHorizontal a.MenuBarItemHover {
	background-color: #CFC7A7;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-color: #CFC7A7;
}

