body { background-color:#EFEDED; color:#666666; }

td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: regular; line-height: 1.7; }
.main { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: regular; line-height: 1.7; }
H3  { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-weight: bold; }

.pageheader { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #6C101B; font-weight: bold; }
.specials { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: regular; }
.footer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; font-weight: regular; }
.form { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: regular; }
.formhead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; background-color: #D9D8D8; font-weight: bold; }
.formhead2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: #FAF9F9; font-weight: regular; }
.formcellleft { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: #EFEDED; font-weight: regular; }
.formcellright { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: #FAF9F9; font-weight: regular; }
.directory { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; }
.vsmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; color: #666666; font-weight: regular; }
a { color: #ff0000; text-decoration: none;}
a:hover { color: #ff0000; text-decoration: underline;}

a.directory { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #0000ff; font-weight: regular; text-decoration: none;}
a:hover.directory { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #0000ff; font-weight: regular; text-decoration: underline;}

.centered {display: block;
      margin-left: auto;
      margin-right: auto;}

.bluheaders {
	
	font-size: 14px;
	color: #003399;
	line-height:22px; 
	font-weight: bold;
	text-decoration:none 
}

a.bluheaders {
	
	font-size: 14px;
	color: #003399;
	line-height:22px; 
	font-weight: bold;
	text-decoration:none 
}

.redheaders {
	
	font-size: 14px;
	color: #CC0000;
	line-height:22px; 
	font-weight: bold;
}

.redblink
{
               font-size: 20px;
               color: red;
               font-family: impact;
               text-align: center;
}

.redsmitalic
{
	font-size: 10px;
	color: #C00;
	line-height: 22px;
	font-style: italic;
}

.whiteboldlg {
	
	font-size: 13px;
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}

.whiteboldmd {
	
	font-size: 11px;
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}

a.redhome {
	
	font-size: 13px;
	color: #CC0000; 
	font-weight: bold;
	text-decoration: none;
}

.bluebold {

	color: #003366;
	font-weight: bold;
}

.bluebodytxt {
	color: #336699;
	
}

.blknav {
	color: #000000;
	line-height:16px;
	
}
.graynavsm
{
	color: #666;
	line-height: 16px;
	padding: 0 0 0 10px;
	
	

}


.blubldnav {
	color: #336699;
	line-height:16px;
	font-weight: bold;
	
}

a.blknav {
	color: #000000;
	line-height:16px;
	text-decoration: none;
	
	
}
a.blubldnav {
	color: #336699;
	line-height:16px;
	font-weight: bold;
	text-decoration: none;
	
}

a.blknav {
	color: #000000;
	line-height:16px;
	text-decoration: none;
	
}

a.graynavsm
{
	color: #666;
	line-height: 16px;
	padding: 0 0 0 10px;
	text-decoration: none;
	

	
}
.graynavsmitalic
{
	color: #666;
	line-height: 16px;
	font-style: italic;
	padding: 0 0 0 5px;
}

a.graynavsmitalic
{
	color: #666;
	line-height: 16px;
	font-style: italic;
	padding: 0 0 0 5px;
	text-decoration: none;

}

a.blubldnav {
	color: #336699;
	line-height:16px;
	font-weight: bold;
	text-decoration: none;
	
}


.leftpad {padding:8px}










/*------Side Menu Format----*/


/*base*/

/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
border-bottom: 1px solid black;
}

.ddsubmenustyle li a{
	display: block;
	width: 151px; /*width of menu (not including side paddings)*/
	color: black;
	/*background-color: lightyellow;*/
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 151px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}




/*----Side Bar----*/


/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 151px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
}

.markermenu ul li a{
	font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	width: auto;
	
	padding-left: 10px;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
	background-color: #4C4C4C;
	background-image: url(../images/bulletlist.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
}

* html .markermenu ul li a{ /*IE6 hack*/
	width: 151px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
/*color: #00014e;*/
font-size: 11px;
	background-image: url(../images/bulletlist.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*main hover*/
.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: white;
	background-color: black;
	font-size: 11px;
	
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
	background:#CCCCCC;
	
	background-image: url(../images/bulletlist.gif);
	padding-left:10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

/*Sub Hover*/
.blackwhite li a:hover{
	color: #000;
	text-decoration: underline;
	background-color: #CCCCCC;

	

}













