/* Layout Stylesheet */ 

body {
	margin:0px;
	padding:0px;
	background-color:#d9ecfe;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:36px;
}

.left{
	background-image:url(images/left.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.right{
	background-image:url(images/right.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.bodybg{
	background-image:url(images/body-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:434px;
}

.eventsbg{
	background-image:url(images/events-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:196px;
	font:11px Arial;
	color:#787878;
	text-decoration:none;
}

.date{
	font:bold 12px Arial;
	color:#787878;
	text-decoration:none;
}

.highlight{
	color:#ac3446;
}

.read{
	color:#ac3446;
	text-decoration:underline;
}

.read:hover{
	color:#ac3446;
	text-decoration:none;
}

.bodytxt{
	font:11px Arial;
	color:#818181;
	text-decoration:none;
}

.bodytxt a:link{
	color:#818181;
	text-decoration:underline;
}

.bodytxt a:visited{
	color:#818181;
	text-decoration:underline;
}

.bodytxt a:hover{
	color:#818181;
	text-decoration:none;
}

.botbg{
	background-image:url(images/bottom-bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:108px;
	font:11px Arial;
	color:#787878;
	text-decoration:none;
}

.footer{
	font:11px Arial;
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

div.menuNormal {
	display: none;
	position: absolute;
}

div.menuHover {
	display: block;
	position: absolute;
}

.title{
	font:bold 14px Arial;
	color:#b64d5c;
	text-decoration:none;
}

.bullet{
	font:bold 14px Arial;
	color:#b64d5c;
	text-decoration:none;
	list-style-image:url(images/bullet.jpg);
}

.bullet li{
	padding-bottom:3px;
	margin-bottom:3px;
}

.bodytxt .bullet a:link{
	color:#b64d5c;
	text-decoration:none;
}

.bodytxt .bullet a:visited{
	color:#b64d5c;
	text-decoration:none;
}

.bodytxt .bullet a:hover{
	color:#818181;
	text-decoration:underline;
}	