#main_content  {
 background-color: #c5d8ec;
}

#main_content h1, 
#main_content h2, 
#main_content h3, 
#main_content h4, 
#main_content h5, 
#main_content h6,
#main_content p,
#main_content ul,
#main_content ol,
#main_content dl,
#main_content table,
#main_content div {
 color: black;
}


/* override home btn default setting */
/* default menu btn */

#main_menu #btn_main_home a,
#main_menu #btn_main_home a:link,
#main_menu #btn_main_home .btn_left,
#main_menu #btn_main_home .btn_right {
 background-position: 0 0;
}

#main_menu #btn_main_home a:visited {
 background-position: 0 -47px;
}

#main_menu #btn_main_home a:hover,
#main_menu #btn_main_home a:focus {
 background-position: 0 -94px;
}

#main_menu #btn_main_home a:active {
 background-position: 0 -141px;
}

/* override link colors in main_content */
#main_content a,
#main_content a:link {
 color: #19588d;
 border-bottom: 1px dotted #19588d;
}

#main_content a:visited {
 color: #1692cc;
 border-bottom-color: #1692cc;}

#main_content a:hover {
 color: #0c3963;
 border-bottom-color: #0c3963;}

#main_content a:active {
 color: black;
 border-bottom-color: black;}
