body {
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.hide {
	display: none;
}
	
img {
	display: block;
	border: 0;
}
	
.caption {
	padding-top:4px;
	font-weight: bold;
	font-size: 9px;
	color: #000033;
	text-align: center;
	line-height: 1;
}

.directory a:link {
	color:#003366
}
.directory a:visited {
	color:#003366
}
	
a:link {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
}

a:hover {
	text-decoration: underline;
	color: #2F7195;
	background: transparent;
}

a:active {
	text-decoration: none;
	color: #2F5175;
	background: transparent;
}

.smalldirectory a:link {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
}

.smalldirectory a:visited {
	text-decoration: none;
	color: #FF0000;
	background: transparent;
}

.smalldirectory a:hover {
	text-decoration: underline;
	color: #2F7195;
	background: transparent;
}

.smalldirectory a:active {
	text-decoration: none;
	color: #2F5175;
	background: transparent;
}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0.25em;
	color: #330000;
	margin-top: 0px;
}

h2 {
	font-size: 11px;
	margin-bottom: 0.5em;
	margin-top: 0.25em;
	color: #333366;
	font-weight: bold;
	padding-top: 7px;
}

h3 {
	font-size: 11px;
	margin-bottom: .25em;
	margin-top: .25em;
	color: #000000;
	font-weight: bold;
}
	
h4 {
	font-size: 11px;
	margin-bottom: .25em;
	margin-top: .25em;
	color: #666666;
	font-weight: normal;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
	line-height: 1.3;
	text-align: left;
	font-size: 11px;
	color: #232323
}

ul {
	list-style: none;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding: 0px;
	line-height: 1.2;
	font-size: 11px;
	color: #232323
}
		
ol {
	font-size: 11px;
	padding-right: 15px;
	line-height: 1.2;
	color: #232323
}

hr {
	color: #0000FF;
	background-color: #0000FF;
	height: 1px;
	border: none;
}

blockquote {
	margin:1em 30px 1em 30px;
	line-height: 1.3;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
/* PAGE SECTIONS ------------------- */

/* Masthead */

#masthead {
	width: 780px;
}

#masthead img {
	margin: 0;
	border: 0;
	padding: 0;
	display: inline;
}
	
#masthead table {
	margin: 0px;
	padding: 0px;
}

/* Sidebar */
	
#sidebar {
	vertical-align: top;
	padding-left: 12px;
	background-color: #FBCA72;
	width: 164px;
	padding-right: 12px;
	padding-top: 1px;
	padding-bottom: 15px;
}
  
/* Main Content */

#mainContent {
	padding-left: 14px;
	padding-right: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 20px;
	width: 407px;
}

/* Right Bar */

#rightcolumn {
	width: 150px;
	padding-bottom: 14px;
	padding-top: 15px;
}
	
#rightcolumn p {
	text-align:center;
}
		
#rightcolumn img {
	display:inline;
}
	
/* Footer */

#footer {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color:#666666
}
	
/* PAGE COMPONENTS -------------------- */

/* Section Header (Headline) */

#sectionheader {
	float: right;
}

#toplinks  {
	text-align: right;
	font-size: 11px;
	color: #232323
}
	
#toplinks h2 {
	text-align: right;
	font-size: 11px;
	color: #232323;
	margin-top: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
	
#toplinks p {
	text-align: right;
	font-size: 11px;
	color: #232323;
	line-height: 1.1;
	margin-bottom: 0px;
	margin-top: 0em;
	padding-bottom: 0px;
}

/* Floats */

.floatcenter {
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatleft_border {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatleft_border img {
	border: 2px solid #666666;
}

.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatright_border {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
}

.floatright_border img {
	border: 2px solid #666666;
}

img.thumbnailright {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
}

img.thumbnail_right_border {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	border: 2px solid #666666;
}
	
/* Form */

.form td {
	font-size: 12px;
}

.form p {
	text-align: right;
	line-height: 1;
	padding-right: 3px;
	font-weight: bold;
}

/* Statistics */

.statistics td {
	font-size: 11px;
}

.statistics p {
	margin-top: 0;
	margin-bottom: 0em;
	line-height: 1;
	text-align: center;
	color: #232323;
}

/* List */
	
.list td {
	vertical-align: top;
	padding-bottom: 2px;
	padding-right: 5px;
}	
	
.list p {
	font-size: 11px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
	
/* Calendar */

.calendar td	{
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 7px;
}
	
.calendar p {
	font-size: 10px;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
	
.cal_date {
	text-align: right;
}
	
.cal_solemnity {
	color: #CC0000;
}
	
.cal_type {
	font-size: 7px;
}

.cal_note {
	color:#000099;
	font-style: italic;
}
	
.bulletlist {
	padding-left: 5px;
	margin-left: 10px;
}

/* IMAGE STYLES -------------------- */
	
img.bullet {
	display: inline;
}

img.banner {
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
}
	
/* FONT STYLES -------------------- */

.credit { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#666666; 
	float:right; 
	margin:2px 0 8px
} /* below images */

.title {
	font-size: 14px;
	color: #1E1B3A;
	margin-top: 0;
	margin-bottom: .5em;
}

.subtitle {
	line-height: 0.5em;
	margin-bottom: 1em;
	padding-top: 0px;
}

.red {
	font-weight: bold;
	color: #CC0000;
}

.darkred {
	color: #990000
}

.greytext {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}

.smalltext {
	font-size: 9px;
	font-weight: normal;
}

.source {
	color: #333333;
	text-align: right;
}

.asterisk {
	font-size: 10px;
	color: #CC0000;
}

.caption	{
	padding-top:4px;
	font-weight: bold;
	font-size: 9px;
	color: #000033;
	text-align: center;
	line-height: 1;
}
	
.footnote {
	font-weight:bold;
	font-size:10px;
}

/* MISC STYLES ------------------- */

.thinline hr {
	color: #FFCC66;
	background-color: #FFCC66;
	height: 1px;
	border: none;
}

.directoryline hr {
	color: #FFCC66;
	background-color: #FFCC66;
	height: 2px;
	border: none;
}

.olpadding {
	font-style:inherit;
}
	
.olpadding li {
	padding-bottom:5px;
}

