/* CSS Document */
#mainbody {
	position: absolute;
	width: auto;
	top: 180px;
	left: 212px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	padding-bottom: 0px;
	visibility: visible;
	padding-left: 10px;
	text-align: left;
	padding-right: 15px;
	right: 25px;
}
.style1 {
font-size: medium
}
#addressdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 70px;
	width: auto;
	font-size: x-small;
	left: 50%;
	color: #000066;
	text-align: center;
}
body {
	background-image:  url("images/background.jpg");
}
h1 {
	font-size: large;
	text-align: center;
}
h2 {
	font-size: medium;
	text-align: center;
}
.pencode {
	font-size: x-small;
	text-align: right;
}
.thumbnails {
	margin-right: 10px;
}
#p7swapmenu {
	background-color: #990000;
	left: 10px;
	padding: 6px;
	position: absolute;
	top: 180px;
	width: 180px;
	border-top: 1px solid #0000FF;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #0000FF;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #0000CC;
	color: #0000CC;
	display: block;
	font-size: 1.1em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
	border-top: 1px solid #B9A57B;
	border-right: 1px solid #78653F;
	border-bottom: 1px solid #78653f;
	border-left: 1px solid #b9a57b;
}

.nosubmenu a {
	background-color: #000066;
	color: #FFFF00;
	display: block;
	font-size: 1.1em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
	border-top: 1px solid #990000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #990000;
}

.nosubmenu a:hover {
	background-color: #3333CC;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #3333CC;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(file:///C|/Documents%20and%20Settings/-FragBox-/My%20Documents/backups/junk/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(file:///C|/Documents%20and%20Settings/-FragBox-/My%20Documents/backups/junk/menminus.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-image: url(file:///C|/Documents%20and%20Settings/-FragBox-/My%20Documents/backups/junk/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#0000CC;
	font-size: 1em.em;
	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
	background-color: transparent;
}
/* Optional ID to assign the a to highlight a Current Page link */
#p7current {font-weight: bold;}

