BODY {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	FONT-SIZE: 9pt;
	background: #999;
 } 
 
ul.check {
	list-style-image: url(../images/check.jpg);
	line-height: 22px;
}

 /* THIS BEGINS THE  FLYOUT MENU CODE*/
#menu {
	width: 141px; /* this sets the color of the menu background, and doesn't appear to be visible unless the menu is displaying improperly */
	border-right: 11px solid #3E6867;
} 


#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: block;
	margin: 0;
	height: 23px;
	line-height: 16px;
	padding-right: 14px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
	color: #3A3766;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	background: #B4BEBE;
	border-bottom: 1px solid #6D68A8;
}

#menu a:hover {
	color: #000000;
	background-color: #FFCC00;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {  /* this  part regulates the widtth and position of the flyout menu */
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width of the flyout - based on the containing block */
	background-color: #FCE892;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3D386E;
}


div#menu ul ul ul,   /* this affects whether or not the flyout will appear when not rolled over - thus NONE for the display property*/
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*  THIS ENDS THE FLYOUT MENU CODE */
 

 /* THIS BEGINS THE FORM CODE ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 label
{
	float: left;
	text-align: left;
	display: block;
	width: 4em;
}

.submit input
{
margin-left: 4.5em;
}

 input
{
	color: #781351;
	border: 1px solid #9D1322;
	background-color: #FFEFC1;
	height: 18px;
}

 textarea
{
	color: #781351;
	border: 1px solid #9D1322;
	background-color: #FFEFC1;
	height: 141px;
	width: 250px;
}


.submit input
{
	color: #000;
	background: #ffa20f;
	border: 1px outset #d7b9c9;
	margin-left: 44px;
	margin-bottom: 22px;
}

 fieldset
{
	border: 1px solid #781351;
	margin: 0px;
	padding-left: 13px;
	padding-right: 2px;
}

legend
{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}


  /* THIS ENDS THE FORM MENU CODE  =================================================================================*/ 
 
 

*/

.cel_left {
	width: 150px;
	background-color: #F5EFD1;
}

.cel_footer {
	background-color: #B4BEBE;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #444444;
	font-size: 8pt;
}

.cel_main {
	background-color: #ffffff;
	height: 400px;
	width: 759px;
}
.cel_title {
	background-color: #d8e1c4;
	border-left-width: 22px;
	border-left-style: solid;
	border-left-color: #b4bebe;
	height: 33px;
	line-height: -33px;
	font-size: 11pt;
	font-weight: bold;
}
.cel_fortext {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b4bebe;
	height: 333px;
	padding: 11px;
	color: #333333;
}

.cel_right {
	width: 150px;
	background-color: #F5EFD1;
}

.cel_top {
	height: 160px;
	background-color: #CC3366;
	vertical-align: top;
	display: block;
}

.cel_header {
	height: 110px;
	width: 759px;
	background: #FFF url(../images/header.jpg) right;
}


.cel_middle {
	height: 333px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}

.cel_stroke_fill {
	border: 1px solid #333333;
	background: #e3e8e0;
	padding: 11px;
}

.cel_stroke {
	border: 1px solid #333333;
	padding: 11px;
}

.cel_stroke_nopad {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}




.cel_header_far_right {



	background-image: url(../images/header4_04.jpg);
	height: 157px;
	width: 245px;
	background-repeat: no-repeat;
	background-position: top;
}

.cel_colored_row {
	background-color: #eeeeee;
}

.cel_dotted {
	border: 1px dashed #999999;
}


 div.hr {
  border: 0;
  width: 80%;
color: #f00;
background-color: #f00;
height: 5px;
 
 
 }


.floatleft {
	float: left;
	margin-right:10px;
	margin-bottom: 6px;
}

.floatright {
	float: right;
	margin: 10px;
}

.font_11pt_bold {

	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: #333333;
}

.font_bold {font-weight: bold;}

.font_bold_12pt {font-weight: bold;
font-size:12pt}

