/* Start of CMSMS style sheet 'styles' */
*{
outline: none;
}

#content table {
  border-collapse: collapse;
} 

#header_right h1{
font-family: Arial;
font-size:18px;
font-weight:bold;
color: #767676;
}

#header_right h2{
font-family: Arial;
font-size:15px;
font-weight:bold;
color: #767676;
}

#header_right a, #header_right a:link, #header_right a:active, #header_right a:visited {
color: #767676;
font-weight: bold;
}

#header_right a:hover {
color: #ff7a32;
font-weight: bold;
}

#menu_container{
font-family: Arial;
font-size:15px;
color: #292929;
}

#comments_container{
font-family: Arial;
font-size:11px;
}

a, a:link, a:active, a:visited{
color: #ff7a32;
text-decoration: none;
font-weight: bold;
}

a:hover{
color: #e76b28;
text-decoration: none;
}

/* Content */
#content p {
font-family: Arial;
font-size: 13px;
padding: 7px;
background-color: #f3f3f3;
}

#content h1 {
font-family:Arial;
font-size:21px;
color: #ff7a32;
width: 695px;
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; */
color: #767676;
background-color: #ffffff;
width: 695px;
padding: 6px 0px 6px 5px;
}

#content h4 {
font-family:Arial;
font-size:15px;
color: #ff7a32;
width: 695px;
background-color: #f3f3f3;
}

#content ul {
padding-left:40px;
background-color: #f3f3f3;
}

#content img {
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
}

/* Content End */

#footer{
font-family: Arial;
font-size:9px;
color: #6c6c6c;
padding: 10px;
}
/* End of 'styles' */

