body,td
{ 	
	font-family:Constantine,georgia,times,arial,helvetica;
	font-size:11px; 
	color: #857776; /* #655C59; */
}
b
{ 	
	font-weight:bold;
}
a:hover{
	color:#3188bb; /*#2E6B99; */
}
a
{
	color:#655C59; /* #857776; */
	text-decoration:none;
}
a.selected
{
	/*text-decoration:underline;*/
	color:#3188bb;
}

/* <SCROLLPANE> */

.holder {
	position: absolute;
	left: 8px;
	top: 80px;
	float: left;
	margin: 0px;
}
.scroll-pane {
	top: 0px;
	width: 100%; /* 763px */
	height: 296px;
	min-height: 296px;
	overflow: hidden;
	float: left;
	display: inline;
}
#pane2 {
	top: 0px;
	height: 296px;
	min-height: 296px;
	background: #b9aca9;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}


/* </SCROLLPANE> */

/* MAINWRAPPER */
#mainwrapper
{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 780px;
    height: 500px;
    margin-left: -390px; /* half of width */
    margin-top: -250px;  /* half of height */
    min-width: 780px;
	min-height: 500px;
}


/* CONTAINER */
#container {
	background-image: url("../images/container.gif");
	background-position: 0px 70px;
	position: relative;
	left:        0px;
	top:           0px;
	margin-left:   0px;
	margin-top:    0px;
	float:        left;
	width:       780px;
	height:       442px;
	padding: 0px 0px 0px 0px;	
}

/* HEADER */
#header {
	position: absolute;
	left:        0px;
	top:           0px;
	margin-left:   0px;
	margin-top:    0px;
	float:        left;
	width:       780px;
	height:       70px;
	padding: 0px 0px 0px 0px;	
	z-index: 11;
}


/* MENU */
#menu {
	position: absolute;
	left:        120px;
	top:           381px;
	margin-left:   0px;
	margin-top:    0px;
	float:        left;
	width:       750px;
	height:       100px;
	padding: 0px 0px 0px 0px;	
	z-index: 10;
}

/* MAILTO */
#mailto {
	text-align: center; 
	position: absolute;
	left:        00px;
	top:           470px;
	margin-left:   0px;
	margin-top:    0px;
	float:        left;
	width:       780px;
	height:       20px;
	padding: 0px 0px 0px 0px;	
	z-index: 12;
}

#content {
	position: absolute;
	left:        200px;
	top:           0px;
	margin-left:   0px;
	margin-top:    0px;
	float:        left;
	width:       550px;
	height:       auto;
	padding-top:   0px;
	padding-right: 0px;
	padding-left:  0px;
	
}



