﻿/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: verdana;
  color: #000;
  background:  url('images/BG.gif');
  background-repeat: repeat-x;
  text-align: left;
}

#wrap {
  position: relative;
  width: 790px;
  top: 0px;
  margin: auto;  
}
#top {
	width:790px;
	height:126px;
	left: 0;
	top: 0;
}
#top_links {
	width:790px;
	height:126px;
	z-index:5;
	left: 0;
	top: 0;
}
#sidebar2 {
	width:auto;
	height:400px;
	z-index:2;
	float: left;
	left: 3px;
	top: 280px;
	padding: 15px;
}
#sidebar {
	width:297px;
	height:400px;
	z-index:2;
	float: left;
	left: 3px;
	top: 280px;
}
#content3 {
	width:550px;
	height:auto;
	left: 10px;
	top: 280px;
	float: left;
}
#content2 {
	width:740px;
	height:auto;
	z-index:1;
	left: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	top: 280px;
}
#content {
	width: 790px;
	padding: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
	font-size:10pt;
}
#content_sidebar {
	width:490px;
	padding: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
	font-size:10pt;
	left: 300px;
	position:absolute;

}
#footer {
	width: 790px;
	height: 45px;
	background-image: url('images/footer.jpg');
	clear: both;
	margin: auto;
}

.SubTitle {
	font: inherit;
	font-size: 11pt;
	font-weight: 700;
}

.SubTitle1 {
	font: inherit;
	font-size: 10pt;
	font-weight: 700;
}


.MyCalendar .ajax__calendar_container {
    border:1px solid black;
    background-color: #D8D8D8;
    color: #181EA5;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: #E41F1F;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: #E41F1F;
    font-weight:bold;
}

li.bodylist1 {
  background: url(images/rarearrow.gif) no-repeat;
  background-position:left 4px; 
  padding-left: 15px;
  margin-bottom: 0px;
}

ul.bodylist2 { 
  list-style-type:none;
  padding-left: 0; 
  margin-left: 0;
}