@charset "utf-8";
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCCCFF;
	vertical-align: middle;
	color: #6F6FFF;
	font-weight: bold;
}
table {

}
#layout {
	border: medium double #6F6FFF;
}
#navTable {
	border: thin double #6F6FFF;
	vertical-align: middle;
	text-align: center;
	white-space: normal;
	position: relative;
}

#bottomNav {
	height: 30px;
	background-color: #CCCCFF;
}
#leftNav {
	width: 30px;
	height: auto;
	background-color: #CCCCFF;
}
#topNav {
	height: 50px;
	background-color: #FFFFFF;
}

#rightNav {
	width: 30px;
	height: auto;
	background-color: #CCCCFF;
}
#main {
	height: auto;
	width: 95%;
	float: none;
	border: medium double #6F6FFF;
	background-color: #FFFFFF;
}
h6 {
	font-weight: bolder;
	color: #6F6FFF;
	font-style: normal;
	font-variant: small-caps;
}
h1 {
	font-weight: bolder;
	color: #6F6FFF;
}

h3 {
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: bolder;
	color: #4848FF;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}


#topNav {
	height: 30px;
	background-color: #CCCCFF;
}

a:link {
	text-decoration: none;
	color: #6F6FFF;
}
a:visited {
	color: #6F6FFF;
	text-decoration: none;
}
a:hover {
	font-weight: bolder;
	color: #4040FF;
	text-decoration: none;
}
a:active {
	color: #6F6FFF;
	text-decoration: none;
}
