<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @group Layout */

body{
	margin: 0;
	padding: 0;
	background: url(../images/design/body_bg.jpg) repeat-x;
}
body, p{
	margin-top: 0;
	padding-top: 0;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: .25em;
	padding-top: 0;
	color: #6c7b7e;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-style: italic;
}
table{
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
}
th{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	color: #360;
	padding: 5px;
	font: bold 1.5em Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background-color: #efefef;
}
table h1, table h2, table h3, table h4, th h1, th h2, th h3, th h4{
	color: #284907;
	font-weight: bold;
}
tr{
	
}
td{
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	padding: 3px;
}
.invisible, .invisible th, .invisible td{
	border: none;
}
/* An extra div if needed, not plugged into the HTML by default */
#contact{
	
}
#container{
	display: block;
	width: 985px;
}
#header{
	text-align: center;
	background: url(../images/design/header_bg.jpg) no-repeat;
	display: block;
	padding-left: 40px;
	height: 256px;
}
#nav{
	display: block;
	width: 188px;
	background: url(../images/design/nav_bg.jpg) no-repeat;
	text-align: right;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	float: left;
	padding-left: 52px;
}

#nav ul{
	margin: 0;
	list-style-type: none;
	padding-left: 0;
}
#nav li a{
	color: #6c7b7e;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
}

#nav li a:hover{
	color: #6c7b7e;
	font-weight: bold;
	font-style: italic;
	background-color: #d6e5e0;
}

#wrapper{
	display: block;
	float: right;
	width: 745px;
	background: url(../images/design/content_bg.gif) no-repeat;
	min-height: 400px;
}

#content{
	display: block;
	background: url(../images/design/content_bg.gif) no-repeat;
	padding-left: 8px;
	padding-right: 31px;
	padding-top: 8px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}
#footer{
	display: block;
	clear: both;
	background: url(../images/design/footer.gif) no-repeat;
	height: 34px;
	text-align: center;
	padding-left: 60px;
	padding-top: 16px;
	padding-bottom: 35px;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #6c7b7e;
}

#api a{
	color: #6c7b7e;
}

#api a:hover{
	color: #76a542;
	background-image: url(../images/design/footer.gif);
}
.formal{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.large{
	font-size: 2em;
}
.left{
	float: left;
	margin-right: 1em;
	}
.right{
	float: right;
	margin-left: 1em;
}
.clear{
	clear: both;
}
span.updated{
	background: url(../images/design/new.png) no-repeat left center;
	padding-left: 21px;
}
a.documents{
	background: url(../images/design/doc-green_16.png) no-repeat left center;
	padding-left: 20px;
	padding-bottom: 3px;
	color: #548a0c;
}
a:hover.documents{
	background: url(../images/design/down-green_16c.png) no-repeat left center;
}
.burst{
	width: 125px;
	height: 125px;
	text-align: center;
	background: url(../images/design/burst.png) no-repeat;
}
/* @end */

/* @group AJAX Members List */

#memnav a{
 	font-size: 15px;
	font-weight: bold;
	background-color: #d6e5e0;
	color: #6c7b7e;
	text-decoration: none;
	padding: 3px;
	}
	
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: #6c7b7e;
	color: #fff;
	text-decoration: none;
	padding: 3px;

	}
/* @end */
</pre></body></html>