body,td,th {
 	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:0.9em;
}

body {
	margin:0px;
	padding:3px;
	text-align:center;
}

h1 { font-size:1.3em;  margin:0px;}
h2 { font-size:1.2em;  margin:0px;}
h3 { font-size:1.15em; margin:0px;}
h4 { font-size:1.1em;  margin:0px;}
h5 { font-size:1.05em; margin:0px;}
p { margin:0; }

A { color:#666666;}	
A:hover   { color:BLACK;}	
/*
A:visited { color:#333333; }
A:active  { color:#333333; }
*/





.central-content {
	margin:30px;
	text-align:left;
}

.panel-left {
	background:url(images/panel-bg-left.gif);
	background-repeat:no-repeat;
	text-align:center;
}

.panel-right {
	background-repeat: no-repeat;
	background:url(images/panel-bg-right.jpg);
}

.panel-right-swirl {
	background-repeat: no-repeat;
	background:url(images/panel-bg-right-swirl.jpg);
}
.panel-right-home {
	background-repeat: no-repeat;
	background:url(images/panel-bg-right-home.jpg);
}

.panel-right-tall {
    background-repeat:repeat-y;
	background:url(images/panel_middle.jpg);
}

.panel-right-tall-2ndbg {
	background:url(images/panel_bottom.jpg) no-repeat bottom;
}

.panel-outer-table {
padding-bottom:40px;
}

.central-content {
}

.logo {
	margin:4px;
	margin-top:27px;
}

.central-scrollarea {
	width:600px;
	text-align:left;
	padding:10px;
	margin:0px;
	
    /*background-color:#9DDBE8; darker blue? */
	
	background: #B9E2EE url('./images/swirl-bottom.gif') no-repeat fixed top left;
	
	/* filter:alpha(opacity=25);-moz-opacity:.25;opacity:.25; */
	
	border-style:solid none none solid;
	border-width:1px;	
	border-color:#9CD6E7;	
		
	scrollbar-arrow-color: #4e658a;
	scrollbar-3dlight-color: #777799;
	scrollbar-darkshadow-color: #666677;
	scrollbar-face-color: #AA7ABF;
	scrollbar-highlight-color: #e9e9e9;
	scrollbar-shadow-color: #6BB4F4;
	scrollbar-track-color: #B6D8D8;
	
	
}

.central-area-shadow {
	/*margin-bottom:100px;*/
}

.jump-links {
    font-style:italic;
	font-size:0.9em;
	text-align:center;
}

div.group-box {
	background: WHITE;
	border-style:outset;
	border-width:2px;
	margin-top:10px;
}

.group-description {
	font-size: 0.8em;
	padding:5px;
}


table.group-fields {
	border-collapse:collapse;
}


.group-fields td,th {
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid solid solid none;
	padding:2px;
	font-size: 0.8em;
}

.group-box th {
	/*font-weight:normal;*/
	text-align:right;
}

.top-link {
	font-size: xx-small;
	font-style:italic;
}

.footer-links {
	padding-top:10px;
	padding-bottom:10px;
}



.faded-box {
	background-repeat:repeat-x;
	background:url(images/faded_box.jpg);
	width:200px;
	height:354px;
	padding:10px;
	margin:0px;
	
	position:relative;
	top:-14px;
	left:355;
}
.faded-box1 {
	background-repeat:repeat-x;
	background:url(images/faded_box.jpg);
	width:196px;
	height:354px;
	padding:10px;
	margin:0px;
	
	position:relative;
	top:-14px;
	left:-355;
}

