@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width:100%;
	min-width:600px;
}

table {
	border:1px solid gray;
	border-collapse:collapse;
	}
	
td {
	vertical-align:top;
	padding:5px;
	}
	
th {
	background-color:#666666;
	color:#FFFFFF;
	border-bottom:2px solid #990000;
	}
	
h3 {
	border-bottom:2px solid #990000;
	margin-top:10px;
	}
	
h2 {
	margin-top:5px;
	margin-bottom:2px;
	}
	
.plain {
	border:0px;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	}

.tr-even
	{
	background-color:#CCCCCC;
	}
	
.tr-gold
	{
	background-color:#CFB53B;
	}
	
.tr-silver {
	background-color:#C0C0C0;
	}
	
.tr-bronze {
	background-color:#8C7853;
	}
	
.tr-bottom-line
	{
	background-color:#999999;
	}
	
.sponsor-table {
	border:1px solid gray;
	padding:5px;
	margin:5px;
	}
	
.middle{
	vertical-align:middle;
	}
	
.align-center{
	text-align:center;
	}
	
.text-title {
	font-weight:bold;
	}
	
.text-italic {
	font-style:italic;
	}
	
.extra-top-margin {
	margin-top:10px;
	}
	
.extra-padding {
	padding:10px;
	}
	
.float-right {
	float:right;
	}
	
.thrColFixHdr #container { 
	width: 880px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background-image:url('../../../../../Documents%20and%20Settings/Greg_2/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/HY9K5DJZ/images/caps.jpg'); 
	height:130px;
	background-color:#c9c0bb;
	background-repeat:no-repeat;
	border-bottom:2px solid #990000;
	padding-left:20px; padding-right:10px; padding-top:0; padding-bottom:0
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/****************** Three COLUMN Layout ******************/
/* Based on: http://matthewjamestaylor.com/blog/perfect-3-column.htm */
/* I am using three columns with content widths of: 18%, 58%, 18% and padding of 1%
/* This yields widths of: 20%, 60%, 20%
/*************************************************/

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* 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-color:#E6E6E6;  /* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background-color:#FFFFFF;		/* center column background colour */
}
.threecol .colleft {
	right:60%;			/* width of the middle column */
	background-color:#E6E6E6;	/* left column background colour */
}
.threecol .col1 {
	width:58%;			/* width of center column content (column width minus padding on either side) */
	left:101%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:18%;			/* Width of left column content (column width minus padding on either side) */
	left:23%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:18%;			/* 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) */
}

/*  FOR CALENDAR DATE DISPLAY */

.post-date-bg { 
    font-family:Trebuchet MS; 
    font-size: 0.9em; 
    text-align: center; 
    font-weight: bold; 
    width: 60px; 
    height: 60px; 
    background: #FFFFFF url('../../../../../Documents%20and%20Settings/Greg_2/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/HY9K5DJZ/images/calendar-blank.png') no-repeat;; margin-left:0px; margin-right:8px; margin-top:0px; margin-bottom:0px; padding-left:1px; padding-right:1px; padding-top:8px; padding-bottom:8px 
} 

.date { 
	font-size:22px; 
	line-height: auto;
	width: 60px;
} 

/******************* Nav Bar ***************/

/* ———————- Redslate nav ———————- */
.red #slatenav{
	position:relative;
	display:block;
	height:42px;
	font-size:12px;
	font-weight:bold;
	background:url('../../../../../Documents%20and%20Settings/Greg_2/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/HY9K5DJZ/images/redslate_background.gif') repeat-x top left;
	text-transform:uppercase
	}
.red #slatenav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}
.red #slatenav ul li{
	display:block;
	float:left;
	margin:0 1px 0 0;
	}
.red #slatenav ul li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:14px 22px 0 22px;
	height:28px;
	}
.red #slatenav ul li a:hover, .red #slatenav ul li a.current{
	color:#fff;
	background:url('../../../../../Documents%20and%20Settings/Greg_2/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/HY9K5DJZ/images/redslate_backgroundOVER.gif') no-repeat top center;
	}





