@charset "UTF-8";
/* CSS Document */

.clear {
	clear: both;
}

body{

	background-position: 50% 50%;
	background-image:url(images/format/bk.png);
}
#body {
	position:relative;
	background-color:#FFFFFF;
	margin: auto;
	width: 1063px;
	
}
#header {
	width: 1063px;
	height:135px;
	background-image:url(images/format/header_sh3ab.jpg);
	z-index:1000;
}
#menu {
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 5px;
	text-decoration:none;
	width: 1041px;
	height: 30px;
	background-image:url(images/format/menu_sh2ab.jpg);
}
#title {
	width: 1063px;
	height: 120px;
}
#container{
	font-family:Century, Georgia, Arial;
	font-size:16px;
	background-image:url(images/format/bd_sh3b.gif);
	background-repeat:repeat-y;
	width: 1063px;
}
#side_bar{
	width: 173px;
	padding-top: 10px;
	padding-left: 0px;
	
}
#content{
	width: 805px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#footer{
	background-image:url(images/format/bd_shb.gif);
	background-repeat:repeat-y;
	width: 988px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	padding-right: 50px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
#foot{
	width: 1063px;
	height: 50px;
	background-image:url(images/format/foot_shb.gif);
}
#slidecontainer {
	width: 460px;
	padding: 5px;
	z-index: 15;
}
#about_us_image{
	position:absolute;
	width:115px;
	height:115px;
	left: 614px;
	top: 308px;
}
#login_hidden{
	position:absolute;
	width: 50px;
	height: 50px;
	z-index:-50;
	left: 215px;
	top: 57px;
}

.menu_buttons {
	font-size:13px;
	text-decoration: none;
	color:#FFFFFF;
}
.bar_buttons {
	font-size:14px;
	text-decoration: none;
	color:#FFFFFF;
}
.bar_buttons img{
	border:0;
}

h1{
	font-size:24px;
	font-weight:bold;
}

h2{
	font-size:24px;
	font-weight:bold;
	color:#1F3E76;
}

h3{
	font-size:14px;
	font-weight:lighter;
	color:#666666;
}
h4 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h0	{
	font-family: "Caesar Regular", "Book Antiqua", "Bookman Old Style", Garamond;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;	
}
li {
	text-indent: 25px;
	display: block;
}

.select1 a:link {color:#0000CC;}

.select1 a:visited {text-decoration:none;}

.select1 a:link:hover, a:visited:hover {text-decoration:none;}

.style2{
	font-size:10px;
	color:#666666;
}

/*begin calendar formatting */
#calendar_container{
	padding-left:20px;
}

#evt_container {
	position:relative;
	width:400px;
	height:150px;
}
#evt_date{
	position:absolute;
	width:340px;
	font-size:20px;
	color:#FFFFFF;
	background-color:#333333;
	padding-bottom:2px;
	padding-top:3px;
	padding-left:60px;
}
#evt_day{
	position:absolute;
	font-size:20px;
	width: 40px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:2px;
	background-color:#003399;
	color:#FFFFFF;
}
#evt_green{
	position:absolute;
	font-size:20px;
	width: 45px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:2px;
	background-color:#006633;
	color:#FFFFFF;
}
#evt_purple{
	position:absolute;
	font-size:20px;
	width: 45px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:2px;
	background-color:#663399;
	color:#FFFFFF;
}
#evt_red{
	position:absolute;
	font-size:20px;
	width: 45px;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:2px;
	background-color:#FF0000;
	color:#FFFFFF;
}
#evt_white{
	position:absolute;
	font-size:20px;
	width: 43px;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:1px;
	background-color:#FFFFFF;
	color:#333333;
	border: 1px solid #333333;
}
#evt_time{
	position:absolute;
	width:390px;
	padding-left:10px;
	top:85px;
}
#evt_title{
	position:absolute;
	font-weight:bold;
	width:390px;
	padding-left:10px;
	top:35px;
}
#evt_group{
	position:absolute;
	width:390px;
	padding-left:10px;
	top: 60px;
}
#evt_location{
	position:absolute;
	width:390px;
	padding-left:10px;
	top: 120px;
}
#evt_subtxt{
	color:#666666;
	font-size: 10px;
}
