﻿body 
{
	background-color:#6699cc;
}
.MenuBar
{
	height:30px;
	font-size:18px;
	font-weight:bolder;
	color:#002242;
}
h1
{
	font: Calibri;
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color: #003366;
}
.MenuBar2
{
	height:30px;
	font-size:18px;
	font-weight:bolder;
	color:#002242;
}
.MenuBar a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.MenuBar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.MenuBar a:hover {
	text-decoration: underline;
}
.MenuBar a:active {
	text-decoration: none;
}
.paragraph
{
	font-family:Verdana;
	font-size:12px;
	color:#003366;
}
.paragraph a:link
{
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	color:#390707;
}
.paragraph a:visited
{
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	color:#390707;
}
.paragraph a:hover
{
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	color:#662100;
}
.sidebar1 {
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div  */
}
.sidebar1 h3,sidebar1 p {
	margin-left: 5px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 5px;
	font:Verdana;
	font-size:12px;
}

.glossymenu{
margin: 5px 0;
padding: 0;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../Images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Times New Roman", Times, serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../Images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}
