@charset "UTF-8";
/* CSS Document */

body	{
	background-color: #cb592f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image:url(../images/bkgd.jpg);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0px;
	}
	
H2	{
	line-height: 1em;
	}

#wrapper {
	width: 730px;
	height: 100%;
	margin: 0px auto;
  	}
	
#header	{
	height: 250px;
	background-image: url(../images/curve_top2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
#content	{
	background-color: #FFFFFF;
	padding: 15px;
	padding-right: 15px;
	padding-top: 1px;
	border-left: #cb592f 8px solid;
	border-right: #cb592f 8px solid;
	min-height: 375px;
	}
	
#text	{
	width: 450px;
	line-height: 1.3em;
	margin-left: 215px;
	min-height: 400px;
	}
	
#nav {
	padding-top: 10px;
	float: left;
	}

#nav a, #nav a:hover {
	color: #ffffff;
	}
	
#nav a:hover {
  color: #ffdf01;
  }
  
#nav li	{
list-style: none;
padding-bottom: 5px;
margin-left: -20px;
}
  	
#footer	{
	background-image: url(../images/nav_bottom3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 60px;
	padding: 140px 20px 20px 130px;
	font-size: .85em;
	color: #FFFFFF;
	}
	
IMG	{
	border: 0px;
	}
	
	
a, a:hover {
	color: #cf4213;
	font-weight: bold;
	text-decoration: none;
	}
a:hover {
  text-decoration: underline;
  color: #09464b;
  }
  
 TD	{
 	vertical-align: top;
	padding: 5px;
	}
	
H1	{
	margin-top: 15px;
	}
	
#calendartext	{
	width: 670px;
	line-height: 1.3em;
	margin-left: 5px;
	min-height: 400px;
	}

#calendar TD	{
	vertical-align: top;
	width: 90px;
	height: 90px;
	padding: 3px;
	border: #86b9c0 solid 1px;
	background-color: #fff;
	font-size: .9em;
	line-height: 1.2em;
	}
	
#calendar TD.other	{
	vertical-align: top;
	padding: 3px;
	border: #86b9c0 solid 1px;
	background-color: #dcddde;
	line-height: 1.2em;
	}
	
#calendar P	{
	margin-top: 5px;
	font-size: .99em;
	}
	
#calendar a, #calendar a:hover {
	color: #b13208;
	text-decoration: none;
	font-weight: normal;
	}
#calendar a:hover {
  text-decoration: underline;
  color: #09464b;
  font-weight: normal;
  }
  
#form TD	{
  font-size: .8em;
  padding: 0px 0px 4px 0px;
  }