/* Pillar of Glory Bronze Template CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
body {
	margin: 0 0 0 0;
	background-image:url(../images/site_bg.gif);
	background-repeat:repeat-x;
	background-color: #ffffff;
	}
hr {
	color: #660099;
	height: 1px;
	background-color: #660099;
	border: none;
	margin-top: 20px;
	}

/* Text */

a:link {
	color: #660099;
	text-decoration: underline;
	}
a:visited {
	color: #660099;
	text-decoration: underline;
	}
a:hover {
	color: #808080;
	text-decoration: underline;	
	}
a:active {
	color: #660099;
	text-decoration: underline;	
	}
h1	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #444444;
	}
h2	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #444444;
	}
h3	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #444444;
	}
h4	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #660099;
	}
h5	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #660099;
	}
h6	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #660099;
	}
.textBold
	{
	font-weight: bold;
	}
.textItal
	{
	font-weight: normal;
	font-style: italic;
	}	
.textHeaderPur
	{
	font-size: 14px;
	font-weight: bold;
	color: #660099;
	}
.textPur
	{
	color: #660099;
	}
.textPurBold
	{
	color: #660099;
	font-weight: bold;
	}
.textPurItal
	{
	color: #660099;
	font-style: italic;
	}
.textSmall {
	font-size: 9px;
	}
.textSmallGrey {
	font-size: 9px;
	color: #9f9f9f;
	}
.textFooter
	{
	font-size: 10px;
	color: #6b6b6b;
	}
	
/* Custom Classes*/
/* use H4 class as base for font-family */
.textLargeGoldBold
{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #a6853f;
	font-weight: bold;
}
.calendarTextHeader
{
	color: #6e6e6e;
	font-weight: bold;
}
.calendarRecordsLabel
{
	color: #9c8900;
	font-weight: bold;
}

/* Table */

#table_master {
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/master_bg.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	}
	.master_colLf {
		width:5px;
		background-image:url(../images/master_colLf_bg.gif);
		background-repeat:repeat-y;
		}
	.master_colRt {
		width:5px;
		background-image:url(../images/master_colRt_bg.gif);
		background-repeat:repeat-y;
		}
	.master_colNav {
		background-image:url(../images/nav_table_colBg.gif);
		background-repeat:repeat-y;
		}
#table_nav {
	background-image:url(../images/nav_table_bgTop.gif);
	background-repeat:no-repeat;
	background-color:#f6f3f8;
	width:100%;
	}
.table_subNav_home {
	background-image:url(../images/subNav_bg.gif);
	background-repeat:no-repeat;
	}
#table_subNav {
	background-image:url(../images/subNav_bg.gif);
	background-repeat:no-repeat;
	width:100%;
	}
	#table_subNav td {
		font-size: 10px;
		color: #660099;
		padding:12px 16px 11px 16px;
		}
	#table_subNav a:link 
		{
		color: #660099;
		text-decoration: underline;
		}
	#table_subNav a:visited 
		{
		color: #660099;
		text-decoration: underline;
		}
	#table_subNav a:hover 
		{
		color: #808080;
		text-decoration: underline;
		}
	#table_subNav a:active 
		{
		color: #660099;
		text-decoration: underline;
		}
#table_content {
	background-image:url(../images/table_contentTop.gif);
	background-repeat:no-repeat;
	width:100%;
	}
#table_footer {
	margin-left: auto;
	margin-right: auto;
	}
	#table_footer td {
		font-size: 10px;
		color: #909090;
		}
	#table_footer a:link 
		{
		color: #909090;
		text-decoration: underline;
		}
	#table_footer a:visited 
		{
		color: #909090;
		text-decoration: underline;
		}
	#table_footer a:hover 
		{
		color: #a069bc;
		text-decoration: underline;
		}
	#table_footer a:active 
		{
		color: #909090;
		text-decoration: underline;
		}
#table_index {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	height: 300px;
	}
.tableBorderPur
	{
	border: 1px solid #a069bc;
	}
.tableBorderGrey
	{
	background-image:url(../images/table_greyTop.gif);
	background-repeat:no-repeat;
	width:520px;
	}
	
/* Image */

.contentImageRt {
	float:right;
	margin:0px 0px 5px 20px;
	}
.contentImageRtBdr {
	border: 1px solid #cdcdcd;
	float:right;
	margin:0px 0px 5px 20px;
	}
.contentImageLf {
	float:left;
	margin:0px 20px 5px 0px;
	}
.contentImageLfBdr {
	border: 1px solid #cdcdcd;
	float:left;
	margin:0px 20px 5px 0px;
	}