﻿/* Global Styles */

body {
	margin:0;
	background-color:#999933;
	}
	
h3.subHeader {
	padding-left:50px;
}
h4 {
	font:12px arial;
	color: #666600;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
}
	
td {
	font: 10pt arial;
	color: #222222;
}

.logo {
	font:18px arial;
	color: #C7C780;
	letter-spacing:.4em;
	padding-left:15px;
	}
	
.tagline {
	font:10px arial;
	color: #C7C780;
	letter-spacing:0em;
	}
	
a {
	color: #666600;
	text-decoration: underline;
}
	
a:hover {
	color: #999933;
	text-decoration:none;
	}
	
.footerLinks a
{
	color:#FFFF99;
}

.footerLinks a:hover
{
	color:#FFFF99;
}

/* ID Styles */

#navigation a {
	font:11px arial;
	color: #EAEA9F;
	text-decoration:none;
	letter-spacing:.1em;
	font-weight:bold;
	}
	
#navigation a:hover {
	color: #ffffff;
	}

#padding {
	padding:10px 5px 10px 5px;
	}

#calendar td {
	border: 1px solid rgb(102,102,0);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	color: #CC6600;
	}

#calheader td {
	font:11px arial;
	font-weight:bold;
	color: #ffffff;
	}
	
/* Class Styles */

.bodyText {
	font:10pt arial;
	color:#222222;
	}

.detailText {
	font:9pt arial;
	color:#222222;
	}
	
.pageName {
	font:24px arial;
	color: #CC6600;
	line-height:28px;
	padding-left:50px;
	}
	
.subHeader {
	font:14px arial;
	color: #666600;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
.subArea {
	font:10pt arial;
	color:#222222;
	font-weight:bold;
	text-align:right;
}
.subTable {
	width:100%; 
	border-top:1px gray dotted; 
	margin-bottom:20px;
}
.subImage {
	vertical-align:top;
	text-align:center;
	width:90px;
}
	
.navText {
	font:10px arial;
	color: #006699;
	letter-spacing:.1em;
	}

.calendarText {
	font:10px arial;
	color: #333333;
	letter-spacing:.1em;
	}
	
.sidebarText {
	padding: 0px 20px 0px 20px;
	font: 11px arial;
	color: #666600;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 16px;
}
	
.content {
	padding-left: 50px;
	padding-right: 50px;
}
table.content
{
	margin-left:50px;
}

.linkTitle
{
	font-size:larger;
	font-weight:bolder;
	color:blue
}
.linkImage
{
	text-align:right;
	vertical-align:top;
}
.linkUri
{
	color:green;
	text-decoration:none;
}
#advertheader
{
	color:#666600;
	font-size:x-small
}
.advert
{
	margin-bottom:15px;
}
