html { 
	background-color: #f0f1f5; 
}
body {

	background-color: #f0f1f5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3 {
	padding-left: 15px; 
	padding-right: 15px;
	padding-bottom: 5px; 
	margin: 0px; 
}
h1 {
	font-size:20px;
	color: #285938;
	padding-top:6px;
}
h2 {
	font-size: 16px; 
	color: #2b79fc;
	padding-top:8px;
}
h3 {
	font-size: 14px; 
	color: #000;
}
.bigger {
	font-size:14px;
}
.smaller {
	font-size:10px;
}
.green {
	color: #285938;
}
p {
	padding:0 15px 12px 15px;
	margin: 0px; 
	line-height: 1.5; 
}
img {
	border:none;
}
.imagefloatright  {
	margin-left: 5px;
	margin-right: 15px;
	float: right;
}

.imagefloatleft  {
	margin-left: 15px;
	margin-right: 5px;
	float: left;
}

a.nodecor:hover {
	text-decoration:none;
}
blockquote {
	padding:0 15px 12px 30px;
	margin: 0px; 
	line-height: 1.5; 
}
ol {
	padding:0 15px 0 45px;
	margin: 0px; 
	line-height: 1.5; 
}
a:link {
	color:#3366CC;
	text-decoration: none;
}
a:visited {
	color:purple;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color:black;
}
.clearpadding {
	padding-left:0;
	padding-right:0;
}
.PaddingTop8 {
	padding-top:8px;
}
.PaddingTop20 {
	padding-top:20px;
}
.blue { 
	color: #2b79fc;
}
.red { 
	color: red;
}
.center {
	text-align:center;
}
.center table
{ 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.highlight {
	margin:10px 30px;
	padding:10px;
	display:block; 
	background-color: #fae39f; 
	text-align:center;
}
.highlightBlue {
	margin:5px 5px 5px 5px;
	padding:5px;
	display:block; 
	background-color: #ebf1fd; 
	text-align:center;
}

.archivehighlight {
	background-color: #FFFF99; 
}
div#maincontainer {
	margin: 0px auto;
	width: 1100px;
	text-align: left;
	background-image:url(../images/stamp1.gif);
	background-repeat: no-repeat;
	background-position:933px 91px;
}
div#container {
	margin: 0px auto;
	width: 960px;
	text-align: left;
	z-index: 1;
}
div#header {
	height:155px;
	padding: 5px;
	text-align: center;
	clear:both;
}
div#identity {
	margin: 0px auto;
	text-align:center;
	
}
div#leftcolumn{
	float: left;
	background:#cfdefd;
	width: 200px;
	padding-top: 0;	
	z-index: 2;
}
div#menu {
	font-size:10px;
	overflow: auto;
	width: 100%;
	padding-top: 5px;
}
ul#nav,ul#nav li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#nav{
	padding-left:8px;
	
}
ul#nav li{
	margin-left:5px;
	float:left;
	text-align: center;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:none;
	border-left: 1px solid #ccc;
	background:#fff;
	height:20px;
	margin-top:5px;
}
ul#nav a{
	float:left;
	width:85px;
	text-decoration:none;
	background: #fff;
	font-weight:normal;
	color: #2b79fc;
}
ul#nav li.active a,ul#nav a:hover{
	color:#9F9F9F;
}
.house  {
	background-image: url(../images/house.gif) !important;
	background-repeat: no-repeat !important;
	background-position:8px 0px !important;
}
.login  {
	background-image: url(../images/login.gif) !important;
	background-repeat: no-repeat !important;
	background-position:8px 0px !important;
}
.minheight {
	min-height:611px; /*be sure that .ddsmoothmenu-v in ddsmoothmenu-v.css is the same value*/
}
div#content {
	padding:0;
	margin:0;
	background-color: #cfdefd;
	width:730px;
	float:right;
	/*vertical line between left toc and main content*/
	/*border-left: 10px solid #f0f1f5;*/
	z-index: 1;
}
div#content li {
	padding-bottom:10px;
	line-height: 1.2;
}
table {
	padding:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
td {
	border: solid 1px #838B8B;
	padding:8px;
}
.membershiptable td {
	border:none;
	padding:4px;
}
.noborder td {
	border: none;
}
.padding2 td {
	padding:2px;
}
div#box {
	display: inline; 
	background:#FFF; 
	float: right; 
	margin: 10px 15px 10px 5px; 
	width: 300px; 
	font-size:12px;
}
/*
div#scroll {
	display: inline; 
	background:#FFF; 
	float: right; 
	width: 295px; 
	font-size:12px;
	height:450px;
	overflow:scroll;
}
*/
div#scroll {
	display: inline; 
	background:#FFF; 
	float: right; 
	width: 295px; 
	font-size:12px;
	height:450px;
	overflow-x: hidden;
	overflow-y:auto;
}

div#scroll h2 {
	padding:5px;
}
div#footer {
	margin-top:20px;
	text-align: center;
}
address {
	font-style: normal;
	color:#000;
	padding:11px 0 15px 0;
}
a.footer:link {
	color: #000;
}
a.footer:visited { 
	color: #000; 
} 
a.footer:hover {
	text-decoration: underline;
}
a.footer:active {
	color: #000;
}
.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;
}

