/* lines on left nav */
hr {
	width : 100%;
	color : #8B0000;
	height: 1px;
	}

/* blue backgroung top and left */	  
td.blue {
background-color : #000063;
margin-left: 20px;
}

/* white content area */
.content {
background-color: white;
 padding-left : 20px;
}

/* top area where subtitle goes */
.subtitle {
	border : 1px solid #000063;
}

/* text styles */
body, td {
font : .8em Arial, Helvetica, sans-serif;
color: #000063;
/*color: #000063;*/
}

p {
font : .9em Arial, Helvetica, sans-serif;
color: #000063;
}

.margin {
margin-left: 20px;
}

/* regular links in content */	  

a:link {
text-decoration: none;
font : bold 1em Arial, sans-serif;
color:#000063;
}

a:visited {
text-decoration: none;
font : bold 1em Arial, sans-serif;
color:#000063;
}

a:hover {
color: #8B0000;
}

/* for left nav links */

a:link.nav {
text-decoration: none;
margin-left: 20px;
font : bold .9em Arial, sans-serif;
color: white;
}

a:visited.nav {
text-decoration: none;
margin-left: 20px;
font : bold .9em Arial, sans-serif;
color: white;
}

a:hover.nav {
color: #6699cc;
margin-left: 20px;
}

/* content area links */

a:link.content {
text-decoration: none;
font : bold 1em Arial, sans-serif;
color: blue;
}

a:visited.content {
text-decoration: none;
font : bold 1em Arial, sans-serif;
color: blue;
}

a:hover.content {
color: #6699cc;
}

h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }


