



/* 
___________________________________________________________________________
Top Nav Bar
___________________________________________________________________________
 */


#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #CC9966;
float: left;
width: 100%;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

ul#navlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist li
{
float: left;
font-family: times;
font-size: 12px;
font-weight: normal;
margin: 0;
padding: 2px 0 2px 0;
background-color: #CC9966;

}

ul#navlist li#active
{
padding: 2px 15px 2px 15px;
color: #ffffff;
background-color: #000000;
border-right: 1px solid #ffffff;
}

#navlist a, #navlist a:link
{
margin: 0;
padding: 2px 15px 2px 15px;
color: #000000;
border-right: 1px solid #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #ffffff;
background-color: #333333;
}

/* 
___________________________________________________________________________
Sub Nav Bar
___________________________________________________________________________
 */
#subnavcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: #000000;
float: left;
width: 100%;
color: #FFFFFF
font-family: times;
font-size: 12px;
font-weight: normal;
border-bottom: 1px solid #ffffff;
}

ul#subnavlist
{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#subnavlist li
{
float: left;
font-family: times;
font-size: 12px;
font-weight: normal;
margin: 0;
padding: 2px 0 2px 0;
background-color: #000000;

}

ul#subnavlist li#active
{
padding: 2px 15px 2px 15px;
color: #ffffff;
background-color: #666666;
border-right: 1px solid #ffffff;
}

#subnavlist a, #subnavlist a:link
{
margin: 0;
padding: 5px 15px 4px 15px;
color: #ffffff;
border-right: 1px solid #fff;
text-decoration: none;
}

#subnavlist a:hover
{
color: #ffffff;
background-color: #333333;
}

/* 
___________________________________________________________________________
Columns
___________________________________________________________________________
 */

div.container
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:black;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:160px;
margin:0;
padding:1em;
}
div.content
{
margin-left:190px;
border-left:1px solid gray;
padding:1em;
}

/* 
___________________________________________________________________________
Body
___________________________________________________________________________
 */
body 
{
background-image: url('images/bg.gif');
background-attachment: fixed;
font-family:"Times New Roman", Times, serif;
font-size:80%;
color: #000000;
}
/* 
___________________________________________________________________________
Paragraph
___________________________________________________________________________
 */
p 
{

text-indent: .5cm;
font-size:100%
}

/* 
___________________________________________________________________________
text
___________________________________________________________________________
 */
H1 
{
font-family:"Times New Roman", Times, serif;
font-size:120%;
}

B 
{
font-family:"Times New Roman", Times, serif;
font-weight:bold;
font-size:100%;
}

I
{
font-family:"Times New Roman", Times, serif;
font-size:100%;
color: #cc0000;

}

A
{
font-family:"Times New Roman", Times, serif;
font-size:100%;
color: #cc0000;
text-decoration:none;
}


td
{
text-align: left;
vertical-align:top;
font-family:"Times New Roman", Times, serif;
font-size:100%;
}



/* 
___________________________________________________________________________
Pictures
___________________________________________________________________________
 */
 
 
 div.thumb {
	margin: 3px;
	border: 1px solid #A0ACC0;
	height: auto;
	float: right;
	text-align: center;
	background-color: #CC9966;
	}	
.thumb img{
	display: inline;
	margin: 2px;
	border: 0px solid #A0ACC0;
	}
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center;} 
.phototitle {
	text-align: center;
  font-weight: normal;
  width: 180px;
  margin: 0 3px 3px 3px;
  }

 
