BODY {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	Font-size: 9pt;
	COLOR: #333333;
	MARGIN-LEFT: 1px;
	MARGIN-RIGHT: 1px;
	MARGIN-TOP: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-color: #000000;
 } 
 /* THIS BEGINS THE  FLYOUT MENU CODE*/
#menu {
	width: 798px; /* this sets the color of the menu background, and doesn't appear to be visible unless the menu is displaying improperly */
	float: left;
	background-color: #FFFFFF;
}


#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	width: 114px;
	float: left;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	font: 10px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

#menu h2 {
	color: #fff;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#menu a {
	color: #FFFFFF;
	background: url(../images/nav_off.jpg);
	text-decoration: none;
	font-size: 10px;
}

#menu a:hover {
color: #FFFFFF;
background: url(../images/nav_on.jpg);
}

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

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul { /* this  part regulates the widtth and position of the flyout menu */
position: absolute;
top: 0;
bottom: 0;
left: 100%;
width: 114px; /* width of the flyout - based on the containing block */
}



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

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

/*  THIS ENDS THE FLYOUT MENU CODE */
 

 
 .floatleft {
	float: left;

}

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

 div.hr {
  border: 0;
  width: 80%;
color: #f00;
background-color: #f00;
height: 5px;
 }
 
 .bold_gray17 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #666666;
}

.bold_gray12 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
 
p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	color: #555353;
}

.same_as_p  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9pt;
	color: #555353;
}

.pright {
	float: right;
}



.small_8pt {
	font-size: 8pt;
	color: #333333;
}

.PAGETITLE  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	MARGIN-BOTTOM: 2px;
	MARGIN-TOP: 12px;
	MARGIN-RIGHT: 12px;
	COLOR: #143062;
}

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

}

.bold {font-weight: bold;}

.bold_12pt {font-weight: bold;
font-size:12px}



.light_graybold {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}

.blue_bold {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3e4279;
}


a.nav:link {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #3300CC;
	text-decoration: underline;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
	font-size: 10pt;
	}
	
a.nav:visited {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #3300CC; text-decoration: underline;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
}

a.nav:hover {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #FF0000; text-decoration: none;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
} 

a.nav2:link {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #66FFFF; text-decoration: none;
	FONT-SIZE: 9pt;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
	}
	
a.nav2:visited {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #00FFFF; text-decoration: none;
	FONT-SIZE: 9pt;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
}

a.nav2:hover {
	FONT-FAMILY: Arial, Verdana, sans-serif;
	COLOR: #FFFF99; text-decoration: none;
	FONT-SIZE: 9pt;
	MARGIN-BOTTOM: 0px;
	MARGIN-TOP: 1px;
} 







ul li {
font-family: Arial, Verdana, sans-serif;
FONT-SIZE: 10pt;
TEXT-ALIGN: left;
color: #555353;
}


.verticalLineOnTheright {
	border-right: 1px solid black;
}

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

}

.verticalLineBottom {
	border-bottom: 1px solid #83B2CA;
}
.verticalLineTop {
	border-top: 1px solid #999999;



}
.quotes {
	font-style: italic;
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #EB1F22;
}
.author {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: #1D4992;
}

.navbgcolor {
	background-image:    url(../first_design_images/nav_bg_color.jpg);
	background-repeat: repeat;
	height: 17px;
}
.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;
	text-decoration: blink;
	font-style: oblique;


}
.redcel {
	background-color: #CC0000;
	height: 1px;
	width: 115px;
	padding: 0px;

}
.header {
	background-image:   url(../images/header_allied2.jpg);
	height: 193px;
	background-repeat: no-repeat;
	width: 798px;
	padding: 0px;
	margin: 0px;

}

.cel_outline {
	background-color: #e8e8f6;
	border-right: 1px dashed #666666;
}

.cel_left {
	background-image:   url(../images/celboarder_left.jpg);
	background-repeat: repeat-y;
	width: 52px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;

}
.main_cel {
	height: 350px;
	background-color: #FFFFFF;
	width: 776px;
	padding: 11px;
}

.footer {
	background-repeat: repeat-x;
	height: 22px;
	background-color: #082250;
	line-height: 19px;
}


.cel_right {
	background-image:   url(../images/celboarder_right.jpg);
	background-repeat: repeat-y;
	width: 52px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

.titlecel {
	height: 45px;
	width: 465px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

}
.parallel {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.listheading {

	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	COLOR: #555353; 
	FONT-FAMILY: Arial, Verdana,  sans-serif;
}
.whitelinetop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.white_8pt {

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

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #db0713;
}
