/*Original Layout Design by Ayana Mayes. */
#html {
	height: 100px;
	width: 100px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #333;
	height: 100%;
	width: 100%;
}
#mainWrapper {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#navWrapper {
	width: 200px;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
	text-align: center;
	vertical-align: top;
}
#mainTable {
	width: 100%;
	height: 100%;
}
.left {
	background-image: url(images/leftBkg.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	display: block;
	width: 35px;
}



.navWrapper1 {
	height: 100%;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #06C;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #06C;
	text-align: center;
	vertical-align: top;
}
.navWrapper2 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	text-align: center;
	height: 100%;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align: top;
}
.nav {
	text-align: left;
	display: block;
}
.nav a:link, .nav a:active, .nav a:visited {
	display: block;
	width: 161px;
	vertical-align: middle;
	text-align: left;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #06C;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 15px;
}
.nav a:hover {
	display: block;
	width: 161px;
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
	background-color: #06C;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.right {
	background-image: url(images/rightBkg.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	display: block;
	width: 35px;
}
.middle {
	width: 100%;
	height: 10%;
	text-align: left;
	vertical-align: top;
}
.main {
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-left: 15px;
	height: auto;
	width: auto;
	padding-top: 45px;
	padding-right: 30px;
}
.bottomLink {
	position: absolute;
	width: auto;
	bottom: 2px;
	float: left;
	padding-right: 25px;
	left: 110px;
}
.middle2 {
	width: 100%;
	text-align: center;
	display: block;
}
.main p img {
	border: 1px solid #999;
}
.block {
	padding: 5px;
	border: 1px groove #000;
	color: #000;
	background-color: #FFF;
	width: 500px;
}
.larger {
	font-size: 120%;
}
.input {
	border: 1px solid #000;
	width: 200px;
	font-size: 12px;
	padding: 0px;
	margin: 2px;
}
#contactTable td {
	text-align: left;
	vertical-align: top;
}
.message {
	font-weight: bold;
	font-size: 12px;
	padding-top: 30px;
}
