/* Styles specific to the Blog */

#midsection	{
	background: #ffffff url(../../../images/bg-midsection-2.gif) top left repeat-y;
	}
#Cmiddle	{
	display: block;
	width: 610px;
	margin-left: 195px;
	border: 0px solid red;
	}
* html #Cmiddle {
    width: 612px;
    margin-left: 190px;
}
.Cmaincontent	{
    font-size: 12px; 
	font-family: "Trebuchet MS", Helvetica, sans serif; 
	color: black;
	text-align: left;
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
	border: 0px solid yellow;
	}
h1 {
    font-size: 24px;
    font-family: "Trebuchet MS",Helvetica,sans serif;
    color: #3366cc;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
h2 {
    font-size: 20px;
    font-family: "Trebuchet MS",Helvetica,sans serif;
    color: #b1572b;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
h3 {
    font-size: 16px;
    font-family: "Trebuchet MS",Helvetica,sans serif;
    color: #ff9900;
    font-weight: bold;
    line-height: 110%;
    margin-bottom: 4px;
    text-align: left;
}
h4 {
    font-size: 14px;
    font-family: "Trebuchet MS",Helvetica,sans serif;
    color: #3366cc;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
h5 {
    font-size: 12px;
    font-family: "Trebuchet MS",Helvetica,sans serif;
    color: #3366cc;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
h6 {
    font-size: 10px;
    font-family: "Trebuchet MS",Helvetica,sans serif;
    color: #3366cc;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}
hr  {
    border: 2px solid #b1572b;
    margin: 0;
    padding: 0;
}