/* Start of CMSMS style sheet 'layout (home)' */
#content_container{
width: 700px;
height: auto;
float: right;
}

#left_content_container{
margin-top: 40px;
width: 300px;
height:auto;
float:left;
margin-left:15px;

border-top: 10px solid #ff7a32;
border-bottom: 10px solid #ff7a32;
}

#right_content_container{
margin-top: 40px;
width: 300px;
height:auto;
float:left;
margin-left:85px;
border-top: 10px solid #ff7a32;
border-bottom: 10px solid #ff7a32;
}

<!--[if IE 6]>
#right_content_container{
margin-top: 40px;
width: 300px;
height:auto;
float:left;
margin-left:65px;
border-top: 10px solid #ff7a32;
border-bottom: 10px solid #ff7a32;
}
<![endif]-->


/* Content */
.content {
min-height: 270px;
background-color: #f3f3f3;
}
.content p {
font-family: Arial;
font-size: 13px;
padding: 7px;
}

.content h1 {
font-family:Arial;
font-size:21px;
color: #ff7a32;
width: 295px;
border-top: 5px solid #767676;
border-bottom: 5px solid #ff7a32;
background-color: #ffffff;
padding: 2px 0px 2px 5px;
}

.content h2, h3 {
font-family:Arial;
font-size:16px;
color: #ffffff;
background-color: #ff7a32;
width: 295px;
padding: 2px 0px 2px 5px;
}

.content h4 {
font-family:Arial;
font-size:15px;
color: #ff7a32;
}

.content ul {
padding-left:40px;
font-family: Arial;
font-size: 13px;
}

/* Content End */
/* End of 'layout (home)' */

