@charset "utf-8";
#agent {
	width: 125px;
	text-align: center;
}
#photopage   img {
	padding-right: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.agent {
	font-size: 80%;
	font-weight: bold;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	text-align: inherit; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-bottom: 10px;
	padding-left: 20px;
}

.BoldDesc {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header  {
} 

#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navbar {
	text-align: right;
	padding-right: 20px;
	font-size: 80%;
	font-weight: bold;
	color: #666666;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
}

#navbar a {
	color: #666666;
	text-decoration: none;
}

#navbar li {
	list-style-type: none;
	display: inline;
	padding: 10px;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
}



.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}



#footer a {
	color: #333333;
	text-decoration: none;
}
#footer {
	text-align: right;
	padding-right: 20px;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #99FF00;
}


#footer ul {
	margin: 0px;
	padding: 0px;
}

/* CSS Document */

#footer li {
	list-style-type: none;
	display: inline;
	padding: 10px;
}
#photopage {
	text-align: center;
}
.clear {
	clear: both;
}
.fltlft-20 {
	float: left;
	margin-right: 8px;
	padding: 0px;
	margin-bottom: 20px;
}
#container #main {
	font-size: medium;
	font-style: normal;
	background-color: #FFFF66;
	margin: 10px;
	padding: 20px;
}
#OptList {
	list-style-type: decimal;
}
#sidebar1  a {
	color: #FF0000;
	text-decoration: none;
}
#sidebar1 {
	text-align: left;
	padding-right: 20px;
	font-size: 80%;
	font-weight: bold;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 20px;
	background-color: #99FF00;
}
#sidebar1  ul {
	margin: 0px;
	padding: 0px;
}
#sidebar1  li {
	list-style-type: none;
	padding: 10px;
}
