/* CSS Document */
div.mytop{
	background-attachment: scroll;
	background-color: #022770;
	background-image: url(images/items/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: static;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	height: 200px;
	width: 900px;
	z-index:2;
}
div.myadminhmenu{
	height: 23px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:100;
	text-align: center;
	background-color: #FFFF99;
	clear: left;
	border: 1px dotted #022770;
}
div.mysmoothmenu{
	height: 23px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:100;
	text-align: center;
	background-color: #CC0000;
	clear: left;
}

div.mybodycopy{
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index:2;
	background-color: #FFFFFF;
	border: 1px solid #022770;
}


div.mybodycopy a:link, a:visited, a:active{
	color: #CC0000;
}

div.mybodycopy a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFF99;
}


.myfooter{
	position: relative;
	left: auto;
	z-index:100;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	right: auto;
	background-color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(images/items/footer.jpg);
	background-repeat: no-repeat;
}

body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	height: 100%;
	text-align: center;
	background-image: url(images/items/back.jpg);
}

h1 {
	font-size: 24px;
	color: #022770;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
}
h2 {
	font-size: 18px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h3 {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
h4 {
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

img.photo {
	display: block;
	margin: 5px;
	padding: 5px;
	border-top: 1px groove #999999;
	border-right: 3px groove #333333;
	border-bottom: 3px groove #333333;
	border-left: 1px groove #999999;
}
.letterstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	text-indent: 20px;
}
div#show1 {
	width:auto;
	height: auto;
	background-color: #white;
	padding: 4px 5px 10px 4px;
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 1px;
	border-top: 2px solid #FF9B9B;
	border-right: 4px solid #CC0000;
	border-bottom: 4px solid #B90000;
	border-left: 2px solid #FF9B9B;
}

div.story{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	list-style-type: disc;
	line-height: normal;
}
.bios{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	list-style-type: disc;
	line-height: normal;
}
iframe.c2 { border-width:0}
div.c1 {text-align: center}

div.mybox {
	float:right;
	margin:0px 10px 5px;
	clear:right;
	padding:10px;
	text-align: center;
	height: auto;
	width: 280px;
	border: 1px dotted #FF0000;
}
div.pr {
	float:right;
	margin:0px 0px 5px 5px;
	clear:right;
	padding:5px;
	text-align: center;
	height: auto;
	width: 320px;
	border: 1px dotted #FF0000;
	background-color: #FFFFCC;
}

div.hr {
  height: 50px;
  background: #fff url(images/items/hr.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}
hr {
	border: 0;
	width: 50%;
	color: #f00;
	background-color: #f00;
	height: 2px;
	margin: 5px auto;
	text-align: center;
	left: auto;
	right: auto;
}