/* St Paul 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;
	background-color: #FFFFFF;
	}
hr {
	color: #245182;
	height: 1px;
	background-color: #245182;
	border: none;
	margin-top: 20px;
	}

/* Text */

a:link {
	color: #444444;
	text-decoration: underline;
	}
a:visited {
	color: #444444;
	text-decoration: underline;
	}
a:hover {
	color: #5176c1;
	text-decoration: underline;	
	}
a:active {
	color: #444444;
	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: #5176c1;
	}
h5	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #5176c1;
	}
h6	{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #5176c1;
	}
.textBold
	{
	font-weight: bold;
	}
.textItal
	{
	font-weight: normal;
	font-style: italic;
	}	
.textHeaderBlu
	{
	font-size: 14px;
	font-weight: bold;
	color: #5176c1;
	}
.textBlu
	{
	color: #5176c1;
	}
.textBluBold
	{
	color: #5176c1;
	font-weight: bold;
	}
.textBluItal
	{
	color: #5176c1;
	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 */
.textLargeBlueBold
{
	font-family: Palatino Linotype, Book Antiqua, Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #224fad;
	font-weight: bold;
}
.calendarTextHeader
{
	color: #f4f4f4;
	font-weight: bold;
}
.calendarRecordsLabel
{
	color: #224fad;
	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;
	}
#table_masterVideo {
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/masterVideo_bg.gif);
	background-repeat:repeat-y;
	background-color:#ffffff;
	}
#table_nav {
	background-image:url(../images/nav_bgTop.gif);
	background-repeat:no-repeat;
	width:100%;
	}
#table_content {
	background-image:url(../images/table_greyTop.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: #b7ada2;
		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;
	}
.tableBorderBlu
	{
	border: 1px solid #90adcd;
	}
.tableBorderGrey
	{
	background-image:url(../images/table_greyTop.gif);
	background-repeat:no-repeat;
	width:520px;
	}
	
/* Image */

.contentImageRt_round {
	float:right;
	margin:0px 0px 5px 5px;
	}
.contentImageRt_square {
	float:right;
	margin:0px 0px 5px 15px;
	}
.contentImageLf_round {
	float:left;
	margin:0px 5px 5px 0px;
	}
.contentImageLf_square {
	float:left;
	margin:0px 15px 5px 0px;
	}