﻿@import url("layout.css");
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url("images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	background: #FFF;
	background-image:url('images/cameras/LeftGradient.gif');
	background-repeat: repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 5px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 1px solid;
	border-color: #CCC;
}
#picture {
	float: left;
	width: 135px;
	margin-left: 25px;
	text-align: center;
	/* border: 1px #AAA solid; */
}
.picture p {
	width: 135px;
	margin: 10px 0 0 0;
	border: 1px dashed #666;
	text-align: center;
	caption-side: bottom;
	padding: 0px 0px 0px 5px;
}
#masthead {
	float: right;
	width: 555px;
	padding: 5px;
	margin: 5px;
	border: 1px solid;
	border-color: #FFF;
}
#inner {
	float: left;
	width: 795px;
	padding: 5px;
	margin: 5px;
	border: 1px solid;
	border-color: #FFF;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 25px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	float: left;
	width: 610px;
	margin: 5px;
	padding: 5px;
	border: 1px solid;
	border-color: #FFF;
}
#footer {
	clear: both;
	width: 795px;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	border-top: 1px solid;
	border-color: #AAA;
}


/* Content Styles */
#content h1{
	font-size: 20px;
}
#content h2 {
	font-size: 16px;
}
content p {
	font-size:14px;
}
#content li {
	font-size: 14px;
}

/* Calendar Styles */
#calendar {
	width: 100%; 
	height: 100%; 
}
.style1 {
	font-size: 1em;
}
.date {
	border-top: 1px solid #000;
	vertical-align: top;
	text-align: left;
	width: 95px;
}
.desc {
	border-top: 1px solid #000;
	padding-bottom: 10px;
}

/* What Else Styles */
#other_stuff {
	width: 100%;
	height: 100%;
	margin-left:20px;
}
.item {
	width: 90px;
}

/* Officer Table Styles */
#officers {
	width: 80%; 
	height: 80%;
	margin-left: 40px;
}


/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #AAA;
	background-color: #CCC;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color:#FFFF99;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}



