/* CSS Document */

* {
padding:0;
margin:0;
}


body {
background-color:#EEF2FB;
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color: #333333;/*#898989;*/
margin-top:20px;
}

#bigTbl {
width:1002px;
margin:auto;
}


.withBorder {
border:1px solid #97978D;
margin:4px;
}

a {
text-decoration:none;
color: #6A6A6A;
}

.breaker {
overflow:hidden;
height:0px;
clear:both;
} 

#footer {
background-color:#000;
width:988px;
height:15px;
font-size:11px;
padding: 2px 5px 0 5px;
color:#FFFFFF;
font-weight:bold;
border:1px solid #F4F4F4;
}

.shadow {
margin-top:3px;
border:1px solid #D5D5D5;
}

#footer a {
text-decoration:none;
color:#FFFFFF;
}

/*
TOP BANNER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
#bannerTopLeft, #bannerTopRight, #bannerBotRight, #bannerBotLeft {
width:12px;
height:12px;
float:left;
}

#bannerTopLeft, #bannerTopRight, #bannerBotRight, #bannerBotLeft, #bannerBot, #bannerTop, 
#artTopLeft, #artTopRight, #artBotRight, #artBotLeft, #artBot, #artTop  {
font-size:0px;
}

#bannerTopLeft {
background-image:url(images/banner_top_left.gif);
}

#bannerTopRight {
background-image:url(images/banner_top_right.gif);
}

#bannerBotRight {
background-image:url(images/banner_bot_right.gif);
}

#bannerBotLeft {
background-image:url(images/banner_bot_left.gif);
}
 
#bannerLeft {
width:12px;
height:150px;
background-image:url(images/banner_left.gif);
background-repeat:repeat-y;
background-color:#EDEEDC;
float:left;
} 
#bannerRight {
width:12px;
height:150px;
background-image:url(images/banner_right.gif);
background-repeat:repeat-y;
background-position:right;
background-color:#EDEEDC;
float:left;
}
#bannerCenter {
width:614px;
height:150px;
background-color:#EDEEDC;
float:left;
}

#bannerTop {
width:614px;
height:12px;
background-image:url(images/banner_top.gif);
background-repeat:repeat-x;
background-color:#EDEEDC;
float:left;
}
#bannerBot {
width:614px;
height:12px;
background-image:url(images/banner_bot.gif);
background-repeat:repeat-x;
background-position:bottom;
background-color:#EDEEDC;
float:left;
}
/*
END OF TOP BANNER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/

/*
TOP LEFT SIDE CONTAINER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/
#artTopLeft, #artTopRight, #artBotRight, #artBotLeft {
width:12px;
height:12px;
float:left;
}

#artTopLeft {
background-image:url(images/art_top_left.gif);
}

#artTopRight {
background-image:url(images/art_top_right.gif);
}

#artBotRight {
background-image:url(images/art_bot_right.gif);
}

#artBotLeft {
background-image:url(images/art_bot_left.gif);
}
 
#artLeft {
width:12px;
height:320px;
background-image:url(images/art_left.gif);
background-repeat:repeat-y;
background-color:#FFFFFF;
float:left;
} 
#artRight {
width:12px;
height:320px;
background-image:url(images/art_right.gif);
background-repeat:repeat-y;
background-position:right;
background-color:#FFFFFF;
float:left;
}
#artCenter {
width:338px;
height:320px;
background-color:#FFFFFF;
float:left;
}

#artTop {
width:338px;
height:12px;
background-image:url(images/art_top.gif);
background-repeat:repeat-x;
background-color:#FFFFFF;
float:left;
}
#artBot {
width:338px;
height:12px;
background-image:url(images/art_bot.gif);
background-repeat:repeat-x;
background-position:bottom;
background-color:#FFFFFF;
float:left;
}
/*
TOP LEFT SIDE CONTAINER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
*/

#menubar {
width:636px;
height:22px;
padding-top:7px;
margin-top:2px;
margin-left:1px;
background-color:#990000;
background-image:url(images/menu.gif);
font-weight:bold;
font-size:10px;
text-transform:uppercase;
text-align:center;
}

#menubar a{
color:#FFFFFF;
}

#menubar .menuSelected {
text-decoration:underline;
}

.lightBigArticleBox {
background-color:#fff;
width:625px;
padding:5px;
}

.darkBigArticleBox {
background-color:#E3E4D2;
border:1px solid #fff;
width:625px;
padding:5px;
}

.lightSmallArticleBox {
background-color:#fff;
width:345px;
padding:5px;
}

.darkSmallArticleBox {
background-color:#E3E4D2;
border:1px solid #fff;
width:345px;
padding:5px;
}

h1 {
font-size:16px;
}

h2 {
color:#990000;
font-size:12px;
font-weight:bold;
}

.lightBigArticleBox .more, .lightSmallArticleBox .more, .darkBigArticleBox .more, .darkSmallArticleBox .more {
color:#990000;
float:right;
margin-right:8px;
font-size:12px;
font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
text-decoration:underline;
width:40px;
}



input, textarea {
background-color:#E3E4D2;
border: 1px solid #87877B;
}

ul {
margin-left:30px;;
}
