/* CSS Document */

html {
    font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}
body {
    font-size: 92%;
}
body {
	/*color: #384D52;*/
	/*background-color: #003333;*/
	/*background-color: #004242;*/
	/*background-color: #804000;*/
	background-color: #BF6000;
	color: #660000;
	margin-top: 2px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: small-caps;
}
h1 {
	font-size: 24px;
	margin-top: 3px;
	margin-left: 12px;
	letter spacing: -1px;
	font-family: "Trebuchet MS";
}

p {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
#wrap {
	background-color: #F4FFFF;
	width:777px;
	/*width:775px; //original 10-26-07*/
	margin:0px auto;
	border: 1px solid #000000;
}

#maincontent{
	text-align: justify;
	/*	background-color: #DBD9CA;*/
	background-color: #DDDBCA;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}

#maincontent #left_bar{
	width: 48%;
	padiing: 1em 0;
	padding-right: 5px;
	padding-left: 5px;
}
#maincontent #right_bar{
	left: 50%;
	width: 48%;
	padding-right: 5px;
	float: right;
	padding-left: 5px;
}


#container {
	width: 100%;
}


/* Header */
#header {
	position:relative;
	height:100px;
	margin:0;
	padding:0;
	color:#FFF;
	/*background-color: #008C8C;*/ 
	background-repeat: repeat-x;
	/*	background-position: 0 0; // commented out 10-26*/
	background-image: url(../assets/ProgressHeader.png);
	/*background-color: #FFC66F;* 91307 LC */
	background-color: #FFC66F;
	width: 775px;
}

/* Header - Search */
    #header #search {
	position:absolute; top:60px; right:7px;
	}
    #header #search form {
	position:relative;
	}
    #header #search #search-input-out {
	position:absolute;
	top:0;
	right:45px;
	width:155px;
	height:28px;
	margin:0;
	padding:0;
	border:0;
	font:bold 90%/100% "verdana",sans-serif;
	color:#192666;
	background-image: url(../search_input.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
    #header #search #search-input {
	width:140px; margin:5px 8px;
	 padding:3px 0;
	 border:0;
	 background:#FFF; 
	  font:bold 100%/100% "verdana",sans-serif; color:#192666;
	  }
    #header #search #search-submit {
	position:absolute;
	 top:0; 
	 right:0px;
	 }
    #header #search fieldset {
	margin:0;
	padding:0;
	 border:0;
	  }
    #header #search fieldset {
	width:200px;
	}
    #header #search legend {
	display:none;
	}
#footer {
	/*background-color: #B5C9F3;O Original Color MOd Aug 1,2006 Luis*/
	/*background-color: #DDE8FF; Commented out 8/15/06 */
	clear: both;
	height: 30px;
	margin: 1px;
	border-top: 1px solid #A06E6D;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
	background-color: #FFFFEC;	/*background-color: #AECAC6;*/
}

h1,h2,h3,h4,h5,h6 {
font-size:1.5em;
}

.boldRed {color: #FF0000}

</style>
