body

{

	font-family: Arial, Verdana, Georgia;

	margin-left: 0;

	margin-right: 0;

	margin-top: 0;

	margin-bottom: 0;

	background-image: url(/images/pageback.jpg);

	background-repeat: repeat-x;

	font-size: medium;

}

p

{

	margin-left: 20;

	margin-right: 20;

	text-align: justify;

}

#ol

{

	margin-left:50;

	margin-right:50;

	text-align:justify;

}



.title_bar

{

	font-family: Verdana;

	font-size: large;

	font-weight: bold;

	color: White;

	padding-left: 30px;

	padding-bottom: 5px;

}

.main_text

{

	font-family: Verdana;

	font-size: 12pt;

	vertical-align: top;

}
.contact_table

{
	font-family: Verdana;
	font-size: 11pt;
	vertical-align: top;
	border: thin outset;
	border-color: #7b7ee2;
	background-color: #d9dce0;
	background-position: top;
	

}

.bottom_text

{

	font-family: Verdana;

	font-size: 8pt;

	text-align: center;

  vertical-align: top

}

.content_panel

{

	font-size: small;

	margin-left: 50;

}

.nav_bar

{

	color: White;

	font-family: Verdana;

	font-size: xx-small;

	margin: 4;

}

a.nav_bar_link:link

{

	color: White;

	text-decoration: none;

	font-family: Verdana;

	font-size: smaller;

}

a.nav_bar_link:visited

{

	color: White;

	text-decoration: none;

	font-family: Verdana;

	font-size: smaller;

}

.sec_nav

{

	font-family: Verdana;

	font-size: xx-small;

	color: #444444;

	margin: 4;

	padding-bottom: 0;

	padding-right: 4;

}

a.sec_nav:link

{

	font-family: Verdana;

	font-size: xx-small;

	color: #555555;

	margin: 4;

	padding-bottom: 0;

	padding-right: 4;

	text-decoration: none;

}

a.sec_nav:visited

{



	text-decoration: none;

}

a.sec_nav_hover:link

{

	font-family: Verdana;

	font-size: xx-small;

	color: #000000;

	margin: 4;

	padding-bottom: 5;

	padding-right: 4;

	text-decoration: none;

}

a.sec_nav_hover:visited

{

	font-family: Verdana;

	font-size: xx-small;

	color: #000000;

	margin: 4;

	padding-bottom: 5;

	padding-right: 4;

	text-decoration: none;

}

.nav_mouse_over

{

	background-color: #76AECA;

	color: White;

	font-family: Verdana;

	font-size: smaller;

	text-decoration: none;

}



.nav_mouse_out

{

	color: White;

	font-family: Verdana;

	font-size: smaller;

	text-decoration: none;

}

.skinnytable

{

    background-image: url(/images/webpage_010.gif);

    background-repeat: repeat-y;

}

.tableback

{

    background-image: url(/images/webpage_04.gif);

    background-repeat: no-repeat;

}

tbl_border_white

{

	border: 1px solid White;

}

.form_label

{

	color: #125F77;

	font-weight: bold; 

}

.td_repeat

{

	background-repeat:repeat;

}

#ul {

  padding: 0;

  margin: 0;

  list-style: none;

  }

  

  #li {

  float: left;

  position: relative;

  width: 6em;

  }

  #li ul {

  display: none;

  position: absolute; 

  top: 1em;

  left: 0;

  }

  #li > ul {

	top: auto;

	left: auto;

	}

#li:hover ul, li.over ul

{

	background-color: #B9C0C8;

	border:  [solid] [1] [black];

	display: block;

 }