#header{
    width:1000px;
    height:140px;
    background-image:url("images/header.png");
}
body {
    background-color:#306584;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    margin:0;
    padding:0;
}

a {
    color: #385E2F;
    font-weight: bold;
}

a:hover{
	color:#4A6B8C;
}

h2 {
    color: #968535;
    font-size:14px;
    margin-bottom:10px;
    border-bottom:1px solid black;
}

h3 {
    color: #385e2f;
    font-size:16px;
    margin-bottom:10px;
    border-bottom:1px solid black;
}
hr {
    border: 1px solid <?=$hr_color?>;
}
#content{
    padding:20px;
    text-align:left;
    width:800px;
    background-color:white;
}
#footer {
    background-color:#202e3b;
    color:#ffffff;
    text-align: left;
    vertical-align: middle;
    padding: 5px;
    height:40px;
    font-size: 11px;
    font-weight:bold;
}
#shadow_left{
    width:15px;
    background-image:url("images/left_shadow.jpg");
    background-repeat:repeat;
}
#shadow_right{
    width:15px;
    background-image:url("images/right_shadow.jpg");
    background-repeat:repeat;
}
p{
    font-size:12px;
    font-family:Verdana;
}
.news_pub{
    padding-bottom:15px;
}
h3.news_headline{
    color: #968535;
    font-size:14px;
    margin-bottom:10px;
    border-bottom:1px solid #968535;
}
