body {
 background: #BBD483;
}

#container {
background: #fff;
margin-left: 160px;
margin-top: 5px;
width: 900px;
border: 4px double #819458;
}

.glossymenu{
margin: 5px 0;
padding: 0;
width: 255px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
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: black;
}

.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 black;
}

.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: #D1CCCC;
color: black;
}

.Body_Text {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
}
.Body_BU {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.SubHeader {
	font-family: "Rage Italic", "Lucida Handwriting", "Georgia", "Times New Roman", Times, serif;
	font-size: 24px;
	color: #495531;

}

.Body_Text_Small {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}

.Body_Text_Blue {
	color: #000000;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}

.Body_Text_Blue_B {
	color: #000000;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.SubHeaderRed {
	color: Red;
	font-family: "Rage Italic", "Lucida Handwriting", "Georgia", "Times New Roman", Times, serif;
	font-size: 24px;

}

.Body_Text_Red {
	color: Red;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}

a:link {
	color: #89006c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #89006c;
}
a:hover {
	text-decoration: underline;
	color: #89006c;
}
a:active {
	text-decoration: none;
	color: #89006c;
}


a.Body_Text:link {
	color: #89006C;
	text-decoration: none;
}
a.Body_Text:visited {
	text-decoration: none;
	color: #89006C;
}
a.Body_Text:hover {
	text-decoration: underline;
	color: #89006C;
}
a.Body_Text:active {
	text-decoration: none;
	color: #89006C;
}


a.Body_Text_Small:link {
	color: #89006C;
	text-decoration: none;
}
a.Body_Text_Small:visited {
	text-decoration: none;
	color: #89006C;
}
a.Body_Text_Small:hover {
	text-decoration: underline;
	color: #89006C;
}
a.Body_Text_Small:active {
	text-decoration: none;
	color: #89006C;
}

h1 {
	color : #819458;
	padding-bottom : 10px;
	font : normal 17px Georgia, serif;
	border-bottom : 1px solid #efece7;
}

ul {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}

li {
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}
