body
{
	margin: 0px;
	font: 12px "Lucida Grande", verdana, sans-serif, arial;
	color: black;
	background: #e7e7e7;
}

#holder 
{
  margin-left: auto;
  margin-right: auto;
  width: 860px;
  text-align: justify;
  background: url(page.png) repeat-y center;
}

hr
{
	clear: both;
}
	
h1
{
/* --------------- background-color: #24b ------------------------------ */
	background-color: #557;
	color: white;
	padding-left: 30px;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
}

h2
{ 
  font-size: 24px;
  margin-top: 10px; 
  font-weight: bold;
}

h3
{ 
  font-size: 18px;
/* ---------------   color: #13b; ------------------------------ */
/* ---------------   color: #44a; ------------------------------ */
  color: #357;
  font-weight: bold;
}

h4
{ 
  font-size: 14px;
  margin-top: 12px; 
  margin-bottom: 10px; 
  font-weight: bold;
}

p
{
  margin-top: 6px; 
  margin-bottom: 6px; 
}

pre
{
  padding:8px;
  background-color:#e6edff;
  border:1px solid #bfbfbf; 
}

a
{ 
  text-decoration: underline;
  color: #900;
}

a img
{ 
  border: none;
}

a:hover
{ 
  text-decoration: none;
  color: red;
}

.icon_link img:hover
{ 
  border: 2px solid #13b; 
  max-height: 44px; 
  max-width: 44px; 
}

.left
{
  float: left;
}

.right
{
  float: right;
}

p.right
{
  margin-top: 4px; 
  text-align: center;
}

/* --------------- FORMS ------------------------------ */
form
{ 
  margin-top: 1px; 
  margin-bottom: 10px; 
}


/* --------------- LOGO, NAVIGATOR ------------------------------ */

#logo
{ 
  width: 812px;
  margin-left: auto;
  margin-right: auto;
}

#navigator
{
  width: 844px;
  margin-top: 14px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.topline
{
	clear: both;
  margin: 0px;
  border-top: 1px solid #adadad; 
}

#navigator ul
{ 
  font-size: 16px;
  padding-bottom: 19px;
  margin: 0px;
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}

#navigator img
{ 
  padding-top: 2px;
}

#navigator a
{ 
  text-decoration: none;
  color: grey;
  padding-left: 8px;
  padding-right: 8px;
}

#navigator a:hover
{ 
  text-decoration: none;
  color: black;
}

/* ------------------------- main areas ---------------------------------- */

.content
{
  margin-top: 0px;
  margin-left: 30px;
  margin-right: 30px;
  float: left;
  width: 800px;
}

#left_half
{
  width: 382px;
  padding-right: 18px;
  float: left;
  border-right: 1px solid #aaa; 
}

#right_half 
{
  border-left: 1px solid #aaa; 
  margin-left: 400px;
  padding-left: 20px;
  width: 380px;
}

#left_half2
{
  width: 382px;
  padding-right: 18px;
  float: left;
  border-right: 1px solid #aaa; 
}

#right_half2
{
  border-left: 1px solid #aaa; 
  margin-left: 400px;
  padding-left: 20px;
  width: 380px;
}

#main 
{ 
  float: left;
  width: 590px;
  padding: 0px;
}

#sidebar 
{
  word-wrap: normal;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 600px;
  width: 195px;
  background: url(sidebar.png) repeat-y center;
  list-style-type: circle;
}

#sidebar p, #sidebar form, #sidebar hr
{
  margin-left: 24px;
}

#sidebar li
{
	margin-top: 8px;
	list-style-type: circle;
}

#sidebar hr
{
	clear: none;
	width: 170px;
}

/*---------------------- FOOTER ---------------------------*/

#closepage
{
 	clear: both;
	height: 8px;
	margin-right: auto;
	margin-left: auto;
	background: url(bottom.png) no-repeat center bottom;
}

.extra
{
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	color: #8C8C8C;
}
	

/*---------------------- SPECIAL CASES ---------------------------*/

table.Grand
{
	border: 2px none silver;
	border-collapse: separate;
}

table.Small
{
	border: 2px none silver;
	border-collapse: separate;
}

.toTop
{
	 font-size: 10px;
	 text-align: center;
}

#main > h4:before
{
	content: url(pearl.png);
	position: relative;
	top: 3px;
}

#main > p
{
	text-indent: 13px;
}
