
body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 11px;
	background: url('images/bg.gif') repeat scroll;
}

#wrap {
	width: 850px;
	margin: 0 auto;
}

.logo {
	padding: 5px 5px 5px 0px;
}

.break {
	background: url('images/break.gif') no-repeat;
	height: 9px;
	width: 140px;
}

#center {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.headerl {
	background: transparent url('images/cornerstop.png') no-repeat scroll left -0px;
	font-size: 0;
	height: 15px;
}

.headerr {
	background: transparent url('images/cornerstop.png') no-repeat scroll right -15px;
	font-size: 0;
	height: 15px;
}

.header {
	background: transparent url('images/cornerstop.png') repeat-x scroll 0 -30px;
}

.footerl {
	background: transparent url('images/cornersbottom.png') no-repeat scroll left -0px;
	font-size: 0;
	height: 24px;
}

.footerr {
	background: transparent url('images/cornersbottom.png') no-repeat scroll right -24px;
	font-size: 0;
	height: 24px;
}

.footer {
	background: transparent url('images/cornersbottom.png') repeat-x scroll 0 -48px;
}

.navshadowl {
	background: transparent url('images/navshadow.png') no-repeat scroll left -0px;
	font-size: 0;
	height: 6px;
}

.navshadowr {
	background: transparent url('images/navshadow.png') no-repeat scroll right -6px;
	font-size: 0;
	height: 6px;
}

.navshadow {
	background: transparent url('images/navshadow.png') repeat-x scroll 0 -12px;
}

#footer {
	text-align: center;
	padding: 10px;
}

.inside {
	background-color: #FFFFFF;
}

a:link {
	color: #00264B;
	text-decoration: none;
}

a.link:link, a.link:active, a.link:visited {
	text-decoration: underline;
}

a:active, a:visited {
	color: #00264B;
	text-decoration: none;
}

a:hover {
	color: #005893;
	text-decoration: underline;
}

.head {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-left: 1px;
	font-style: italic;
}

h1 {
	color: #00264B;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	font-style: italic;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #00264B;
	margin: 0;
	font-size: 14px;
}

.posttitle {
	color: #00264B;
	font-size: 14px;
	font-weight: bold;
}

.post {
	height: 450px;
	overflow-y: scroll;
	margin: 0;
}

.contact {
	color: #424242;
}

.toptext {
	color: #424242;
	font-size: 9px;
	padding-top: 2px;
	padding-right: 10px;
}

a.toptextlink:link, a.toptextlink:active, a.toptextlink:visited {
	font-size: 9px;
	font-weight: bold;
}

a.toptextlink:hover {
	color: #005893;
}

.gensmall {
	color: #424242;
	font-size: 10px;
}

.genmed {
	color: #424242;
	font-size: 11px;
}

.gen {
	color: #424242;
	font-size: 12px;
}

.date {
	color: #424242;
	font-size: 10px;
	font-style: italic;
	padding-bottom: 5px;
}

.copyright {
	text-align: center;
	color: #424242;
	font-size: 10px;
}

a.copyright, a.copyright:link, a.copyright:active, a.copyright:visited {
	font-size: 10px;
	color: #00264B;
	font-weight: bold;
}

a.copyright:hover {
	color: #005893;
}

#list {
	padding-left: 20px;
	margin: 0;
}

.bg {
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #757575;
	border-bottom: 1px solid #757575;
	margin-bottom: 15px;
}

.bg1 {
	background: url('images/tablebg.gif') top repeat-x;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #757575;
	border-bottom: 1px solid #757575;
	padding: 8px 8px 8px 8px;
	margin-bottom: 15px;
}

.bg2 {
	background: url('images/tablebg.gif') top repeat-x;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #757575;
	border-bottom: 1px solid #757575;
	padding: 8px 0 2px 3px;
	margin-bottom: 15px;
}

.recent {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.navspace { 
	background-image: url('images/navspace.gif');
	background-repeat: no-repeat;
	display: block;
	position: relative;
	float: left;
	width: 1px;
	height: 28px;
}

a.squarebutton {
	background: transparent url('images/navl.gif') no-repeat top left;
	display: block;
	float: left;
	font-size: 11px; /* Change as desired */
	line-height: 20px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 28px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton {
	color: #FFFFFF; /*button text color*/
}

a.squarebutton span {
	background: transparent url('images/navr.gif') no-repeat top right;
	display: block;
	padding: 4px 8px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover { /* Hover state CSS */
	background-position: bottom left;
}

a.squarebutton:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: #FFFFFF;
}

.buttonwrapper { /* Container you can use to surround a CSS button to clear float */
	overflow: hidden;
	width: 100%;
	font-weight: bold;
}

.dropmenudiv {
	position: absolute;
	top: 0;
	border-left: 3px solid #7A0000;
	border-right: 1px solid #757575;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #FFFFFF;
	width: 110px;
	visibility: hidden;
	margin-left: -1px;
	margin-top: -1px;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid #757575;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #00264B;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	background-color: #F0F0F0;
	color: #005893;
}
	 
#events h2 {
	font-size: 11px;
	font-style: italic;
	padding-bottom: 10px;
}

#events li ul li:before {
	content: "\00BB \0020";
}

#events li ul li ul li:before {
	content: none;
}

#events ul, #events ul ol {
	margin: 0;
	padding: 0;
}

#events li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 10px;
}

#events ul ul, #events ul ol {
	margin: 5px 0 0 10px;
}

.calnk a:hover {
    background-position: 0 0;
    text-decoration: none;  
    color: #00264B;
}
		 
.calnk a:visited {
    text-decoration: none;
	color: #00264B;
}

.calnk a {
	text-decoration: none; 
	color: #00264B;
	font-weight: bold;
	font-style: italic;
}

.calnk a span { 
	display: none;
}

.calnk a:hover span {
    color: #333333; 
    background: #F6F79B;
    display: block;
    position: absolute; 
    margin-top: 1px; 
    padding: 5px; 
    width: 250px; 
    z-index: 100;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
}

.cat-key {
	width: 100%;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #D6DED5;
}

.calnk a:hover span span.event-title {
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.calnk a:hover span span.event-title-break {
	width: 96%;
	text-align: center;
	height: 1px;
	margin-top: 5px;
	margin-right: 2%;
	padding: 0;
	background-color: #000000;
}

.calnk a:hover span span.event-content-break {
	width: 96%;
	text-align: center;
	height: 1px;
	margin-top: 5px;
	margin-right: 2%;
	padding: 0;
	background-color: #000000;
}
