@charset "utf-8";
/* CSS Document */

body{
margin: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
color:#d30009;
text-decoration:none;
}
.articletext{
font-size:12px;
}
H1{
color:#d30009;
font-size:13px;
}
#wrapper{
margin:0 auto;
width:1212px;
height:100%;
}
#container{
float:left;
width:1212px;
background:url(images/wrapper-bg.jpg) repeat;
height:100%;
}
#leftside{
background-image:url(images/trans.png);
width:94px;
float:left;
height:50px;
}
#content_container{
width:1024px;
height:100%;
float:left;
}
#rightside{
background-image:url(images/trans.png);
width:94px;
float:right;
height:50px;
}
#header{
margin-left:1px;
width:1024px;
height:183px;
}
#lightgreen{
margin-left:1px;
width:160px;
height:55px;
background-color: #b3c474;
float: left;
}
#lightgreen2{
margin-left:1px;
width:838px;
height:35px;
background-color: #e5eace;
float: right;
}
.welcome{
font-size:14px;
color:#000000;
text-align:right;
font-weight:bold;
padding-top:20px;
padding-right:23px;
}
#nav{
width:160px;
height:100%;
float: left;
}
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
width: 160px;
}

#navlist li
{
background-image: url(images/chili-bullet.png);
background-repeat: no-repeat;
background-position:center left;
margin-left: 12px;
margin-right: 12px;
padding: 15px;
border-bottom: dashed 1px #FFFFFF;
}

#navlist li a { 
text-decoration: none; 
color: #FFFFFF;
font-size:12px;
font-weight: bold;
}

#navlist li a:hover { 
text-decoration: none; 
color: #e5eace;
font-size:12px;
font-weight: bold;
}

#active a:link, #active a:visited, #active a:hover
{
text-decoration: none; 
color: #e5eace;
font-size:12px;
font-weight: bold;
}

#content{
width:814px;
float: left;
padding-left:25px;
padding-right:25px;
padding-top:20px;
font-size:11px;
text-align:justify;
line-height:16px;
overflow: hidden;
}
#footer{
width:814px;
text-align:center;
font-size:10px;
color:#999999;
float:left;
}

