

/* Content Page Styles */

/* prop hack for min-height */
#prop { 
 float: right; 
 height: 342px; 
 width:1px; 
 font-size:0px;
}
		  	   
/* two column layout */
#containercontent{
	/*background-color:#F9F8F7;*/
    float:left;
    width:563px;  /* BMH for browsers with no escapes */
    \width: 728px; /* for ie5/win */
    w\idth: 563px;
    background: #F9F8F7;
	overflow:hidden;
	padding-left:165px; /* The width of the rail */
}

* html #containercontent{
	height:1%; /* So IE plays nice */
}

#content {
	background: #F9F8F7;
	width:100%;
	border-left:165px solid #E7E9EB; /* The width and color of the rail */
	margin-left:-165px; /* Hat tip to Ryan Brill */
	float:right;
    text-align: left;
}

#nav {
	background:#E7E9EB;
    width:165px;
	float:left;
	margin-left:-165px;
	display:inline; /* So IE plays nice */
    text-align: left;
}
/* end two column layout */

/* left nav styles */
#nav ul {
     width:163px;
     list-style: none;
     margin: 0;
     padding: 0;
     padding-left: 1px;
     padding-right: 1px;
}

#nav ul a {
     margin: 0;
     padding: 0;
     display: block;
     font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
     font-size: 11px;
     height: 1.4em;
     color: #000000;
     text-decoration: none;
     background: #E7E9EB;
     border-bottom: 1px solid #D0D1D1;
     padding: 4px 12px 4px 12px;
     
}

#nav ul a:hover {
     background: #203F80;
     color: #FFFFFF;
}
/* end left nav styles */

#content h1 {
 margin: 0;
 padding: 0;
 text-align: left;
 padding-top: 14px;
 padding-left:14px;
 padding-right: 14px;
 line-height: 1px;
 color: #A40004;
 font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
 font-size: 12px;
 font-weight: bold;
}

#content h2 {
 margin: 0;
 padding-left: 14px;
 padding-bottom: 5px;
 color: #203F80;
 font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
 font-size: 16px;
 font-weight: bold;
}

#content h3 {
 margin: 0;
 padding-left: 14px;
 padding-bottom: 2px;
 color: #2C2C23;
 font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
 font-size: 13px;
 font-weight: bold;
}


#content p {
 margin: 0;
 padding-left: 14px;
 padding-right: 14px;
 padding-bottom: 10px;
 line-height: 1.5;
}
 
#content p a {
 color: #A40004;
}

#content ul a {
 color: #A40004;
}

#content p img {
 background: #FFFFFF;
 margin-top: 4px;
 margin-right:4px;
 padding: 2px;
 border: 1px solid #B4B4A0;
}

#content ul {
 margin: 0; 
 padding-left: 30px;
 padding-bottom: 10px;
 line-height: 1.6;
}


#contentdiv-x {
 width: 120px;
 height:1px;
 clear: left;
 margin: auto;
 font-size: 1px;
 line-height: 1px;
 padding-top: 10px;
 padding-bottom: 5px;
 background: url(../images/div-x.gif);
 background-repeat: repeat-x;
 background-position: 0px 5px;
}

.highlight {
 font-style:italic;
 font-size: 12px;
 font-weight: bold;
}

