
body {
  font-family: arial, verdana, sans-serif;
  font-size: 0.9em;
 
}


blockquote {
background: #eff;
padding: 15px;
}
table
{
  border: 0px;
  background-color: white;
  font-family: arial, verdana, sans-serif;
  font-size: 1em;
}
h1 
{
  color: black;
  font-size: 1.6em;
  font-style: italic;
  text-align: center;
}

h2  
{ color: black;
  font-size: 1.5em;
}

p
{
  color: black
  font-size: 1.1em;
}

p.2
{
  color: black
  font-size:0.7em;
}

p.3
{
  color: black
  font-size:0.8em;
  font-style: italic;
}

#nav ul
{
  border-top-width: 1em;
  list-style: none;
  padding: 20px;
  margin: 0;

}

#nav li a
{
}
#nav li a:hover
{
  text-decoration: underline
}


.center
{
  text-align: center;
}

.normal
{
  background: url(navback.gif) #fff bottom left repeat-x;
  height: 2em;
  line-height: 2em;
  width: 13em;
  display: block;
  border: 0.1em solid #dcdce9;
  color: #0d2474;
  text-decoration: none;
  text-align: center;
  margin: 1px

}
.location
{
  background: url(navback.gif) #fff bottom left repeat-x;
  height: 2em;
  line-height: 2em;
  width: 13em;
  display: block;
  border: 0.1em solid #dcdce9;
  color: #0d2474;
  text-decoration: none;
  text-align: center;
  font-weight: 900;
  margin: 1px
}


#nav {
z-index: 2;
position: absolute;
left: 20px;
top: 120px;
}

#header {
z-index: 1;
position: absolute;
top: 10px;
left: 13px;
width: 950px;
overflow: hidden;
}



#content {
z-index: 3;
position: absolute;
left: 244px;
top: 150px;
width: 700px;
height: 370px;

}



#footer {
z-index: 0;
position: absolute;
bottom: 10px;
right: 110px;

width: 700px;
height: 20px;
text-align: right;
}

#footer p {
padding: 10px;
color: #ddd;
}

.back
{
  float: right;
margin: 10px;
}

#content ul
{
  border-top-width: 1em;
  list-style: none;
  padding: 20px;
  margin: 0;
}



.glossymenu{
	position: absolute;
	left: 190px;
        top: 104px;
        width: 750px;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background-image: url(/graphics/menu1.gif); /*tab background image path*/
        background-repeat: repeat-x;

        height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 12px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url("/graphics/menu2.gif") no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url("/graphics/menu3.gif") no-repeat right top; /*right tab image path*/
}





