@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color:#000000;
	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: #333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
.twoColFixLtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	overflow:hidden; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0px 0px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#000;
		
} 
.twoColFixLtHdr #header { 
	
	width:auto;
	height:116px;
	margin:10px 0px 0px 0px;
	background-image:url(../images/header_background-collage_wide_with_effects.jpg);
	background-repeat:no-repeat;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant:small-caps;
	font-size:140%;
	color:#fff;
	letter-spacing:.3em;
	text-indent:150px;
	overflow:hidden;
} 

a:link {color: #FFF}
a:visited {color: #FFF}
a:hover {text-decoration:underline; color:#FFF}
a:active {color: #000000}


/*The following classes control link colors on pages with light backgrounds*/
a.dark_link:link {

	color:#460000;
	
}

a.dark_link:visited {
	color:#0064C8;
	
}

a.dark_link:hover {
	font-weight:bold;
	color:#460000;
	
}

a.dark_link:active {
	color:#000;
	
}

/*end link colors for light pages*/

.twoColFixLtHdr #page_content {
	
	float:left;
	width:760px;
	position:relative;
	background-color:#FFF;
	
}

.twoColFixLtHdr #sidebar {
	
	float:left;
	width:200px;
	margin:30px 0px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#ddd;
	text-align:left;
	line-height:1.5em;
	overflow:hidden;
	
}
	
	
.twoColFixLtHdr #mainContent { 
	
	margin: 30px 0px 0px 0px; 
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#fff;
	font-size:14px;
	color:#000;
	overflow:hidden;
	
} 


.twoColFixLtHdr #footer { 
	
	float:left;	
	width:760px;
	overflow:hidden;
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	
}

.twoColFixLtHdr #footer p {
	
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

.bl {
	float:left;	
	width:760px;
	background: url(../images/red-black_bl.jpg) 0 100% no-repeat #460000; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px; color:#fff;
	text-align:center;
	
	}
	
.br {
	background: url(../images/red-black_br.jpg) 100% 100% no-repeat; padding:11px
	}
	
.tl {
	background:url(../images/gray-black_tl.jpg) 0 0 no-repeat


	}
	
.tr {
	background: url(../images/gray-black_tr.jpg) 100% 0 no-repeat; padding:10px
	}
	
.clear {font-size: 1px; height: 1px}


/*The following codes are used to create the text boxes on the page.*/

.boxbl {
	
	background: url(images/boxcorner_bl.jpg) 0 100% no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px; color:#fff;
	text-align:center;
	}
	
.boxbr {
	background: url(images/boxcorner_br.jpg) 100% 100% no-repeat; 
	}
	
.boxtl {
	background:url(../images/boxcorner_tl.jpg) 0 0 no-repeat #5A0000;
	}
	
.boxtr {
	background: url(../images/boxcorner_tr.jpg) 100% 0 no-repeat; padding:10px;
	margin:0 0 10px 0;
	}

.welcome_box_contents {
	
	padding: 10px 15px 2px 15px;
	/*background-color:#3C0000;*/
	background-color:#460000;
	margin:0px 0 0px 0;
	overflow:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ccc;
	line-height:1.5em;
		
}

.box_contents {
	
	padding: 5px 15px 0px 15px;
	/*background-color:#3C0000;*/
	background-image:url(../images/box_contentsbg.jpg);
	background-repeat:repeat-x;
	
	margin:0 0 40px 0;
	overflow:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ccc;
		
}

#box_containers {
	position:relative;
	float:left;
	width:240px;
	margin:0px 0 0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000;
	text-align:left;
	line-height:1.5em;
	
}
	
.boxtl_gray {
	background:url(../images/boxcorner_tl_gray.jpg) 0 0 no-repeat #CCC;
	
	}
	
.boxtr_gray {
	background: url(../images/boxcorner_tr_gray.jpg) 100% 0 no-repeat; padding:10px
	}
	
.boxtl_darkred {
	background:url(../images/boxcorner_tl_darkred.jpg) 0 0 no-repeat #1E0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#fff;
	text-align:left;
	line-height:1.5em;
	}

.boxtr_darkred {
	background: url(../images/boxcorner_tr_darkred.jpg) 100% 0 no-repeat; padding:10px
	}
	
	
.boxtl_blue {
	background:url(../images/Boxcorner_tl_blue_white.jpg) 0 0 no-repeat #0064C8;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	line-height:1.5em;
	margin:0 0 0px 0;
	}
	
.boxtr_blue {
	background: url(../images/Boxcorner_tr_blue_white.jpg) 100% 0 no-repeat; padding:10px
	}
	
	
.boxtab_blue {
	height:35px;
	background-image:url(../images/boxtabbg_blues.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#fff;
	text-align:left;
	line-height:1.5em;
	margin:0 0 5px 0;
	padding:10px 0 0 10px;
	}
	
.form_font {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;

}