@charset "utf-8";
/* CHS Styles CSS Document */

body{
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
h2{
	font-size: 1.4em;
	background-image: url(images/h2_bar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:3px;
}
h1{
	font-size: 1.4em;
	background-image: url(images/h1_bar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom:5px;
	padding-left:0px;
}
.more a{
	color:#443164;
}

.news a{
	color:#443164;	
	text-decoration:none;
}
.news a:hover{
	color:#fff;
	background-color:#443164;
	padding:1px;
}
.gray{
	color:#666;
}
.purple{
	color:#443164;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#nav ul li{
	display: inline;
	list-style-type: none;
	background-image: url(images/nav_bar.png);
	background-repeat: no-repeat;
	background-position: right;
}
#nav ul li a{
	font-size:1.4em;
	color: #CCC;
	text-decoration: none;
	padding-right: 15px;
	padding-left:15px;
}
#nav ul li a:hover{
	color: #fff;
	text-decoration: none;
}
#nav-tab ul li{
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
}
#nav-tab  ul li a{
	font-size:.9em;
	color: #443264;
	text-decoration: none;
	padding-right: 10px;
	padding-left:10px;
	font-weight: bolder;
	font-variant: small-caps;
}
#nav-tab  ul li a:hover{
	color: #fff;
background-color:#443264;
}

.copyright{
	color:#666;	
	text-align: center;
}
.copyright a{
	color:#666;
	text-decoration:none;
}
.copyright a:hover{
	text-decoration:underline;	
}
.news{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height:35px;
	margin-bottom:10px;
}
.dayofweek{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-variant: normal;
	text-transform: uppercase;
}
.month{
	font-variant: normal;
	text-transform: uppercase;
}
.day{
	font-size:2em;
	margin-left:5px;
}
.date1{
	float:left;
	height:25px;
}
.date2{
	float:left;
	height:25px;
	padding-top:3px;
}
.info{
	width: 250px;	
	float:left;
	margin-left:20px;
}
.info-full{
	width: 350px;	
	float:left;
	margin-left:20px;
}
.info .title{
	font-weight: bold;	
}
.info .time{
	color: #666;	
}
.tbContactform .antispam {
	 display:  none;
	 visibility: hidden;
}

.tbContactform label {
	 width:  95px;
	 display:  inline-block;
	 vertical-align: top;
	 clear: both;
}

.tbContactform input.text,
.tbContactform textarea {
	 width:  230px;
	 padding: 2px;
	border-width: .5px;
	border-style: solid;
	border-color: #999;
}

.tbContactform textarea {
	 height:  115px;
}

.tbContactform input.submit
{
	display: block;
	margin-left: 250px;
	width:  auto;
}

.tbContactform .tbErrors p
{
	color: #FF0000;
}
