body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-leftcol-gray3.gif);
  	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 100%;
	
}

#header {
	background-color: red;
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 100%;
}

#leftcolInfo {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	position: absolute;
	top: 90px;
	left: 4px;
	width: 120px
}

#rtcontainer {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 100%;
}

#majornavbar {
	background-color: black;
	margin: 0px 0px 0px 124px;
	width: auto;
}

#minornavbar {
	background-color: #CCCCCC;
	margin: 0px 0px 0px 124px;
	width: auto;
	padding: 3px;
}

#content {
	margin: 0px 0px 0px 124px;
	padding: 10px 10px 10px 15px;
	width: 640px;
}

h1, h2, h3, h4, p, ul, li, ol {
	margin: 0px;
	padding: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { 
	color: blue;
	text-decoration: none;
	font-weight: bold;
	}
a:visited {
	color: blue;
	text-decoration: none;
	font-weight: bold;
	}
a:hover { 
	color: red;
	text-decoration: underline;
	font-weight: bold;
	}
a:active { 
	color: blue; 
	text-decoration: none;
	font-weight: bold;
	}

.pageTitle {
	font-size: 2em;
}

.articleHeadline {
	font-size: 1.5em;
}

.articleSubhead {
	font-size: 1.4em;
	font-style: italic;
}

.sectionHeader {
	font-size: 1.3em;
}

.summaryHeadline {
	font-size: 1.1em;
	margin: 0em 0em 0em 0em;
	padding: 0em .25em;
}

.dateHead {
	padding: 0em;
}

#content ol {
	margin: 0px 0px 0px 14px;
}

#content p, li {
	font-size: 1em;
	line-height: 1.3em;
}

#content td {
	font-size: .9em;
}

#monthview p {
	line-height: 1em;
}

#content li {
	margin: 0px 0px 0px 14px;
	padding: 0px 0px 0px 3px;
}

#content .liIndent {
	margin: 0px 0px 0px 36px;
	padding: 0px 0px 0px 6px;
}

.footname {
	font-size: .7em;
	font-weight: bold;
	text-align: center;
}

.footlocation {
	font-size: .7em;
	text-align: center;
	margin: 0px;
}

#majornavbar p {
	background-color: black;
	font-size: 12px;
}

a.majorbutton {
	font-weight: bold;
	text-align: center;
	padding: 4px 8px;
}

a.majorbutton:link { 
	background-color: black; 
	color: #FFF;
	text-decoration: none;
	}
a.majorbutton:visited {
	background-color: black; 
	color: #fff;
	text-decoration: none;
	}
a.majorbutton:hover { 
	background-color: #CCCCCC; 
	color: red;
	text-decoration: none;
	}
a.majorbutton:active { 
	background-color: black; 
	color: #ccc; 
	text-decoration: none;
	}
	
a.majorbuttonThispage {
	font-weight: bold;
	text-align: center;
	padding: 4px 8px;
}

a.majorbuttonThispage:link { 
	background-color: #CCCCCC; 
	color: black;
	text-decoration: none;
	}
a.majorbuttonThispage:visited {
	background-color: #CCCCCC; 
	color: black;
	text-decoration: none;
	}
a.majorbuttonThispage:hover { 
	background-color: #CCCCCC; 
	color: red;
	text-decoration: none;
	}
a.majorbuttonThispage:active { 
	background-color: #CCCCCC; 
	color: black; 
	text-decoration: none;
	}
	
#minornavbar p {
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	background-color: #CCCCCC;
	width: 100%;
	font-size: 10px;
}


a.minorbutton {
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 15px;
}

a.minorbutton:link { 
	background-color: #CCCCCC; 
	color: #FFF;
	text-decoration: none;
}
a.minorbutton:visited {
	background-color: #CCCCCC; 
	color: #fff;
	text-decoration: none;
}
a.minorbutton:hover { 
	background-color: #CCCCCC; 
	color: red;
	text-decoration: none;
}
a.minorbutton:active { 
	background-color: #CCCCCC; 
	color: #ccc; 
	text-decoration: none;
}

a.minorbuttonThispage {
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 0px 15px;
}

a.minorbuttonThispage:link { 
	background-color: #CCCCCC; 
	color: black;
	text-decoration: none;
}
a.minorbuttonThispage:visited {
	background-color: #CCCCCC; 
	color: black;
	text-decoration: none;
}
a.minorbuttonThispage:hover { 
	background-color: #CCCCCC; 
	color: red;
	text-decoration: none;
}
a.minorbuttonThispage:active { 
	background-color: #CCCCCC; 
	color: black; 
	text-decoration: none;
}

.moreLink { 
	font-size: .8em; 
	font-weight: bold; 
}
.thumbnailright {
	float: right;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 12px;
}
.thumbnailleft {
	float: left;
	width: 100px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.pictFloatleft {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.articleDivider {
	border-top: 1px solid #CCCCCC;
	margin: 1em 0em 0em 0em;
	clear: both;
}

.artImage {
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 3px;
}

.dateinfo {
	font-size: .8em;
}

.nextButtons {
	font-size: .8em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 14px 0px;
}

.boldemphasis {
	font-weight: bold;
}

.italicemphasis {
	font-style: italic;
}

.bolditalicemphasis {
	font-weight: bold;
	font-style: italic;
}

.aligncenter {
	text-align: center;
}

#stafflist p {
	font-size: 12px;
	margin: 0px;
	padding: 1px 0px;
}

.staffinfop {
	font-size: .8em;
	margin: 0px;
	line-height: 1em;
}
.staffinfoname {
	font-weight: bold;
	
}
.datacell {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 24px;
	padding-left: 0px;
}

.spanLineSmaller {
	font-size: .7em; 
	font-weight: 100;
}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0;
}

.asterisk {
	color: red;
}

.formInstruction {
	font-size: .5em;
	font-style: italic;
	color: red;
}

.photoGalleryFloat {
	margin: 4px;
	float: left;
}