@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url('Graphics/camo2.gif');
	margin: 0;
	padding: 0;
	text-align: center; /* This centers the container in IE 5* browsers. The text is then set to the left aligned default in #maincontent */
}

#maincontent
{
	width: 55em;  /* this will create a container about 950px wide */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px ridge #030;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#structuraltable
{
	width:100%;
	border: 0px;
	margin: 0px;
	padding: 2px;
}

#centerit
{
	text-align:center;
	vertical-align:middle;
}

#justipad
{
	font-size:90%;
	text-align:justify;
	padding: 0px 4px 0px 4px;
	margin: 6px 0px 6px 0px;
}

#title1
{
	font-size: 10px;
}

#title2
{
	font-size: 40px;
}

#advert
{
	font-size:9px;
	color:#666;
}

p.small_left
{
	float:left;
	font-size:80%;
	font-weight:bold;
	color:#333;
	padding:0px;
	margin:3px 0px 1px 12px;
}

p.small_right
{
	float:right;
	font-size:80%;
	color:#333;
	padding:0px;
	margin:3px 12px 1px 0px;
}

p.comment
{
	font-size:88%;
	color:#060;
	padding:3px;
	margin:7px 12px 1px 12px;
	border-style:solid;
	border-color:#0C9;
	border-width:1px;
	text-align:left;
	width:80%;
}

#yacc
{
	color:#060;
	font-size:85%;
}

#headline
{
	text-align:center;
	font-size:200%;
	margin:14px 0px 14px 0px;
}

p.subtitle
{
	font-weight:bold;
	padding:0px;
	margin:5px 5px 5px 0px;
}

#topleft
{
	float: left; 
	width: 19em;
	padding: 0px 0px 0px 10px;
}

#topright
{	
	float: right;
	width: 15em;
	padding: 0px 10px 0px 0px;
}

#topmiddle
{
	margin: 0px 16em 0px 20em;
}

#topleft2
{
	float:left;
	width:37.5em;
	padding:0px 10px 10px 10px;
	border-right-style:solid;
	border-right-color:#030;
	border-right-width:1px;
}

#leftcolumn
{
	text-align:justify;
	float: left; 
	width: 26em;
	margin: 10px 7px 10px 12px;
}

#rightcolumn
{
	text-align:justify;
	float: right; 
	width: 26em;
	margin: 10px 12px 10px 7px;
}

#commentleft
{
	float: left; 
	width: 26em;
	margin: 10px 7px 10px 12px;
}

#commentright
{
	font-size:88%;
	float: right; 
	width: 26em;
	margin: 10px 12px 10px 7px;
}

#centering
{
	margin:12px 0px 12px 0px;
}

#inlineheading
{
	font-weight:bold;
}

#dateline
{
	font-style:italic;
}

#smallunder
{
	font-size:60%;
	margin:1px;
	padding:1px;
}

p.byline
{
	font-style:italic;
}

#blurbstyle
{
	height:150px;
	width:auto;
	overflow:auto;
	text-align:justify;
	font-size:small;
	padding:6px;
}

#blurbstyle p
{
	margin:4px 0px 6px 0px;
}

#blurbstyle2
{
	width:26em;
	margin:10px 10px 10px 6px;
	padding:0px 8px 0px 8px;
	border-style:solid;
	border-color:#060;
	border-width:1px;
	text-align:justify;
	line-height:130%;
}

.briefdesc
{
	font-size:90%;
	color:#030;
	padding:0px 0px 3px 0px;
}

#mostrecenttable
{
	text-align:left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size:smaller;
}

#litebox
{
	text-align:left;
	border-style:solid;
	border-color:#030;
	border-width:1px;
}

.vertline
{
	background-image:url('Graphics/vertline.gif');
	background-repeat:repeat-y;
}

.verthoriz
{
	background-image:url('Graphics/vertline.gif');
	background-repeat:repeat-y;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#030;
}

#horizliteline
{
	background-image:url('Graphics/horizliteline.gif');
	background-repeat:repeat-x;
	background-position:center;
}

#horizline
{
	background-image:url('Graphics/horizline.gif');
	background-repeat:repeat-x;
	background-position:center;
}

.horiz
{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#030;
}

#head1
{
	font-weight:bold;
	text-decoration:underline;
}

#smallboldcenter
{
	font-weight:bold;
	font-size:90%;
	text-align:center;
}

h4
{
	font-size:16px;
	padding:0px;
	margin:5px;
}

h5
{
	text-align:center;
	font-size:20px;
	padding:0px;
	margin:3px;
}

h6
{
	font-size:10px;
}

#sic
{
	font-style:italic;
	color:#030;
}

/* CSS for navigation bar */
ul.navbar
{
	list-style-type:none;
	margin:0px 0px 7px 12px;
	padding:0;
	overflow:hidden;
}

li.navitem
{
	float:left;
}

a.nav:link,a.nav:visited
{
	display:block;
	width:68px;
	font-size:70%;
	font-weight:bold;
	color: #FFF;
	background-color: #060;
	text-align:center;
	padding:3px;
	text-decoration:none;
	/*text-transform:uppercase;*/
}

a.nav:hover,a.nav:active
{
	background-color: #033;
}

/* end CSS for navigation bar */

/* tooltip for caption on photo */
a.captiontip
{
    /*z-index:40;*/
	border:none;
    text-decoration:none;
}

a.captiontip:hover
{
    position:relative;
}

a.captiontip span
{
	display: none;
}

a.captiontip:hover span
{
    display:block;
    position:absolute;
    top:-40px;
	left:0px;
	width:200px;
    border:1px solid #060;
    background-color: #3F9;
	color:#000;
	z-index:50;
	opacity: 0.7;
	font-size:90%;
    text-align: center;
}
	
/* end tooltip for caption on photo */

/* for the archives, this class allows for highlighting of photos */
a.highlight1
{
	margin:3px;
}

a.highlight1 img
{
	border:1px solid #FFF;
}

a.highlight1:hover img
{
	border:1px solid #090;
}

/* end archives highlighting class*/

/* for highlighting page numbers in the archive tables */
a.pagelink
{
	margin:1px;
}

a.pagelink span
{
	border:1px solid #FFF;
}

a.pagelink:hover span
{
	border:1px solid #090;
	background-color:#6F9;
}

/* end */

/* for the sidebar, this class allows for highlighting of text */

a.highlight2
{
	text-decoration:none;
	font-size:87%;
	color:#000;
}
a.highlight2 p
{
	/* border:1px solid #fff; */
	margin:2px 0px;
}

a.highlight2:hover
{
	text-decoration:none;
	color:#090;
}
/*a.highlight2:hover p
{
	border:1px solid #090;
}*/

/* Table on the photo archive pages */
#parchivetable
{
	border-collapse:collapse;
	border:7px ridge #060;
}
#parchivetable tr
{
	border:3px solid #0C6;
}
#parchivetable td
{
	border:1px solid #0C6;
	padding:5px 1px 8px 1px;
}

#tablesmall
{
	font-size:70%;
	margin:2px;
	padding:0;
	text-align:center;
}
/* end */
/* Table on the other archive pages */
#archivetable
{
	border-collapse:collapse;
	border:7px ridge #060;
	font-size:85%;
}
#archivetable tr.head
{
	border:3px solid #0C6;
}
#archivetable td
{
	margin:3px 0px 1px 0px;
	padding:2px 3px 2px 5px;
}
#tablesmall2
{
	font-size:85%;
	margin:1px;
	padding:0px;
	text-align:center;
}


.clearfloat
{ 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}