@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-color: #79002A;
}
h1 {
	color:#79002A;
	font-size:24px;
	padding:20px 0 0 0;
}
h2 {
	color:#79002A;
	font-size:16px;
}
#topmenu {
	text-align:right;
	font-size:14px;
}
#topmenu a {
	text-decoration:none;
	padding:5px 12px;
	color:#79002A;
}
#container {
	margin:0 auto;
	width: 915px;
	background-color:#FBF2FB;
}
.glossymenu {
	margin: 5px 0;
	padding: 0;
	width: 220px; /*width of menu*/
}
.glossymenu a.menuitem {
	background-color: #FBF2FB;
	font-size: 16px;
	font-weight:bold;
	color: #79002A;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	margin:10px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom:1px solid #79002A;
}
.glossymenu a.menuitem:hover {
	color:#666;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #79002A;
}
.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: #79002A;
	color:#fff;
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/

}
.glossymenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin:-10px 0 0 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	border-bottom: 1px solid #79002A;
}
.glossymenu div.submenu ul li a {
	display: block;
	font-size:14px;
	color: #79002A;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover {
	background: #79002A;
	color: white;
}
#wddw, #wddw a {
	text-decoration:none;
	color:#000;
	text-decoration:none;
}	