body {
	font-size: 12px;
	font-family: "Comic Sans MS", cursive;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-color: #FFF;
	background-position: left top;
	text-align: center;
}
a:visited {
	color:#5A642D;
}
a {
	color: #5A642D;
}
a:visited {
	color: #5A642D;
}
a:active {
	color:#5A642D;
}

h1 {
	font-size: 11px;
	text-transform:uppercase;
	/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
/*padding:5px 15px;*/
margin:0px;
}

h2 {
	color: #000;
	font-size:14px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #8D8D8D;
	background-image: url(../www/new3/new3%20page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF;
}

/* ----------banner for logo-------------- */
#banner {
	height:250px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-image: url(../www/new3/images/content.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#banner img {
	padding:0px 0px;
} 
#bannertitle{
	padding-top:0px;
	font-size:10px;
	font-weight:bold;
	text-align: center;
}

/* -----------------content--------------------- */
#content {
	padding: 20px;
	margin-left: 170px;
	margin-right: 170px;
	line-height: 160%;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	background-color: #f4e1e5;
}
/* -----------------content--------------------- */
#calendar {
	background:#ffffff  url('../www/new3/images/content.jpg') no-repeat top right;
	padding: 40px;
	margin-right: 0px;
	line-height: 160%;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
}
div#content {
	min-height:400px;/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color: #FFF;
	text-align: center;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding:0px;

height:35px;
text-align: right; 
background:  url('../www/new3/images/footer.gif') repeat-x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ;
}
.sidebar {
	font-size: 12px;
	color: #5A642D;
	font-family: "Comic Sans MS", cursive;
}
 #footer h1 a{
 color:#FFFFFF;
 }
  #footer h1{
  padding:5px 5px 0px 0px;
  }
 /**********vertical menu***************/
.verticalmenu ul{
	list-style:none;
	/*list-style-image: url("bullet.gif")*/


 padding: 10px;
	margin: 0px;
	background-color: #5A642D;
}

 .verticalmenu li, a:link, .verticalmenu a:visited, .verticalmenu a:hover {
	font: bold;
	color: #5A642D;
	text-decoration: none;   /*background: url('menuhover.gif') no-repeat;*/
 }

 .verticalmenu a:hover{
	color: #5A642D;
 }
#right {
	float: right;
	width: 170px;
	margin: 0px;
	padding: 0px;
	height:100%;
	background-color: #FFF;
	text-align: center;
}

