* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 16px;
}
h2 {
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	color: #666666;
}
/* Page */
#page {
	width: 986px;
	background-color: #575757;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 11px;
	padding-right: 6px;
	padding-bottom: 11px;
	padding-left: 6px;
	position: relative;
}
#pageInto {
	background-color: #000000;
	padding: 5px;
	border: 5px solid #FFFFFF;
	position: relative;
	width: 966px;
}
#pageMain, #pageInternal {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 962px;
	border: 2px solid #FFFFFF;
	position: relative;
}
#pageMain {
	background-color: #FFFFFF;
}
#pageInternal {
	background-color: #000000;
}
/* Bottom */
.bottom {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bottom a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Header */
#header {
	background-image: url(../images/head.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 102px;
	width: 962px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 81px;
	width: 194px;
	left: 5px;
	top: 13px;
	border:1px;
}
#search {
	position: absolute;
	width: 166px;
	top: 28px;
	right: 0px;
}
.input143 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	margin-right: 5px;
	border: 0;
	padding: 2px;
}
#navig {
	position: absolute;
	height: 29px;
	width: 748px;
	right: 0px;
	bottom: 3px;
	background-image: url(../images/navig_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#navig ul {
	height: 29px;
	background-image: url(../images/rasp.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 2px;
}
#navig ul li {
	height: 29px;
	float: left;
	list-style-type: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/rasp.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 2px;
}
#navig ul li span {
	padding-top: 13px;
	padding-left: 25px;
	padding-right: 25px;
	height: 16px;
	display: block;
	background-color: #000000;
}
#navig ul li a {
	padding-top: 13px;
	padding-left: 25px;
	padding-right: 25px;
	height: 16px;
	display: block;
	color: #c9c9c9;
	text-decoration: none;
}
#navig ul li a:hover {
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
/* Sidebar */
#sidebarLeft {
	float: left;
	width: 215px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#sidebarLeft ul {
	list-style: none;
	margin-bottom: 25px;
}
#sidebarLeft ul li {
	background-image: url(../images/bullet02.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	width: 185px;
	padding-top: 15px;
	padding-bottom: 4px;
	padding-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebarLeft ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#sidebarLeft ul li a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebarLeft ul li ul {
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: -10px;
}
#sidebarLeft ul li ul li {
	background-image: none;
	width: 187px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-style: none;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-bottom: 2px;
	padding-right: 3px;
}
#sidebarLeft ul li ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
#sidebarLeft ul li ul li a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebarLeft ul li ul li ul {
	margin-left: 0px;
}
#sidebarLeft ul li ul li ul li {
	background-image: none;
	width: 175px;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	border: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	margin-bottom: 1px;
}
#sidebarLeft ul li ul li ul li a {
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
#sidebarLeft ul li ul li ul li a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebarCenter {
	float: left;
	width: 555px;
}
#sidebarRight {
	width: 178px;
	margin-left: 565px;
	padding-bottom: 10px;
}
.clearBoth {
	clear: both;
}
/* Content */
#content {
	width: 746px;
	height: 500px;
	height: auto !important;
	min-height: 500px;
	margin-left: 216px;
	padding-bottom: 10px;
}
#heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #aa6b00;
	background-image: url(../images/heading.gif);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 10px;
	padding-left: 20px;
}
#content a, #calendar_wrap a {
	text-decoration: none;
	color: #0000ff;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content a:hover, #calendar_wrap a:hover {
	background: none;
	color: #ff8000;
}
#content p {
	line-height: 17px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#content ul {
	list-style: none;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#content ul li {	
	line-height: 17px;
	padding-left: 15px;
	margin-bottom: 3px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
html>body #content {
	height: auto;
}
/* Calendar */
#calendar_wrap {
	margin: 0 auto;
}
#calendar_wrap table {
	width: 175px;
	text-align: center;
	background: #d2d2d2;
	border: 2px solid #FFFFFF;
	border-collapse: collapse;
}
#calendar_wrap table caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#calendar_wrap th, #calendar_wrap td {
	padding: 2px;
}
#calendar_wrap thead {
	background: #FFFFFF;
}
#calendar_wrap tbody {
	font-size: .8em;
	font-weight: bold;
}
#calendar_wrap tbody td {
	padding: 5px;
}
#calendar_wrap tbody a {
	font-size: 1.2em;
}
#calendar_wrap tfoot {
	background: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
}
#calendar_wrap tfoot #prev {
	text-align: left;
}
#calendar_wrap tfoot #next {
	text-align: right;
}
#boxBanner {
	position: absolute;
	height: 60px;
	width: 468px;
	border: 1px solid #999999;
	left: 300px;
	top: 1px;
	text-align: center;
}
