@charset "iso-8859-1";

body {
	background-color: white;
	border-top: 10px lightblue solid;
	border-left: 10px lightblue solid;
	font-family: arial, helvetica;
	color: navy
}

div.body {
	position: absolute;
	top: 0px; left: 0px;
	background-color: white;
	width: 100%
}
div.intro {
	text-align: center;
	color: black;
	font-weight: bold;
}
td.title {
	width: 100%;
	text-align: center
}

h1.title {
	font-family: arial, helvetica;
	color: navy;
	font-size: 25px;
	margin: 0px;
}
h1.content {
	font-size: 20px;
	color: red;
	font-weight: bold;
	margin: 0px;
}
td.navBar {
	width: 20%;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	border-right: thin dotted lightblue;
}
a.navTop {
	color: navy;
	text-decoration: none;
	
}
a.navTop:hover {
	color: red;
	text-decoration: underline;
}
a.navLeft {
	color: navy;
	text-decoration: none;
	
}
a.navLeft:hover {
	color: red;
	text-decoration: underline;
}
table.nav {
	width: 100%;
	border-top: 1px solid navy;
	border-bottom: 1px solid lightblue;	
}
div.content {
	margin-left: 200px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 20px;
	border: 1px solid navy;
	text-align: justify;
	line-height: 120%;
}
div.leftNav {
	position: absolute;
	top: 120px;
	left: 10px;
	width: 180px;
}
div.ramTable {
	border: solid 1px blue;
}
div.leftSiteNav {
	border: solid 1px blue;
}
div.leftSiteNavDetail {
	border-bottom: solid 1px navy;
	background-color: #e6f2ff;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
div.leftSiteNavDetailBot {
	background-color: #e6f2ff;
	text-align: center;
	font-weight: bold;
	padding: 5px;	
}
table.cats {
	padding-left: 10%;
	padding-right: 10%
}
td.leftCats {
	width: 50%;
	text-align: center;
	white-space:  nowrap;
}
td.rightCats {
	width: 50%;
	text-align: center
}
h1.mainCat {
	font-size:20px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e6f2ff;
	border-top: solid thick white;
	
}
div.subCats {
	font-size:10px;
	color: red;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;	
	background-color: #F8FCFF;
	border-bottom: solid thick white;
}
div.siteInfo {
	background-color: lightblue;
	bottom: 15px;
	color: white;
	text-align: center;
}
a.siteInfo {
	color: #ffffff;
	text-decoration: none;
	margin-right: 15px;
}
a.siteInfo:hover {
	color: #e6f2ff;
	text-decoration: underline;
}
div.ramLeftA {
	background-color: #e6f2ff;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
div.ramLeftB {
	background-color: #F8FCFF;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
}
div.ramLeft1024 {
	background-color: #e9f7fc;
	padding: 4px;	
	text-align: center;
	font-weight: bold;
	color: navy;
		
}
div.ramLeft512 {
	background-color: #DCECFF;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
	color: navy;
}
div.ramLeft256 {
	background-color: #D1E7FF;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
	color: navy;
}
div.ramLeft128 {
	background-color: #C6E3FF;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
	color: navy;
}
div.ramLeft64 {
	background-color: #BCDFFF;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
	color: navy;
}
div.ramLeft32 {
	background-color: #B3D9FF;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
	color: navy;
}
div.ramLeft16 {
	background-color: #AAD4FF;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
	color: navy;
}
div.ramLeft8 {
	background-color: #9FD1FF;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
	color: navy;
}
div.ramLeft4 {
	background-color: #94CFFF;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
	color: navy;
}
div.ramLeftFast {
	background-color: #ffffff;
	border-bottom: 1px solid navy;
	padding: 4px;	
	text-align: center;
	font-weight: bold;		
}
div.ramLeftSlow {
	background-color: #ffffff;
	border-top: 1px solid navy;
	padding: 4px;	
	text-align: center;
	font-weight: bold;
}
a.speed {
	text-decoration: none;
}
a.speed:hover {
	color: red;
	text-decoration: underline;
}

