@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #E80000;
	background-image:url(../image/page_bg.png);
	background-repeat:repeat-x;
	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;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(../image/header_bar.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #indexContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	background: #FFFFFF;
	width: 948px;
	border: #FFFFFF 1px solid;
}
.oneColFixCtrHdr #footer {
	height: 146px;
	width: 948px;
	border: #999999 1px solid;
	background-image:url(../image/footer.jpg);
	color:#FFFFFF;
}
.oneColFixCtrHdr #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #subContainer {
	padding: 10px 0 10px 0;/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
/*###############################TRACYS ADDITIONS###################################*/

a { color:#E80000; }
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover { color: #CC0000;
		  text-decoration:underline;
}

img { border:none;}

.content_panel	{
	position:relative;
	display: table;
	width: 990px;
	margin-bottom: 20px;
}

.transparent_container	{
	float: left;
	background-image:url(../image/spacer_75alpha.png);
	border: 1px #000066 solid;
	padding: 10px;
	margin: 20px 0px 0px 20px	
}

.menu { float:left; padding: 8px 0px 5px 20px; color:#FFFFFF; font-weight:bold; font-size: 14px; }
.menu a:link { color:#FFFFFF; text-decoration: none}
.menu a:visited { color:#FFFFFF; text-decoration: none}
.menu a:active { color:#FFFFFF; text-decoration: none}
.menu a:hover { color: #FFCC00; text-decoration: none}

.comm_bar { float:left; padding: 8px 0px 5px 20px; color:#CCCCCC; font-weight:bold; font-size: 12px; margin-left: 165px; }



h1 {
    font-size: 210%;
    color: #000000;
	margin: 0 0 .5em 0;
}

h2 {
    color: #E80000;
    font-size: 130%;
	font-weight:bold;
    margin: .5em 0 .2em 0;
}

h3 {
    font-size: 110%;
    color: #4396CA;
    margin: 0 0 0 0;
}

h4 {
    font-size: 100%;
    color: #666666;
    padding-bottom: 10px;
}

h5 {
	float: right;
	font-weight: normal;
	font-size: 90%;
	color: #333333;
}
	
p {
    font-size: 90%;
    color: #333333;
    margin: .5em 0 0em 0;
}

textarea { width: 400px; }


li {
    font-size: 90%;
    color: #666666;
    margin: 0 0 1.5em 0;
	list-style-image:url(../image/list_icon.gif);
}

.error {
    font-size: 120%;
    color: #CC0000;
    margin: 1.5em 0 1.5em 0;
	font-weight: bold;
}

.white { color:#FFFFFF; }
.black { color:#000000; }
.grey { color:#999999; }
.dark_grey { color:#666666; }
.red { color:#CC0000;}
.yellow { color: #FFCC00;}
.bold { font-weight:bold;}
.small { font-size:90%}
.tiny { font-size:80%}

.header_columns{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7d7b77;
	/*background: #684F17;*/
	background-color: #f4f3ef;
	padding: 4px;
}

.list_display_light{
	background-color: #B1C0E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;	
}

.list_display_dark{
	background-color: #83A1E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #050C3D;
}

.index_tri_box {
	float:left;
	width:300px;
	margin: 12px 0 12px 12px;
}

.back_to {
	float:right; 
	margin-top:-60px;
}

.redhead {
	height:40px;
	background-image:url(../image/red_corner.png); 
	background-repeat:no-repeat; 
	background-color:#E80000; 
	width:100%;
	text-align:right;
}

.redhead_text { 
	float:right;
	color: #FFFFFF;
    font-size: 130%;
	font-style:italic;
	font-weight:bold;
    margin: 8px 10px 0 0 ;

}

.redhead_container { 
	padding:10px; 
	background-image: url(../image/grey_fade.gif); 
	background-repeat:repeat-x;
}

.clr {border: medium none; clear: both; display: block; font-size: 0; height: 0;line-height: 0; margin: 0; padding: 0;}