.font_black_9pt  { FONT-WEIGHT: normal; 
FONT-SIZE: 9pt; 
MARGIN-BOTTOM: 2px;
MARGIN-TOP: 0px;
COLOR: #000000; 
}

.font_drk_gray {
	color: #666;
}


.font_gray_9pt  { FONT-WEIGHT: normal; 
FONT-SIZE: 9pt; 
MARGIN-BOTTOM: 2px;
MARGIN-TOP: 0px;
COLOR: #333333; 
}
.font_gray_8pt  { FONT-WEIGHT: normal; 
FONT-SIZE: 8pt; 
MARGIN-BOTTOM: 2px;
MARGIN-TOP: 0px;
COLOR: #999999; 
}

.font_gray_9pt_bold  { FONT-WEIGHT: bold; 
FONT-SIZE: 9pt; 
MARGIN-BOTTOM: 2px;
MARGIN-TOP: 0px;
COLOR: #333333; 
}

.font_whitebold {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Verdana,  sans-serif;
	font-variant: normal;
	text-transform: none;
	font-style: oblique;


}

.font_graybolditalic {

	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11pt;
	COLOR: #333333;
	FONT-FAMILY: Arial, Verdana,  sans-serif;
	font-variant: normal;
	text-transform: none;
	font-style: oblique;
}



.font_white_8pt {

	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Arial, Verdana,  sans-serif;
}

.footercel {
	display: block;
	background-color: #fff8e6;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.font_bold_9pt {
font-weight: bold;
font-size:9pt
}

.font_section_heading  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	MARGIN-BOTTOM: 2px;
	MARGIN-TOP: 0px;
	MARGIN-RIGHT: 2px;
	COLOR: #333333;

}

.font_page_subtitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14pt;
	COLOR: #375555;

}

.font_small_8pt { 
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 8pt; 
	COLOR: #oooooo; 
	FONT-FAMILY: Arial, Verdana,  sans-serif; }



 
p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	font-family: Arial, Verdana, sans-serif;
}

.pright {
	float: right;
}

	
.italics {
	font-style: italic;
	font-size: 8pt;
}


 /*a:link {
	color: #2c3379;
	text-decoration: none;
	MARGIN-BOTTOM: 6px;
}
a:visited {
	color: #2c3379;
	text-decoration: none;
	MARGIN-BOTTOM: 6px;
}
a:hover {
	color: red;
	text-decoration: none;
	MARGIN-BOTTOM: 6px;
}
*/

a.nav:link {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #363;
	text-decoration: underline;
	font-size: 9pt;
	}
	
a.nav:visited {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #363;
	text-decoration: underline;
	font-size: 9pt;
}

a.nav:hover {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #33FFFF;
	text-decoration: none;
	text-decoration: none;
	font-size: 9pt;
} 

a.nav2:link {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #821920; text-decoration: underline;
	FONT-SIZE: 9pt;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
	}
	
a.nav2:visited {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #80161A; text-decoration: underline;
	FONT-SIZE: 9pt;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
}

a.nav2:hover {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #7F161A; text-decoration: underline;
	FONT-SIZE: 9pt;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
} 
a.navfooter:link {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #444444; text-decoration: underline;
	FONT-SIZE: 8pt;
	}
	
a.navfooter:visited {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #444444; text-decoration: underline;
	FONT-SIZE: 8pt;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
}

a.navfooter:hover {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #FF3333; text-decoration: underline;
	FONT-SIZE: 8pt;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
} 


/*ul li {
	font-family: Arial, Verdana, sans-serif;
	FONT-SIZE: 10pt;
	MARGIN-BOTTOM: 5px;
	TEXT-ALIGN: left;
	color: #000000;
	list-style-type: none;
	list-style-image: url(../images/arrow.jpg);
	margin-right: 0px;
}*/




.verticalLineOnTheright {
	border-right-color: black;
}

.verticalLineOnTheleft {
	border-left: 1px dotted #999999;

}

.verticalLineBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4BEBE;
}
.verticalLineTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3471B2;

}
