body { margin: 0px; padding: 0px; border: 0px; background: #c75320; }

body, td { color: #333; font-family: Arial, sans-serif; font-size: 13px; }

img { border: 0px; }

.imgcell img, .imgcell a { display: block; margin: 0px; padding: 0px; border: 0px; }

a         { color: #046eaa; text-decoration: none; }
a:link    { color: #046eaa; }
a:visited { color: #f046eaa0; }
a:active  { color: #046eaa; }
a:hover   { color: #046eaa; text-decoration: underline; }

ul {
	margin-left: 40px;
	margin-right: 40px;
}
.nobr { white-space: nowrap; }

.btop  { border-top: 1px solid #ccc; }

.date { color: #f60; }

.agency { color: #369; }

table.mytable {
	border: 1px solid #ccc;
	border-collapse: collapse;
}
table.mytable td {
	border: 1px solid #ccc;
	padding: 2px 3px;
}
.dropcap {
		float: left;
		color:#D4D4C7;
		font-size: 7em;
		line-height: 0.7em;
		padding-top: 8px; padding-right: 5px;
		font-family: Times, serif, Georgia;
	}

.copyright { text-align: center; background: #676056 url("../graphics/bgnd_footer.gif") repeat-x; color: #EAE3D3; font-size: 10px; font-family: Verdana, Arial, sans-serif; letter-spacing: -1px; }

.copyright a { font-weight: bold; color: #EAE3D3; }

h1, h2, h3 { color: #046eaa; font-weight: bold; padding: 0 30px; }
h1 { font-size: 24px; }
h2 { font-size: 16px; }
h3 { color: #333; font-size: 16px; margin-top: 0;}
p { margin-left: 40px; margin-right: 40px; line-height: 18px;}

.tooltip { position:absolute; top:0px; left:0px; z-index:100; width:380px; text-align: center; visibility:hidden; font: 8pt MS Comic Sans,arial,sans-serif; background-color: #FFFFE6; padding: 8px; border: 3px solid #666; }

form { margin: 0px; padding: 0px; border: 0px; }
.sftext { width:100px; padding-left: 3px; color: #333; font-family: Arial, sans-serif; font-size: 11px; border: 1px solid #b2b2b2;}
.sfcheck { margin:0px; padding:0px; width: 14px; height: 14px; }
.ftext { width:140px; padding-left: 3px; color: #333; font-family: Arial, sans-serif; font-size: 13px; border: 1px solid #b2b2b2;}
.fselect { width:140px; color: #333; font-family: Arial, sans-serif; font-size: 13px; border: 1px solid #b2b2b2;}
.flabel { color: #333; font-family: Arial, sans-serif; font-size: 13px; font-weight: bold;}
.sfbutton { color: #333; background-color: #ece4d2; font-family: Arial, sans-serif; font-size: 10px; font-weight: bold; width: 60px; }

.sup { padding-left: 5px; color: #666; }
h1 { color: #676056; background: #F2EEE5; border-bottom: 1px solid #676056; padding: 5px 20px; margin-top: 0px; margin-bottom: 20px; }
.byline { font-size: 12px; margin-left: 20px; margin-bottom: 10px}
.text { font-size: 12px; margin-left: 20px; margin-bottom: 30px;}
.address { font-size: 12px; border-top: 1px dashed #333; padding-top: 10px; margin-left: 20px; margin-bottom: 10px}

#members p { margin-left: 40px; }



/* Navigation Toolbar
----------------------------------------------------------------------------- */

#navnfound {
	margin: 22px 0 0 0;
	padding: 0 10px 7px 0px;
	height: 17px;
	background: transparent url(../graphics/vline2bg.gif) bottom left repeat-x;
}

#navnfound span {
	display: block;
}

#navnfound #found {
	float: left;
	color: #555;
	font: 0.85em Tahoma, Verdana, Arial, sans-serif;
}

#navbar {
	float: right;
	margin: 0;
	padding: 0;
	width: 68px;
	height: 17px;
	list-style: none;
	overflow: hidden;
}

#navbar li {
	margin: 0; padding: 0;
}

#navbar a {
	float: left;
	padding: 17px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:17px; /* for IE5/Win only */
}

#navbar a:hover {
	background-position: 0 -17px;
}

#navbar a.disabled {
	background-position: 0 -34px;
}

#first a  {
	width: 17px;
	background: url("../graphics/nav_first.gif") top left no-repeat;
}

#previous a  {
	width: 17px;
	background: url("../graphics/nav_previous.gif") top left no-repeat;
}

#next a  {
	width: 17px;
	background: url("../graphics/nav_next.gif") top left no-repeat;
}

#last a  {
	width: 17px;
	background: url("../graphics/nav_last.gif") top left no-repeat;
}

#pages {
	display: block;
	margin: 20px 0 0 2px;
	padding: 10px 0 0 0;
	text-align: center;
	font: 0.85em Tahoma, Verdana, Arial, sans-serif;
	background: transparent url(../graphics/vlinebg.gif) repeat-x top;
}


/* Curved cutout Borders
----------------------------------------------------------------------------- */
.curved {
	background: transparent;
	width: 365px;
	float: left;
	margin: 10px;
}

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
	display: block; 
	overflow: hidden; 
	height: 1px;
	font-size: 1px;
}

.curved .b1, .curved .b2, .curved .b3, .curved .b4 {
	background: #d6e7f7; 
	border-left: 1px solid #fff; 
	border-right: 1px solid #fff;
}

.curved .b1 {
	margin: 0 4px; 
}

.curved .b2 {
	margin: 0 2px; 
}

.curved .b3 {
	margin: 0 1px;
}

.curved .b4 {
	margin: 0 1px;
}

.curved .boxcontent {
	display: block; 
	background: #d6e7f7; 
	border: 0 solid #fff; 
	border-width: 0 1px;
	font-size: 13px;
	padding: 10px;
}

.curved .boxcontent td {
	font-size: 11px;
	text-align: left;
}

.post_title {
	text-align: left;
	color: #5e83a5;
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #5e83a5;
}

.post_go {
	margin-top: -20px;
	float: right;
}
