/**********************************************************************************************

	Main Menu Style Settings

***********************************************************************************************/


body {
    margin-top: 		0px;
    margin-left: 		0px;
    margin-right: 		2px;
    margin-width: 		0px;
    margin-height: 		0px;
	font-family : verdana, arial;
    background-color:	#A8C5E8;
}
a {
        font-family : verdana, arial;
        color: #0155BB;
        text-decoration: none;
        font-size: 11;
        font-weight : bold;
}
all.clsMenuItemNS{
font: bold x-small Verdana; 
color: #343052; 
text-decoration: none;
}
.clsMenuItemIE{
text-decoration: none; 
font: bold xx-small Verdana; 
color: #343052; 
cursor: hand;
}
A:hover {
color: #0155BB;
text-decoration: underline;
}

a.largeprint14 {
        font-family : verdana, arial;
        color: #0155BB;
        text-decoration: none;
        font-size: 14;
        font-weight : bold;
}
a.largeprint14:hover {
color: #0155BB;
text-decoration: underline;
}

a.largeprintblue {
        font-family : verdana, arial;
        color: RED;
        text-decoration: none;
        font-size: 18;
        font-weight : bold;
}

a.largeprintblue:hover {
        font-family : verdana, arial;
        color: #0155BB;
        text-decoration: underline;
        font-size: 18;
        font-weight : bold;
}


a.mediumprintblue {
        font-family : verdana, arial;
        color: #0155BB;
        text-decoration: underline;
        font-size: 11;
        font-weight : bold;
}
a.mediumprintblue:hover {
        font-family : verdana, arial;
        color: #000000;
        text-decoration: underline;
        font-size: 11;
        font-weight : bold;
}

td.mediumprintblue {
        font-family : verdana, arial;
        color: #0155BB;
        text-decoration: none;
        font-size: 11;
        font-weight : bold;
}


td.title_header {
font-family : verdana, arial;
font-size : 12;
font-weight : bold;
}

td.microprint_header {
font-family : verdana, arial;
font-size : 10;
font-weight : bold;
}

td.microprint {
font-family : verdana, arial;
font-size : 10;
}

td.microprint_red {
font-family : verdana, arial;
font-size : 10;
color : red;
}

td.microprint_blue {
font-family : verdana, arial;
font-size : 10;
color : #0155BB;
}

td.red_title {
font-family : verdana, arial;
color : red; 
font-size : 18;
font-weight : bold;
}

td.blue_title {
font-family : verdana, arial;
color : #0155BB; 
font-size : 18;
font-weight : bold;
}

td.black_title {
font-family : verdana, arial;
color : black; 
font-size : 18;
font-weight : bold;
}

td.comic_large {
font-family : comic sans ms;
color : black; 
font-size : 22;
font-weight : bold;
}


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	
	background-color:#eeeeee;
	
	cursor:hand;
	cursor:pointer;

	color:#333333;
	font-family : verdana, arial;
	font-size:13px;

	/*border-style:solid;*/
	/*border-color:#666666;*/
	


}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	/*background-color:#ebe7b2;*/
	background-image: url(../images/menu_bar.jpg);
	cursor:hand;
	
	font-size:13px;
	font-weight:bold;
	border-style:solid;
	border-color:#9a9a9a;




}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{



	/*background-color:#ebe7b2;*/
	background-image: url(../images/menu_bar.jpg);
	cursor:hand;

	font-size:13px;
	text-decoration:underline;

	border-style:dashed;
	border-color:#aaaaaa;




}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	/*background-color:#eeeeee;*/
	background-image: url(../images/menu_bar.jpg);
	cursor:hand;

	color:#333333;
	font-family : verdana, arial;
	font-size:13px;

	border-style:solid;
	border-color:#FFFFFF;


	filter:progid:DXImageTransform.Microsoft.Fade(duration=.4);



}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	

	/*background-color:#cccccc;*/
	cursor:hand;

	border-style:solid;
	border-color:#FFFFFF;



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	
	/*background-color:#ebe7b2;*/
	cursor:hand;

	color:#222222;
	text-decoration:underline;
	

	border-style:dashed;
	border-color:#ff0000;
	



}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	background-color:#333333;





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#cccccc;




	
}/**********************************************************************************************

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

***********************************************************************************************/	




/*

#cdd_item0_0
{
	CSS settings here for first main menu item	
	
}



#cdd_item0_menu
{

	CSS settings here for main menu group
	
}

*/






