﻿
body 
{
 	 background-color: #6173BB; font-family: Verdana; color:Black;
}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#f4f4f4;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
.navcell
{
}
.regularblackleftish
{
	color:Black; font-size: smaller; font-family: Verdana; padding-left: 2%; padding-right: 2%; text-align:left; 
}
.regularblack
{
	color:Black; font-size: smaller; font-family: Verdana; margin-left: 1.2em; margin-right: 1.2em; text-align:left; 
}
.regularblacktitle
{
	color:Black; font-size: smaller; font-family: Verdana; padding-left: 4%; padding-right: 2%; text-align: left; font-family:Verdana;
}
.blacktitle
{
	color:Black; font-size: smaller; font-weight:bold; font-family: Verdana; padding-left: 2%; padding-right: 2%; text-align: left; font-family:Verdana;
}
.biggerblack
{
	color:Black; font-size:medium; font-family: Verdana; text-align:left; 
}
.hlink
{
	Font-Family: Verdana;  color: #004D81; Font-Size: .80em;  line-height: 2em;
}
.largebluetitle
{
	Font-Family: Verdana; font-weight: bold; Font-Size: 1.1em; color: #004D81; font-weight:500; padding-left: 2%; margin-left: 12px; margin-right: 12px; text-align:left;
}
.largebluetitleleft
{
	Font-Family: Verdana; font-weight: bold; Font-Size: 1.1em; color: #004D81; font-weight:500; padding-left: 0%; margin-left: 0px; margin-right: 0px; text-align:left;
}
.largeblue
{
	Font-Family: Verdana; Font-Size: 1.1em; color: #004D81; font-weight:500; margin-left: 12px; margin-right: 12px;
}
.footer
{
	font-family: Calibri; font-size: .7em; color:#FFFFFF; 
}
.linkcells
{
	padding-left: 2%; padding-right: 2%; width: 100%; vertical-align: top; text-align: left;
}
.navcell
{
	border-right: solid 1px #004D81; padding-left: 10px; width: 130px; line-height: 24px; background-color:#DCE5EC; text-align:left; vertical-align:top;
}
#links a
{
	color: #004D81;
	font-family: Verdana;
	font-size: .8em;
}
#links a:hover
{
	color: #FF0000;
	font-family: Verdana;
	font-size: .8em;
}
#navlinks
{
	border-right: 1px solid #004D81; background-color:#FFFFFF; width:740px; border-right: 1px border-style:solid; border:0;
}
#navlinks a
{
	color: #004D81;
	font-family: Verdana;
	font-size: .8em;
}
#navlinks a:hover
{
	color: #FF0000;
	font-family: Verdana;
	font-size: .8em;
}
#rss_cell a
{
	color: Black;
	font-size: 1em;
}
#rss_cell a:hover
{
	color: Black;
	font-size: 1em;
}
