﻿body
	{
		font-family:calibri;
		font-size:15px;
	}
	.menuTable td
	{
		border-right:1px dotted yellow;
		border-bottom:1px dotted yellow;
		width:30px;
		text-align:center;
		padding-left:5px;
	}
	.menuTable td + td
	{
		width:100%;
		text-align:left;
		border-right:none;
		padding-left:5px;
	}
	.menuTable a
	{
		text-decoration:none;	
		color:white;	
	}
	.menuTable a:hover
	{
		font-style:italic;
		font-weight:bold;	
	}
	.menuTable .triangles:hover
	{
		position:relative;
		left:7px;
	}
	.menuTable .triangles img
	{
		border:none;
	}
	#topMenu
	{
		background-color:#F26521;
	}
	#quickLinks
	{
		background-color: #ECECEC;		
	}
	#quickLinks
	{
		margin-top:20px;		
		padding-top:5px;
		padding-bottom:5px;
		padding-left:10px;
		margin-left:-5px;
		width:100%;				
	}
	#quickLinks .menuTable td + td
	{
		border-right:none;
	}
	#quickLinks .menuTable td
	{
		border-right:1px dotted dimgray;
		border-bottom:1px dotted dimgray;
		color:dimgray;
	}
	#quickLinks .menuTable a
	{
		color:dimgray;
	}		
	#outerDiv
	{
		background-color:white;
	}
	#menuDiv
	{
		color:dimgray;
		margin:10px;
		padding-bottom:-5px;
	}
	#topMenu
	{
		padding:5px 5px 0px 5px;
	}
	#announcement:hover
    {
        background-color:#F26521;
        color:White          
    }