/* 
    Document   : style.css
    Created on : Oct 15, 2009, 12:09:31 PM
    Author     : ria
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    background-color:#92A8B5;
    background-image:url(../images/background.jpg);
    font-family:Arial;
    font-size:12px;
}

#main {
    text-align:center;
    width:850px;
    background-color:#ffffff;
}

#left-sidebar, #right-sidebar {
     width:210px;
     text-align: center;
     background-color:#e1e9ed;
     border: 1px solid #b3c3cb;
     height:200px;
}

table {
    background-color:#fcfefd;
}

#column-title {
    font-weight:bold;
    font-size:13px;
    color:#22353f;
    text-decoration:underline;
}

#news_feed_caption {
    font-weight:bold;
    font-size:16px;
    color:#22353f;
}

#news_feed {
    padding:10px;
    text-align:justify;
}

#column-div {
    padding:5px;
}

#headline_article {
    font-weight:bold;
    color:#497288;
    text-decoration:none;
}

#headline_article:hover {
    color:#65a2c3;
    text-decoration:underline;
}

#footer_line {
    background-color:#22353f;
    height:30px;
    width:100%;
}

#menu {
    color: #b3c3cb;
    background-color:#22353f;
    width:100%;
    padding-top:5px;
    padding-bottom:5px;
}

#menu a:visited {
    color: #b3c3cb;
}

#menu a {
    color:#ffffff;
    font-weight:bold;
}

#menu a {
    text-decoration:none;
}

#menu a:hover {
    text-decoration:underline;
}

#news_contents {
    background-color:#ffffff;
    text-align:justify;
    padding:20px;
}

#contact_content {
    text-align:center;
}