body {
	background: #ebf0f3 url(images/holl_bg.gif) repeat-x top; 
}
a {
	color: #0ea0e5;
	text-decoration: underline;
	font-weight:bold;
}
a:hover{
	color: #0ea0e5;
	text-decoration: none;
	font-weight: bold;
}
#doc2 { /*this is the main container*/
	background-color: #ffffff;
}
.header {
	background: #000000 url(images/menu_bg.jpg) repeat-x;
}
.logo {
	height: 97px;
	background: url(images/bg_logo.jpg) no-repeat;
}
.banner {
	height: 275px;
	color: #CCCCCC;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	overflow:hidden;
}
.bannerbottom {
	height: 15px;
	background-color: #000000;
}
.bannerbottom h1{
	display: none;
}
.middle {
	min-height: 186px;
	color: #ffffff;
	background-color: #1c2122;
}
.bottom {
	min-height: 250px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.middle h2, .bottom h2{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom:20px;
	text-align:center;
	text-transform: uppercase;
}
.bottom h2 {
	color: #0ea0e5;
}

.footer {
	background-color: #e0e6e9;
	min-height: 65px;
	font-size: 77%;
	color: #6e8997;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}
.footer p {
	padding: 20px;
}

/*backgrounds for middle headings*/
.fp1 {    /*frontpage item 1*/
	background: url(images/star.png) no-repeat;
	background-position: 35px 15px;
	height: 45px;
}
.fp2 {    /*frontpage item 1*/
	background: url(images/arrow.png) no-repeat;
	background-position: 35px 15px;
	height: 45px;
}
.fp3 {    /*frontpage item 1*/
	background: url(images/test.png) no-repeat;
	background-position: 35px 15px;
	height: 45px;
}

/* yui fixes */
.yui-u p {
	padding: 15px 15px 10px 10px;
}
.yui-u h1, .yui-u h2, .yui-u h3, .yui-u h4, .yui-u h5 {
	padding: 15px 10px 0 10px;
}
.first p {
	padding-left: 20px;	
}

/*calendar stuff*/
.cmstable, .cmstable2 {
	width: 95%;
}

