@charset "utf-8";

.thrColFixHdr #container #textContainer #text h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #000;
}

body  {
	font: .8em georgia, garamond, serif;
	background: #FFC;
	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: #FFF;
}
body,td,th p{
	font-size: .85em;
	text-align: left;
}
a:link {
	color: #534224;
	text-decoration: none;
}
a:visited {
	color: #534224;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c74127;
}
a:active {
	text-decoration: none;
	color: #534224;
}
.thrColFixHdr #container {
	width: 1000px;
	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. */
	background-image: url(../images/sidebar.jpg);
}
.thrColFixHdr #container2 {
	width: 1000px;
	height: 1028px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/phoenix.jpg);
	background-color: #050400;
} 
.thrColFixHdr #container3 {
	width: 1000px;
	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: #FFF; 
	padding: 5px 10px 5px 20px;  /* 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. */
} 
.thrColFixHdr #headerlogo {
	padding: 0 0px 0 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. */
	background-image: url(../images/draftcss_r2_c1.jpg);
	width: 1000px;
	height: 114px;
} 
.thrColFixHdr #headerlogo2 {
	padding: 0 0px 0 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. */
		width: 1000px;
	height: 114px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 233px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 250px;
}
.thrColFixHdr #insidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 233px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		height: 250px;
}
.thrColFixHdr #textContainer {
	float: left; /* since this element is floated, a width must be given */
	width: 607px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 70px;
	
}
.thrColFixHdr #text {
	float: left; /* since this element is floated, a width must be given */
	width: 432px; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 150px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.thrColFixHdr #text img {
	border: solid  2px;
	margin: 6px;
	border-color: #A48042;
}
.thrColFixHdr #text p, ul, il {
	color:#000;
	text-align: left;
	font-size: 1.0em;
}
.thrColFixHdr #text h1 {
	color:#305A59;
	font-size: 1.5em;
	margin:0 0 4px 0;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 304px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	height: 205px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 343px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 255px;
}
.thrColFixHdr #mainContent {
	margin: 0 333px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 25px 30px 25px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#305A59
} 

.link1 {
	text-align:center;
	width: 270px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #293953;
	border-right-color: #445E88;
	border-bottom-color: #445E88;
	border-left-color: #293953;
}

.link1 a {
	display:block;
	height:25px; /* this + top padding = height for image */
	background-color:#91CEAD;
	padding-top:5px;
	font-weight: bold;
}

.link1 a:hover {
	color:#305A59;
	background-color: #FFF;
	text-decoration: none;
} 
div#listcontainer {
	font-size:1em;
	margin:0px;
	color: #FFFF99;
}
div#listcontainer ul {
	border:0;
	margin:12px 20px 5px 1.25em;
	padding:0;
	list-style-type:none;
}
div#listcontainer li {
	border-top:1px solid #c63e24;
	margin:0 0 2px 0;
	padding:.2em 0;
	text-indent:0.5em;
}
div#listcontainer a {
	text-decoration:underline;
	color:#FFF999;
	font-weight: bold;
}
div#listcontainer a:hover {
	text-decoration:none;
	color: #FFF;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
} 
.thrColFixHdr #footer2 {
	padding: 0 0px 0 0px;
	width: 1000px;
	height: 662px;
} 
.thrColFixHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.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;
}
.thrColFixHdr #container #textContainer #text h3 {
	font-size: 1.1em;
	color: #305A59;
}

.thrColFixHdr #container #textContainer #text table {
}

.thrColFixHdr #container #textContainer #text ol li {
	color: #2A3954;
}
