body
{
	background:      #DDDDEE;
}

#Header
{
  position:        absolute;
  top:             20px;
  left:            20px;
  height:          62px;
  right:           20px;
  color:           #FFFFFF; 
  background:      #000077;
  padding:         4px;
  z-index:         1;     
}


#Login
{
  position:        absolute; 
  font-family:     Verdana,Arial,sans;
  font-size:       12px;
  top:             40px;
  left:            220px;
  height:          42px;
  right:           40px;
  padding:         4px;
  text-align:      right; 
  z-index:         2;    
  color:           #FFFFFF;
}

#Menu a 
{   
  display: block;
  width: 167px;
  height: 22px;
  background: url('buttons/purple.png') 0 0 no-repeat;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  font-family: Verdana,Arial,sans;
  font-size: 11px;
  color: #FFFFFF;  
  line-height: 22px;  
  padding: 0;  
  margin-left: 5px;
  margin-bottom: -16px;
  text-indent: 10px;
}

#Login table
{ 
  position:        absolute;
  right:           0px;
}

#Login a, #Main a.bluebtn 
{   
  display: inline-block;
  background: transparent url('buttons/navyright.png') no-repeat scroll top right; 
  float: left;
  margin-right: 6px;
  padding: 0px 10px 0px 0px;
  height: 22px;
  font-family: Verdana,Arial,sans;
  font-size: 11px;
  text-decoration: none;
  color: #FFFFFF;    
}

#Login a span, #Main a.bluebtn span
{ 
  display: inline-block;
  background: transparent url('buttons/navyleft.png') no-repeat;
  text-decoration: none;
  color: #FFFFFF; 
  line-height: 12px; 
  padding: 5px 3px 5px 13px;
} 

#Login a:hover, #Main a.bluebtn:hover 
{   
  background: transparent url('buttons/redright.png') no-repeat scroll top right;  
}

#Login a:hover span, #Main a.bluebtn:hover span 
{ 
  background: transparent url('buttons/redleft.png') no-repeat;   
} 

#Menu a.sub
{
	margin-left: 20px;   
	background:  url('buttons/navy.png');
}
#Menu a:hover  
{
  background: url('buttons/red.png') 0 0 no-repeat;  
  text-indent: 12px;
}

#content
{
	position: absolute;
	left: 20px;
	right:           20px;
        background:      #000077;
        top: 90px;
}

#Menu
{
  position:        absolute;
  top:             0px;
  left:            0px;
  width:           192px; 
  color:           #FFFFFF; 
  padding:         4px;
}

#Main
{
  position:        relative;
  top:             0px;
  left:            202px;  
  margin-right:            202px;  
  color:           #010; 
  padding-left:    4px;
  padding-right:   4px;
  padding-top:     4px;
  padding-bottom:  4px;
  background:      #FFf9b8; 
  font-family:     verdana,arial;
  min-height: 600px;
}

b 
{ 
	color:           #FF0000; 
}

strong  
{ 
	color:           #FF0000; 
}

a:link, a:active  
{
  text-decoration: underline;
  color:           #0000FF;
}

a:visited 
{
  text-decoration: underline;
  color:           #3300FF;
}

a:hover 
{ 
  text-decoration: none;
  color:           #FF0000;
}

a.AddEvent
{
	text-decoration: none;
  color: #FFFFFF;
  position:relative;
  display: block;
  width: 67px;
  text-align: center;
  height: 17px;
  right: 4px;
  smargin-bottom: -6px;
  line-height: 17px;   
}
A.AddEvent:link, A.AddEvent:active, a.AddEvent:visited  
{
	background-image: url('/buttons/smpurple.png');
}

a.AddEvent:hover 
{ 
	top: 2px;
	right: 2px;
  background-image: url('/buttons/smred.png');
}

.calendar 
{ 
	font-size: 7pt; 
	background: #ffffff; 
}

.today 
{ 
	font-size: 7pt;
  background: #ffffff; 
  border: 2pt red ridge
}

p.calendar 
{  
  margin-top:0pt;
  margin-bottom:5pt;
  line-height: 7pt;
}

h1,h2,h3,h4 
{ 
	color: #0000AA; 
}

