@charset "utf-8";
/* CSS Document */

	body {
	background: #91b1ca url(../images/bgr.gif) repeat-x scroll left top;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	width: 672px;
	margin:22px auto 0 auto;
}

#top {
	height:auto;
	background-color:#006633;
}

#middle {
	background: #fffef5 url(../images/menuTop.gif) repeat-x scroll left top;
	height:22px;
}


#hMenu ul {
	text-align:right;
	margin: 0 8px 0 0;
	list-style: none;
}

#hMenu ul li {
	float:right;
	height:22px;
}

#hMenu ul li a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	border-left: 1px solid #FFF;
	padding:0 10px;
	margin:2px 0 0 0;
}

#hMenu ul li a:hover {
	text-decoration:underline;
	color:#adcfea;
	font-weight:bold;
}

#hMenu ul li a.lastItem {
	border-left:none;
}

#vMenu {
	width:142px;
	float:left;
	background-color:#084c79;
}

#contentWrapper {
	background: url(../images/bgr_middle2.gif) repeat-y;
	margin:opx auto 0 auto;
	clear:both;
	text-align:left;
	width:100%;
}

p {
	padding-top:10px;
}

#content {
	width:514px;
	float:left;
	background:#FFF;
	padding:10px 5px 20px 10px;
}

#footer {
	background-color: #fffef5;
	clear:both;
	text-align:left;
	background: #FFF url(../images/bottom_172.gif) no-repeat scroll left top;
	height:109px;
}

#calendar {
	/*background: url(../images/calendarbg.gif) repeat-x scroll left top;*/
	width:142px;
	padding-top:10px;
	
	display:block;
	color:#FFFFFF;
}

#calendar_top {
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

#calendar_top a {
	background-image: none;
}

#calendar_top a img {
	border: 0;
	float: left;
}

#title {
	display:block;
	font-weight:bold;
	color:#0e466c;
	padding-bottom:5px;
	padding-top:10px;
	background: url(../images/dotlong.gif) no-repeat scroll left bottom;
}

#menuSide a{
	display:block;
	padding: 5px 0px 10px 18px;
	background:url(../images/dotShort.gif) no-repeat center bottom;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#menuSide a:hover {
	color:#adcfea;
	text-decoration:none;
	font-weight:bold;
}

#menuSide #calendar a {background-image: none;}

#copyright {
	display:block;
	vertical-align:bottom;
	margin-top:90px;
	padding-top:5px;
	background: url(../images/dotlong.gif) no-repeat scroll left top;
}


