body {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	background-color: none;
	width: 650px;
	margin-left: 250px;
	margin-top: 200px;	
}

#header {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 84px;
	font-size:18px;
	line-height: 1.2;
	font-weight: bold;
	font-variant: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
          padding-left: 400px;
	text-transform: uppercase;
}

#logo {
	z-index: 4;
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu {
	z-index: 2;
	position: absolute;
	font-size:14px;
	line-height: 1.75;
	left:0px;
	top: 110px;
          width: 900px;
}

#sidebar {
	z-index: 5;
	position: absolute;
	top: 200px;
	left: 0px;
	width: 240px;
}

#footer {
	z-index: 6;
	width: 900px;
	height: 50px;
	position: relative;
	left: -250px;
	bottom: 0px;
	padding-top: 10px;
	clear: top;
	font-size:12px;
	line-height: 1.2;
	font-weight: bold;
	font-variant: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.grid {
	border-bottom: 1px solid rgb(204,0,0);
}

.bar {
	background: Navy;
	color: white;
}

img {
	display: none;	
}

a.reverse:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.reverse:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.reverse:hover {
	color:  silver;
	font-weight: bold;
	text-decoration: none;
}

a.solid:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a.solid:visited {
	color: red
	font-weight: bold;
	text-decoration: none;
}

a.solid:hover {
	color:  blue;
	font-weight: bold;
	text-decoration: none;
}

Table, TD, TR, TH {
	vertical-align: middle;
	color: black;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: none;
	border-left: none;
	border-right: none;
	padding: 5px, 0px, 5px, 0px

}

H1, H2, H3, H4, H5, H6 {
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	margin-bottom: 0px	
	}
	
.first {
	padding-top: 0px;
	margin-top: 0px;
	}
	
	
.reverse {
	color: white;
	}

.sidebarhead {
	
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid gray;
	padding-top: 5px;
	margin-top: 10px;
	}

H1 {
          font-size: 300%
}

H2 {
          font-size: 200%
}

H3 {
          font-size: 150%
}

H4 {
          font-size: 125%
}

H5 {
          font-size: 100%
}

H6 {
          font-size: 75%
}
