﻿/* Renaissance Wordrobe screen style */
body {
	background-color:white;
	font-family: Monotype Corsiva, serif; 
	color: #336600; 
	font-weight: 400;
}
h1 {
	font-size: 58pt; 
	font-weight: bold;
	display: inline;
}

h2 {
	font-size: 36pt; 
	font-weight: bold;
}

h3 {
	font-size: 18pt; 
	font-weight: bold;
}
#page {
	width:800px;
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
	border:5px green outset;
	text-align:center;
}
#top{
	height:auto;
	width: 100%;
}
#top table{
	padding:0 0 0 5px;
	text-align:center;
	width: 100%;
}
#nav{
	height:30px;
	margin-left:20px;
}

#mtext{
	
}
#mtext table{
	padding:0 0 0 5px;
	text-align:center;
	width:100%;
}
.style2 {
	border-width: 0;
}
#btext{
	font-size:10px;
	width:90%;
}
/*    Start Navigation   */
#nav {
	padding:0 0 10px 5px;
	margin-top:10px;
	/*position:fixed;*/
	position:relative;
	z-index:5;
}
#nav ul {
	padding:0;
	text-align:center;
	margin: 0px;
	text-decoration:underline;
}
#nav ul li {
	display: inline;
	float:left;
	width: 100px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	height: 35px;
	
	
}
#nav ul li a {
	background-color:#3A75B6;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
	width: 115px;
	display: block;
	padding-left: 8px;
	position:relative;
	border:thick #63A1ED outset;	
}
#nav ul li a:hover {
	background-color:#25569A;
}
#nav ul li ul li a {
	background-color: #3A75B6;
	border:thick #63A1ED outset;
}
#nav ul li ul li a:hover {
	background-color:#25569A;
}
#nav ul li ul {
	visibility: hidden;
}
#nav ul li:hover ul {
	visibility: visible;
}
/* End Navigation   */
