@charset "utf-8";
/* CSS Document */

body,html {
	margin: 0px;
	height:100%;
}

.header {
	background:url(../images/headerbg.jpg) top left repeat-y #FFFFFF;
}
.bar {
	background:url(../images/barbg.jpg) top repeat-x;
}
.leftpanel {
	background:url(../images/leftpanelbg.jpg) left repeat-y #FFFFFF;
}
.links {
	background:#3b095f;
	text-align:right;
	padding-right:6px;
}
.links a {
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	text-decoration:none;
	line-height:28px;
	font-weight:bold;
	display:block;
}


.links a:hover {
	color:#91bff0;
}

.content {
	font-family:Comic Sans MS;
	color:#000080;
}
.bigbluetext {
	font-family:"Comic Sans MS", arial;
	font-size:24px;
	color:#000080;
}
.newspanel {
	border:2px solid #8d8d8d;
}
.newspanel .heading {
	background:#191970;
	border-bottom:2px solid #8d8d8d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:22px;
}
.newspanel .news {
	font-family:"Comic Sans MS", arial;
	font-size:16px;
	color:#000080;
	padding:0 2px 0 2px;
}
.newspanel .news a {
	color:#000080;
}