/*
Background #000000
Main Letters #CDCDCD
Bubble Border #260527
Bubble Background #FFF9FF
*/
html {
	font-family: gill, sans, arial, helvetica, sans-serif;
	background-color: #212121;
	color: 	#CDCDCD;
}
body {
	margin: 0;
	padding: 0;
}
/*
*/
a {
	text-decoration: none;
	color: 	#CDCDCD;
	background-color: transparent;
}
a:visited {
	/* visited link */
	text-decoration: none;
}  
a:active {
	/* selected link */
	text-decoration: none;
}
a:link { 
	/* unvisited link */ 
	text-decoration: none;
}
a:hover { 
	/* mouse over link */ 
	color: white;
	text-decoration: underline;
}
.subhead {
	font-size: x-large;
	font-weight: bold;
}
.info {
	color: green;
	font-size: large;
	font-weight: bold;
}
.warn {
	color: #FFA500;
	font-size: large;
	font-weight: bold;
}
.error {
	color: red;
	font-size: large;
	font-weight: bold;
}
/*
***************** Logo
h1 {
	color: white;
	font-family: "swis721 blkoul bt", "vineta bt", "commercialscript bt";
	text-align: justify;
	font-size: 22pt; 
	margin: 10px;
	text-decoration: none;
}
h1 a {
	color: white;
	font-family: "commercialscript bt";
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
.dropcap {
	float: left;
	font: normal 61pt/0.8em "swis721 blkoul bt", cursive;
	margin-right: 3px;
}
.namex {
	font-family: "swis721 blkoul bt", "vineta bt", "commercialscript bt";
}
*/
/*
*** Page Logo ***
*/
#logo {
	float: left;
	border: 0;
}
h1 {
	float: left;
	margin: 29px auto 2px 3.5em;
	font-size: xx-large;
	font-weight: bold;
}
h2 {
	text-align: center;
	margin: 2px;
	font-size: large;
	font-weight: bold;
}
h3 {
	text-align: center;
	margin: 2px;
	font-size: small;
	font-weight: lighter;
}
h4 {
	text-align: center;
	font-weight: bold;
	margin: 2px;
}
h5 {
	text-align: center;
	margin: 2px;
	font-weight: lighter;
	width: 50%
	margin: 5px auto 5px auto;
}
h6 {
	text-align: center;
	margin: 2px;
	font-weight: lighter;
	width: 99%;
}
p {
	/* text-align: left; */
	text-align: justify; 
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 25px;
	margin-right: 25px;
}
blockquote {
	text-align: left;
	margin: 0em 0em 0em 0em;
}
.phead {
	/* Paragraph Heading */
	font-size: large;
	font-weight: bolder;
	text-decoration: none;
}
img {
	border-style: solid;
	border-width: 2px;
	border-color: #CDCDCD;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}
img.bigpic {
	/* width: 95%; */
	margin: 0px;
	padding: 0px;
}
img.noborder { /* Used for edit button */
	border-width: 0px;
	border-style: none;
	margin: 1px 5px 1px 5px;
}
img.floatright {
	float: right;
	/* width: 200px; */
	margin: 5px 5px 5px 20px;
}
/* 
********************************************** Form *********************
*/
fieldset {
	/* float: left; */
	width: 50%;
	display: block;
	margin: 5px auto 5px auto;
	background-color: lightgrey;
	color: black;
	
	border: solid 1px;
	border-color: black;
	
}
fieldset select {
	float: right;
	display: inline;
	margin: 1px 6em 1px 5px;
}
fieldset select.rightside {
	margin: 1px 5px 1px 5px;
}
fieldset label{
	float: left;
	display: inline;
	margin: 1px 1px 1px 5px;
}
fieldset input{
	float: right;
	display: inline;
	margin: 1px 5px 1px 1px;
}
/*
********************************************** Content *********************
*/
#content {
	width: 72%;
	color: #D3D3D3;
	/* background-color: #1B1B1B; */
	text-align: center;
	border: solid 0px;
	border-color: #C4C4C4;
	padding: 1px 1px 1px 1px;
	margin: 5px auto 5px auto;

}
#content li {
	font-weight: bold;
	text-align: left;
	margin-left: 	15px;
	margin-right: 	15px;
}
div.photo_footer {
	margin: 0px;
	font-weight: lighter;
	font-size: xx-small;
	border-color: #000000;
}
div.divLeft {
	float: left;
	margin: 10px 0 0 0;
}
div.divRight {
	float: right;
	margin: 10px 0 0 0;
}
/*
********************************************** Menu Links
*/
#leftside {
	/* clear: both;
	float: left; 
	text-align: left; */
	
	position: absolute;
	top:	12em;
	left:	1em;
	z-index:10;
}
#leftside address {
	font-size: x-small;
	font-weight: lighter;
	text-align: center;
}
#rightside {
	clear: right;
	float: right;
	text-align: right;
	margin: 0px 5px 5px 0px;
}
.menu {
	font-style: oblique;
	font-weight: bold;
	font-size: small;
	width: 120px;
	margin: 15px 5px 0 5px;
	padding: 0 0 0 0;
}
.menu ul{
	padding: 0;
	margin: 0px 0px 1em 0px;
	z-index: 15;
}
.menu ul li {
	display: block;
	padding: 3px;
}
/*
***  Album Table ***
*/
table.album {
    width: 70%;
    border-width: 0px;
	padding: 0px;
	border-color: #CDCDCD;
	border-style: solid;
	margin:	0px auto 0px auto;
}
table.album tr {
	vertical-align: top;
}
td.photo img {
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
}
