/*
ELEMENTS
*/
body 	{
	font-family: verdana, arial, helvetica, sans-serif;
	color:black;
	background-color:white;
	vertical-align : top;
	margin-left: 10%;
	margin-right: 10%
	}
cite {
	font-size:.8em;
	}
h1 	{
	font-size:2em;
	font-weight:bold;
	color:black;
	font-style:italic;
	}
h2	{
	font-size: 1.5em;
	font-weight: bold;
	color:black;
	}
h3	{
	font-size:1.25em;
	font-weight:bold;
	color:black;
	}
h4 	{
	font-size:1em;
	font-weight:bold;
	color:black;
	}
hr {
	position: relative;
	top: 0em;
	}
img {
	display: inline;
}
p 	{
	font-size:.80em;
	}
/*p:menu 	{
	font-size:12px;
	color: red;
	}*/
li 	{
	font-size:12px;
	}
table
	{ 
	border-style: solid;
	text-align: left;
	color:black;
	background-color: #ffffc8
	}
td 	{
	font-size:12px;
	vertical-align: top;
	}
th 	{
	font-weight:bold;
	font-size:12px;
	}
a 	{
	color:blue;
	font-weight:normal;
	text-decoration:underline;
	}
a:hover {
	color:white;
	background-color: blue;
	text-decoration:none;
        }
pre 	{
	font:12px courier, monospace;
	}
a.hdrtxt:hover {
	color:#006699;
	background-color:white;
	text-decoration:none;
  }
	
dl {
	font-family: verdana, arial, helvetica, sans-serif;
	color:black;
	font-size: .80em;
	}

dt {
	 font-style: italic;
	 }
	
/* 
CLASSES
*/
.author {
	font-size: 1em;
	}
.banner {
	color:Black;
	/*background-color: #396;*/
	background-color: #33CC66;
	padding: .25em;
	vertical-align : top;
	text-align : left;
	}
.body {
	position: relative;
	width: 100%;
	top:-1em;
	}
.city {
	position:relative;
	top: -1em;
	padding: .2em;
	}
.container {
	position: relative;
	margin-top: 5%;
}
.content {
	margin-right: 5%;
	margin-bottom: 10%;
	margin-left: 25%;
	padding-left: 0%;
	font-size: 1em;
	}
.content-hdr {
	font-size: 100%;
	font-weight: bold;
	color:black;
	background : #D3D3D3;
	}
.date {
	font-size: 1em;
	}
.hdrtxt {
	font-size:200%;
	color: Black;
	}
.indent {
	margin-left : 1em;
}
.keys {
	position: relative;
	top: -2em;
	left: 0%;
	font-size: .8em;
	font-weight: normal;
	padding: 1em;
}
.linkbar	{
	float: left;
	width: 20%;
	position: relative;
	padding-top: 1em;
	padding-right: .5em;
	padding-bottom: 5em;
	padding-left: .5em;
	font-size: .8em;
	color:black;
	background-color: #6cf;
	/*background-color: #9C6;*/
	/* background-color: #FFFF99; */
	}
.linkbar2	{
	position: absolute;
	top: 12em;
	left: 0em;
	width: 20%;
	/*12em;*/ 
	padding: .5em;
	font-size: .8em;
	color:black;
	/*background-color: #9C6;*/
	background-color: #66CCFF;
}
.linkbar3	{
	position: absolute;
	top: 18em;
	left: 0em;
	width: 20%;
	/*12em;*/ 
	padding: .5em;
	font-size: .8em;
	color:black;
	/*background-color: #9C6;*/
	background-color: #66CCFF;
}
.linkbar4	{
	position: absolute;
	top: 24em;
	left: 0em;
	width: 20%;
	/*12em;*/ 
	padding: .5em;
	font-size: .8em;
	color:black;
	/*background-color: #9C6;*/
	background-color: #66CCFF;
}
.linkbar5	{
	position: absolute;
	top: 30em;
	left: 0em;
	width: 20%;
	/*12em;*/ 
	padding: .5em;
	font-size: .8em;
	color:black;
	/*background-color: #9C6;*/
	background-color: #66CCFF;
}
.nav {
	position: relative;
	top: 1em;
	left: 0%;
	font-size: .8em;
	font-weight: normal;
	padding: 1em;
	}
.pg-title {
	background-color: #FF9;
	}
.small {
	font-size: .8em;
	}
.medium {
	font-size: 1em;
	}
.large {
	font-size: 1.5em;
	}
.rule {
	position: relative;
	top: -1em;
	/*height :1em;*/
	/*background-color: #396;*/
	}


