.lightblue {
   color: #69a6f2;
}

.darkblue {
   color: #193967;
}

body {
padding: 0;
}

#leftnav {
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
width: 180px;
padding-top: 110px;
background-image: url('/images/leftcol_blue_guate_xrepeat.jpg'); 
background-repeat: repeat-x;
}


#maincontents {
position: absolute;
left: 200px;
top: 10px;
right: 40px;
padding-bottom: 2em;
}

#maincontents_withrightmenu {
position: absolute;
left: 200px;
top: 10px;
right: 220px;
bottom: 10px;
}

#maincontents h1 {
   color: #193967;
   padding: 0 0 0 0;
   font-family: verdana, sans-serif;
   border-bottom: 2px solid #69a6f2;
}

.hilighted_link {
/*  background-color: #dddddd; */
}

pre { border: 1px solid #333; background-color: #ddd; padding: .5em}

a:active {
color: #f0a248
}
a:link {
  color: #2B63B3;
  text-decoration: none;
}
a:visited {
  color: #2B63B3;
  text-decoration: none;
}
a:hover, .navelem a:hover {
  color: #f0a248;
}

.navelem a {
  color: white;
  text-decoration: none;
}

.navelem {
  float: left; 
  width: 165px; 
  margin-left: 5px;
}

.navelem .nav_pointer {
   float: left; 
   width: 10px;
   text-align: left;
}

.hilighted_link a {
  color: #f0a248;
}

.navelem_depth_0 {
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  color: white;
  padding: 4px 0px;
  font-size: 110%;
}

.navelem_depth_1 {
  font-size: 80%;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  margin-left: 15px;
}

table.infotable {
  border: 1px solid;
  border-width: 1px 0px 1px 1px;
}

table.infotable td,
table.infotable th
{
  margin: 0px;
  padding: 3px;
  border-right: 1px solid;
}

table.infotable td
{
  border-top: 1px solid;
}

.table_heading, .table_heading th {
  font-weight: bold;
  background-color: #E2F7FF;
}

.important_notice {
  margin-left: 20px;
  margin-right: 20px;
  background-color: #FFEDEB;
  padding: 5px 0px;
}

.important_notice p {
  padding: 0px 5px;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: solid 3px #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 170px;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 10px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 9px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.credit { 
position: absolute;
bottom: 2px;
right: 2px;
font-size: 70%;
}

.see-also { 
  font-size: 80%;
}

.see-also ol { margin-top: 0; }
.see-also p { 
  padding:0; margin: 0.1em; 
}
