/*@import url('navbar.css');*/

/*For Main Navigation Buttons on Home Page */
div#navbar2 {
 height: 34px;
 width: 100%;
 border-top: solid #000 1px;
 border-bottom: solid #000 1px;
 background-color: black;
}
/*prior background-color: #990000;*/

div#navbarlittle {
  height: 18px;
  width: 100%;
 border-top: solid #000 1px;
 border-bottom: solid #000 1px;
 background-color: black;
}

div#navbar2 ul {
 margin: 0px;
 padding: 0px;
 font-family: Cambria, Arial, Helvetica, serif;
 font-size: 16px;
 color: white;
 line-height: 30px;
 white-space: nowrap;
}
div#navbar2 li {
 list-style-type: none;
 display: inline;
}
div#navbar2 li a {
 text-decoration: none;
 padding: 7px 10px;
 color: #FFF;
}
div#navbar2 lia:link {
 color: white;
}
div#navbar2 lia:visited {
 color: #CCC;
}
div#navbar2 lia:hover {
 font-weight: bold;
 color: #FFFF00;
 background-color: #3366FF;
}

body {
  background-color: #FFFFCC;
  font-family: Cambria, 'Trebuchet MS', 'Lucida Sans Unicode', verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  text-align: center; /* IE 5.5 hack */
}

h1 {
	font-size: 20px; 
	font-style: bold; 
	text-align: center;
	}

p.title {
  font-family: Cambria, 'Trebuchet MS', 'Lucida Sans Unicode', verdana, arial, helvetica, sans-serif;
  font-size: 18px;
  font-style: bold;
  text-align: center;
  }

p.header {
  font-size: 32px;
  font-style: bold;
  text-align: center;
  color: yellow;
  }

p.little {
  font-size: 12px;
  font-style: bold;
  text-align: center;
  color: yellow;
  }

p.credit {
  font-size:9px;
  text-align:center;
  }
  
#clearer {
  clear: both;
  margin: 0;
  padding: 0;
}

div.main_body {
width: 755px; 
margin: auto; 
border: 0px; 
background-color: #fff;
text-align: left; 
}

a.inside:link, a.inside:visited, a.inside:active {
color : #000;
text-decoration: none;
}

div.right_col {
	float: right; 
	width: 146px;
	background-color: #FFFFcc;
	text-align: left; 
	padding: 2px; 
	padding-top: 0px;
	}

div.right_col_top {
	Width: 144; 
	background-color: #990000; 
	padding-left: 1px; 
	padding-right: 1px; 
	color: white; 
	border-color: black;
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 0px;
	}

div.right_col_bot {
	width: 144; 
	background-color: #FFFFCC; 
	padding-left: 1px; 
	padding-right: 1px; 
	color: black; 
	border-color: black;
	border-style: solid; 
	border-bottom-width: 1px; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-top-width: 0px;
	}

div.right_col_space {
	width: 144; 
	background-color: #FFFFcc; 
	height: 2px;
	}


div.left_col {
	float: left; 
	border: 0px; 
	width: 150px; 
	padding: 0px; 
	text-align: left;
	background-color: #fff;
	}

div.left_col_links {
	float:left; 
	width: 146px; 
	padding-left: 2px; 
	padding-right: 2px;
	}

div.photoBox {
	float:right; 
	width:235px; 
	border:1px solid #999999; 
	margin:1em 0 1em 1em; 
	padding:3px 3px 3px 3px;
	font-size:.8em; 
	text-align:center;
	background-color: #CCC; }
div.photoBox img { border:1px solid #999999; }

div.footer {
	width: 800px; 
	border: 1px; 
	padding: 5px; 
	background-color: #ffffcc; 
	margin: auto; 
	margin-bottom: 0px; 
	text-align: center;
	}