body {
	background-color:#58626E;
	background-image:url(../images/bgd.jpg);
	background-repeat:repeat-x;
/*	min-width:75%;100% */
	width:850px;
	padding-left:50px;
	padding-top:10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif, "Franklin Gothic Demi Cond";
	font-size: 12px;
	color: #999999;
	text-align:left;
	list-style-image:url(../images/mcf-blank-bullet.gif);
}


/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { 
	margin: 10px; 
	height: 100px; 
	font-size: 10pt; 
	font-family: verdana; 	
	}
/* .menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 11em; } */
.menu ul { 
	margin: 0pt; 
	padding: 0pt; 
	position: relative; 
	z-index: 300; 
	list-style-type:none; 
	width: 5em; 
	}
.menu li { background-color: transparent; float: left; }
.menu li.sub { background-color: transparent; }
.menu table { 
	position: absolute; 
	border-collapse: collapse; 
	top: 0pt; 
	left: 0pt; 
	z-index: 100; 
	font-size: 1em; 
	margin-top: -1px;
	}
.menu a, .menu a:visited { 
	border: 0px solid #ffffff; 
	color:#FFFFFF;
	font-size:small;
	text-decoration:none;
	display: block; 
	text-decoration: none; 
	height: 2em; 
	line-height: 2em; 
	width: 11em; 
	padding-left: 1em; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: small-caps; 
	text-transform: none; 
	}
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 11em; color:#FFFFFF;}
* html .menu a:hover { 
	color:#66CCFF; 
	background-color:#663399; /* 339999 */
	position: relative; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
	}
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { 
	color: #FFFFFF; 
	background-color: #66cc33; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
	}
.menu li:hover > a { 
	color: #66CCFF; /* color of font when mouse hover */
	background-color: #339999; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
	}
.menu li ul { 
	padding: 2em; 
	visibility: hidden; 
	position: absolute; 
	top: -2em; 
	left: 7em; 
	background-color:transparent; 
	}
/* about menu list style */
.menu li:hover > ul { visibility: visible; } /* if hidden, then sub menu does not pop out. - Level 1*/
.menu ul a:hover ul ul { visibility: hidden; } /* if hidden, then sub menu does not pop out. - Level 2?*/
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
/*=========================added bit================================ */


a:link {
color:#3366FF;
text-decoration:underline;
}
a:hover {
color:#999999;
text-decoration:none;
}
a:visited {
color:#3366FF;
text-decoration:underline;
}

.footer {
	padding:10px;
	color:#CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-image:url(../images/bottom-bgd.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	background-position:top;
	width:100%;
	height:30px;	
}

#footer a:link {
color:#FFFFFF;
text-decoration:underline;
}
#footer a:hover {
color:#999999;
text-decoration:none;
}
#footer a:visited {
color:#CCCCCC;
text-decoration:underline;
}
	
.banner-bgdcol{
	background-color:#005951;
}
	
.flash-banner {
	background-color:#005951;
	width:70%;
}

.logo-area {
	background-color:#005A51;
	width:30%;
}

.column1 {
	vertical-align:top;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#FFFFFF;
	background-image:url(../images/content-bgd.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:35%;
	padding-right:15px;
	list-style-image:url(../images/mcf-bullet.gif);
}

.column2 {
	vertical-align:top;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#FFFFFF;
	background-image:url(../images/content-bgd2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:35%;
	padding-right:15px;
	list-style-image:url(../images/mcf-bullet.gif);
}

.main-combine {
	vertical-align:top;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#FFFFFF;
	background-image:url(../images/content-bgd.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:70%;
	padding-right:15px;
	list-style-image:url(../images/mcf-bullet.gif);
}

.links-box {
	vertical-align:top;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#d2d7e8;
	border-color:#666666;
	border-style:double;
	width:75%;
	padding-top:1px; padding-bottom:5px;
	padding-right:7px;
	margin-left:10px;
	margin-top:30px;
	margin-bottom:30px;
	list-style-image:url(../images/mcf-bullet.gif);
}

.menu-bgd{
	background-image:url(../images/menu-bgd.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#155b63; /*005A51;*/
	width:30%;
}

/*
.menu {
	vertical-align:top;
	color:#CCCCCC;
	background-color:transparent;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	font-weight:bold;
	margin-left:15px;
	margin-top:15px;
	float:left;
	}
	*/
#menu a:link{
	color:#FFFFFF;
	font-size:small;
	text-decoration:none;
	background-color:#669999; /*669999  - controls bgd of menu */
}
#menu a:visited{
	color:#FFFFFF;
	font-size:small;
	text-decoration:none;
	background-color:#669999; /*669999  - controls bgd of menu */
}
#menu a:hover{
	color:#66CCCC;
	font-size:small;
	text-decoration:underline;
	background-color:#666666; /*666666  - controls bgd of menu when hovered over */
}

/*--added - Menus level 1, level 2--*/
#menu-lev1 a:link{
	color:#FFFFFF;
	font-size:small;
	text-decoration:none;
	background-color:#336666; /*669999  - controls bgd of menu */
}
#menu-lev1 a:visited{
	color:#FFFFFF;
	font-size:small;
	text-decoration:none;
	background-color:#336666; /*669999  - controls bgd of menu */
}
#menu-lev1 a:hover{
	color:#66CCCC;
	font-size:small;
	text-decoration:underline;
	background-color:#666666; /*666666  - controls bgd of menu when hovered over */
}

#menu-lev2 a:link{
margin-left:30px; /*margin left so that links are not blocked over by new sub-menus */
	color:#FFFFFF;
	font-size:small;
	text-decoration:none;
	background-color:#669999; /*669999  - controls bgd of menu */
}
#menu-lev2 a:visited{
margin-left:30px;	color:#FFFFFF;
	font-size:small;
	text-decoration:none;
	background-color:#669999; /*669999  - controls bgd of menu */
}
#menu-lev2 a:hover{
margin-left:30px;	color:#66CCCC;
	font-size:small;
	text-decoration:underline;
	background-color:#666666; /*666666  - controls bgd of menu when hovered over */

}

/*---added end --*/



.page-heading {
	color: #FF7C08;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
}
.slogan {
	padding-top:0px;
	color: #074E8E;
	font-style:italic; font-weight:bold;
}

li {
  padding-right:5px;
  padding-bottom:3px;
  line-height:20px;
  text-align:left;
  list-style-type:circle;
  }
  
p{
  margin-left: 20px;
/*  padding-left:10px;*/
  padding-right:5px;
  }
  
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color:#000000;
	background-color:transparent;
	border-bottom-width: 4px;
	border-bottom-style:double;
	border-bottom-width:thick;
	border-bottom-color:#0076a3;
	padding-right: 10px;
/*	padding-top:5px;*/
	margin-left: 20px;
	margin-right: 10px;
	text-align:left;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color:#a36109;
	background-color:transparent;
	border-bottom-width: 1px;
	border-bottom-style:double;
	border-bottom-color:#604117;
	padding-right: 10px;
/*	padding-bottom:-5px;*/
	margin-left: 20px;
	margin-right: 10px;
	text-align:left;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
