﻿/* CSS layout */
#PhotoCaption {
	position: static;
	width: 175px;
	margin: 0px 0px 20px 20px;
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	padding: 10px;
	float: right;
}
#container {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
#masthead {
	padding: 0px;
	width: 760px;
}
#top_nav {
	width: 760px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
#top_nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#masthead_bottom {
	padding: 0px;
	width: 760px;
}
#content_container {
	position: relative;
	width: 100%;

}
.marginLeft40px {
	margin-left: 40px;
}
p.Highlight {
	background-color: #FFFFCC;
	border: 1px dotted #FF9900;
	padding: 10px;
}
#page_content {
	padding: 20px 20px 0px 20px;
	margin-right: 260px;
	line-height: 20px;
}

#right_col {
	width: 200px;
	position: absolute;
	padding: 70px 20px 0px 20px;
	right: 13px;
	top: 4px;
}
#footer {
	padding: 10px;
	width: 740px;
	background-color: #009966;
	margin-top: 20px;
	font-family: Verdana;
	font-size: 8px;
	color: #CCFFCC;
}
#footer a{
	text-decoration: none;
	color:#CCFFCC;
}
body{
	font-family: Arial, "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: #FFFFFF;
	text-align: left;
	margin: 0;
}
.imgNoBorder {
	border-width: 0;
}
.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
h3 {
	font-family: Georgia;
	font-size: 24px;
	color: #008000;
	font-weight: normal;
}
.center {
	text-align: center;
}
.H4Gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.left {
	text-align: left;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.imgLeft {
	margin: 0px 15px 15px 0px;
	float: left;
}
.textSmallGray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.datatable
{
    BORDER-RIGHT: #cccccc 0px solid;
    PADDING-RIGHT: 3px;
    BORDER-TOP: #cccccc 1px solid;
    PADDING-LEFT: 3px;
    FONT-SIZE: 10px;
    PADDING-BOTTOM: 3px;
    MARGIN: 10px 5px 5px;
    BORDER-LEFT: #cccccc 0px solid;
    PADDING-TOP: 3px;
    BORDER-BOTTOM: #cccccc 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

