@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}

body {
	font-size: 100%;
	background-color:#efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	

}

/*---------- Site Wrapper ----------*/

/* Show only to IE PC \*/
* html #tophead {height: 1%;} /* IE 5 PC */

#mainsite {
	margin: 10px auto;
	width: 65em;
	background-image: url(/images/mainbody_R.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 0px solid green;
	position: relative;
}
#tophead {
	background: url(/images/mainheader_R.png) no-repeat top right;
}
#top_nav {
	background: url(/images/mainheader_L.png) no-repeat top left;
	padding: 0px 0px 0px;
	border: 0px solid red;
	height: 35px;
	line-height: 1em;
}
#sitebody {
	background: url(/images/mainbody_L.png) no-repeat bottom left;
	padding-left: 2em;
	padding-right: 2em;
	border: 0px solid blue;
}


/*-------------------------- SITE STRUCTURE ------------------------------*/



#header {
	background-image: url(/images/logo1.jpg);
	background-repeat: no-repeat;
	width: 59.875em;
	height: 7.5em;

}

#left {
	float: left;
	width: 46em;
	border: 0px solid red;
}

#right {
	float: right;
	width: 12.5625em;
	border: 0px solid red;
	border: 0px solid green;
}

#content {
	margin-right: 16.3125em;
	margin-left: 13.25em;
	border-left: 0px solid blue;
	border-right: 0px solid blue;
}

#footer {
	clear: both;
	height: 2.0em;
}

/*-------------------- TOP NAVIGATION --------------------*/

#menu_corner {
	background-image: url(/images/top_nav_left_corner.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	float: left;
}

.menu_middle {
	background-image: url(/images/top_nav_middle.gif);
	background-repeat: repeat-y;
	padding-left: 0.143em;
	float: left;
}

#navcontainer ul
{
	background-color: #fdfdfd;
	color: White;
	float: right;
	margin-top: 0px;
	margin-right: 3.575em;
	padding-right: 5px;
	background-image: url(/images/top_nav_right_corner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0.7em;
	position: absolute;
	top: .45em; right: 6em;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #fdfdfd;
	color: black;
	text-decoration: none;
	float: left;
	border-left: 0px solid #ededed;
	background-image: url(/images/top_nav_horiz.gif);
	background-repeat: repeat-x;
}

#navcontainer ul li a:hover
{
	background-color: #369;
	color: #003366;
}

/*---------- CONTENT BOXES ----------*/

/* Show only to IE PC \*/
* html .boxhead h4 {height: 1%;} /* For IE 5 PC */

.box {
	margin: .5em auto; 
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
}
.boxhead {
	background: url(/images/sbhead-r.gif) no-repeat top right;
	border-bottom: 1px solid #dbdbdb;
}
.boxhead h4 {
	background: url(/images/sbhead-l.gif) no-repeat top left;
	padding: .5em .8em;
	color: #000000;
	font-weight: bold;
	font-size: 0.725em;
	line-height: 1em;
}
.boxbody {
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 10px 31px;
	font-size: 0.7em;
}



/******** IMAGES *******/


/******** TEXT ********/

p {
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	margin-left: 0.8em;
        font-size: 0.75em;
}

pp {
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	margin-left: 0.01em;
        font-size: 0.75em;
}



dl {
	font-size: .65em;
}



dt {
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-weight: bold;
}

dd {
	margin-bottom: 0.1em;
}

address {
	text-align: center;
	font-size: .6em;
	color: #333333;
	padding-bottom: 10px;
}

/******** Calendar *******/

table {
	border: 1px solid gray;
	text-align:center;
	width: 100%;
	margin-top: .5em;
}

td {
	padding: .5em;
	background-color: #F4F5FA;
}

.Calendar_Days {
	background-color: #8CE360;
}

.Calendar_Today {
	background-color: #80CEFF;
}
