body {
	background-color: #006;
	margin-top: 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #006;
}
a{
	color: blue;
	text-decoration: none;
}
a:hover{
	color: #4B4C43;
  	text-decoration: underline;
}
.menu{
	background: #006 url('images/menu_mid.jpg') repeat;
}
.mainTable{
	margin:5px;
	background: #FFF;	
}

img.border{	
	border: 1px solid #030;
	background-color: #FFF;
	margin: 5px;
	padding: 5px;
}
h1 a, h1 a:hover{
	font-size:35px;
	color:#006;
	margin-left: 5px;
	text-decoration:none;
}
h2{
	font-size:20px;
	color:#006;
	margin-left: 5px;
}
.mainContent{
	margin: 5px;	
}
.large{	
	font-size:14px;	
}
#dmenu{                         /* menu list container */
        list-style-type: none;       /*disable the display of the list item bullets */
        margin: 0px;                /* space around the list container */
        padding: 0px;               /* space within the list container */
	position: static;   /*need this so that the z-index stuff works correctly */
        color: #fff;  */           /* the default font color (not links) within the main menu container */
        z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
    	display: block;
    	border: 0px solid #fff;    /* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
	text-align: left;
	width:585px;
	font-weight:bold;
}
    #dmenu li{                      /* top-level menu element */
        list-style-type: none;     /*  disable the display of the list item bullets */
        float: left;                /* this is to allow for the horizontal main menu */
        margin-bottom: 0px;                /* spacing below main menu items */
        padding: 0px;               /* padding within main menu items */
        width: 115px;               /* the width of each main menu item */
    }
    #dmenu .singleLine{
    	margin-top:8px;
    }

    #dmenu li a{                    /* top-level menu element links */
        text-align: center;         /* text alignment in main menu item links */
        width:95px;               /* set this to (#dmenu li -> width) - (2 * (#dmenu li -> padding)) */
        display: block;
        color: #fff;
    }
    
    #dmenu li a:hover{                    /* top-level menu element links */
       color: #fff;
  	text-decoration: underline;
    }
    #dmenu li ul{                   /* sub-menu list container*/
        position: absolute;         /* this is so that it doesn't push that page content around on hover*/
        margin: 0px;                /* space around the list container*/
        padding: 0px;               /* space within the list container*/
        list-style-type: none;      /* disable the display of the list item bullets*/
        display: none; 				/* this hides the sub menus at first*/
        width: 100px;               /* the width of the sub menus*/
        border: none;  				/* border for each of the main menu items*/
        background-color: transparent;     /* main menu item background color*/
        text-align: left;

    }
    #dmenu li ul li{                /* sub-menu element links */
        background-color: #339;     /* default background color for sub-menu container */
        filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
	border-right: 1px solid #fff;  /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
        padding: 3px;               /* This is for padding between menu items in the drop-downs */
        width: 100px;  
        text-align: left;             
    }
    #dmenu li ul li a{
        display:block;
        width: 100px;              /* should be set to the same value as #dmenu li ul li -> width */
        text-align: left;
    }
    
    #dmenu li ul li a:hover{
        color: #fff;
    }
    
    #dmenu li:hover ul, #dmenu li.over ul{ /* lists nested under hovered list items */
        display: block;
    }
li.point{
	list-style-type: disc;
	margin-left:10px;
}
.email
{
	font-weight: bold;
}
.subheading
{
	font-weight: bold;
}
