﻿body 
{
	background-color: Black;
	font-family: Verdana, Arial;
	font-size: small;
	font-weight: normal;
	color: Black;
}

h1
{
	color: #808080;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
}

a, a:visited, a:link
{
	color: green;
	text-decoration: none; 
}

a:hover
{
	font-weight: bolder;
	color: green;
	text-decoration: underline; 
}

div.menubg
{
	background: url(../images/menu_bg.gif) no-repeat;
	width: 791px;
}

table.menu
{
	width: 791px;
	text-align: center;
}

table.body
{
	width: 90%;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

div.header
{
	background: url(../images/header_bg.png) no-repeat;
	height: 20px;
	width: 791px;
}

div.body
{
	background: url(../images/body_bg.gif) repeat-y;
	margin: 0 auto;
	width: 791px;
}

div.footer
{
	background: url(../images/footer_bg.png) no-repeat;
	height: 120px;
	width: 791px;
}

div.address
{
	color: #808080;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-align: center;
}

span.highlighted
{
	color: #404040;
}

.attribution
{
	color: #404040;
	font-size: 11px;
}

* HTML .RadMenu .rmGroup .rmLeftImage,  
* + HTML .RadMenu .rmGroup .rmLeftImage   
{     
  position: relative !important;  
} 

.Menu .rmLink,
.Menu .rmText,
.Menu .rmGroup,
.Menu .rmRootGroup,
.Menu .rmSlide
{
    background-color: black !important;
    background-image: none !important;
    border: 0 none !important;
}

.Menu span
{
    color: White;    
}

.Menu .rmRootGroup
{  
    border: 0;  
}

.Buttons
{
	color: Lime;
	background-color: Black;
}

.ErrorMessage
{
	color: Red;
}

.Status
{
    color: Blue;
}

.SpinUpClass, .SpinDownClass
{
	background-color: White !important;
}

li, p
{
	text-align: justify;
}

div.uedge
{
  width: 100%;
  background-color: #CAEC50;
  background-image: none;
}

div.redge
{
  background-image: url(../images/redge.gif);
  background-position: top right;
  background-repeat: repeat-y;
}

div.bedge
{
  background-image: url(../images/bedge.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
}

div.ledge
{
  background-image: none;
}

div.ulcorner
{
  background-image: url(../images/tlcorner.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div.urcorner
{
  background-image: url(../images/trcorner.gif);
  background-position: top right;
  background-repeat: no-repeat;
}

div.blcorner
{
  background-image: url(../images/blcorner.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}

div.brcorner
{
  background-image: url(../images/brcorner.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 15px 30px 30px 15px;
}

div.innercontent
{
  width: 100%;
}

div.middle
{
  width: 272px;
  background-image: url(../images/middle.gif);
  background-repeat: repeat-y;
}

div.top
{
  background-image: url(../images/top.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

div.bottom
{
  background-image: url(../images/bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 15px 30px 30px 15px;
}
