﻿body
{
	font-family: Verdana, "Bitstream Vera Sans", Geneva, "Lucida Grande", sans-serif;
	font-size: 0.7em;
	color: #666666;
}

h1, h2, h3, h4, h5, h1 a, h2 a, h3 a, h4 a, h5 a
{
	padding: 0px;
	margin: 0px 0px 8px 0px;
	color: #333333;
	text-decoration: none;
	vertical-align: baseline;
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: Arial;
}

h1.calendar
{
    font-size: 24px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 40px;
	 
	color: #333333;
}
h1.calendarevent
{
    font-size: 24px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 8px;
	 
	color: #333333;
}



h2
{
	
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 8px;
	color: #333333;
}


h2 a, h2.sifr a, h2.sifr
{
	font-family: Arial;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 8px;
	color: #117b98;
}


.linkList h3
{
	color: #333333;
	font-size: 14px;
}

li h3 a
{
	font-size: 11px;
}

h3, h3 a
{
	/*TODO */
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 6px;
	color: #333333;
}

h4
{
	/*TODO */
	font-weight: normal;
	color: #333333;
	font-size: 11px;
}
h4 a
{
	color: #333333;
}

h5
{
	font-weight: normal;
	font-size: 10px;
	color: #999999;
}

#topNav ul#nav li ul li h5.test a
{
    font-size: 11px;
   /* text-transform: lowercase; */
   text-transform: none;
    
}

ul li, ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* override list functionality in leadtext and bodytext */
#MainBody ul li, #MainBody ul
{
	list-style-position: inside;
	list-style-type: disc;
    padding-left: 15px;
	text-indent: -15px;
}


a
{
	color: #117b98;
	text-decoration: none;
}


a:hover
{
	text-decoration: underline;
}

a.goto
{
	background-image: url('/media/images/linkArrow.gif');
	background-repeat: no-repeat;
	background-position: right 1px;
	padding-right: 15px;
}

input
{
	border: solid 1px #cccccc;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.inputField
{
	width: 138px;
	height: 18px;
	padding-top: 2px;
}

p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 1em;
	font-size: 1em;
	line-height: 1.5em;
}

.intro p
{
	font-size: 1.2em;
}

#siteHeader a img, #siteFooter a img, #MainBody a img
{
	border: none;
}

.button, .searchButton
{
	border: solid 1px #cccccc;
	height: 12px;
	background-color: #f4f4f4;
	padding: 4px 10px 4px 10px;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

.colgroup
{
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 30px;
}

.abCol
{
	width: 460px;
	float: left;
	clear: left;
	overflow: hidden;
}

.cCol
{
	width: 195px;
	float: left;
	clear: right;
	display: inline;
	margin-left: 45px;
}

.article .abCol
{
	width: 470px;
}
.article .cCol
{
	margin-left: 35px;
}

.xCol
{
	width: 50%;
	float: left;
}

#siteHeader, #siteFooter
{
	font-size: 11px;
	border: none;
}

.LeadText
{
	float: left;
	width: 100%;
}

.LeadText, .LeadText p
{
	font-size: 1.1em;
	color: #333333;
}

/*
img
{
    border: 0;
}
*/
#MainBody img
{
   
}

.upper
{
	text-transform: uppercase;
}

.floatLeft
{
	display: block;
	float: left;
}

.floatRight
{
	display: block;
	float: right;
}

.hidden
{
	display: none;
}

.normal
{
	font-weight: normal;
}

a.pdf {display:block; background-image:url(../images/pdf.gif); background-repeat:no-repeat; background-position:left 0; padding-left: 20px; padding-top:2px; padding-bottom:2px; }
a.doc {display:block; background-image:url(../images/doc.gif); background-repeat:no-repeat; background-position:left 2px;padding-left: 20px;  padding-top:2px; padding-bottom:2px; }
a.xls {display:block; background-image:url(../images/xls.gif); background-repeat:no-repeat; background-position:left 2px; padding-left: 20px; padding-top:2px; padding-bottom:2px; }
a.ppt {display:block; background-image:url(../images/ppt.gif); background-repeat:no-repeat; background-position:left 2px; padding-left: 20px; padding-top:2px; padding-bottom:2px; }

a:hover.pdf,
a:hover.doc,
a:hover.xls,
a:hover.ppt { 
text-decoration:underline; }