*{
    padding:0;
    margin:0;
    font-family:arial, tahoma, sans-serif;
}

a{
    color:#3f7a3a;
    text-decoration:none;
    cursor:pointer;
}

a:hover{
    text-decoration:underline;
}

h2,h3,h4{
    display:inline;
}

h1{
    font-size:28px;
    font-weight:normal;
    color:#3f7a3a;
}

h2{
    font-size:21px;
    font-weight:normal;
    color:#3f7a3a;
}

h2 a{
    color:#3f7a3a;
}

h3{
    font-size:14px;
    font-weight:bold;
    color:#cd282e;
}

h3 a{
    color:#cd282e;
}

h4{
    font-size:14px;
    font-weight:bold;
    color:#000;
}

h4 a{
    color:#000;
}

li{
    list-style:none;
}
.floatClearer{
    clear: both;
}

.hr{
    height:1px;
    line-height:1px;
    font-size:1px;
    background: url("../images/content/dash-horiz.gif") repeat-x;
}

body{
    width:100%;
    height:100%;
    background:url("../images/base/bg.png") no-repeat #fdf3d7;
    background-position:top center;
}

#containerBg{
    width:920px;
    margin:0 auto;
    background: url("../images/base/bg_container_shadow.gif") no-repeat;
    background-position:bottom center;
}

#container{
    width:900px;
    margin:0 auto;
    background:#FFF;
}

#header{
    width:900px;
    height:350px;
}

#menuBg{
    width:210px;
    float:left;
    padding-bottom:10px;
    background: url("../images/base/bg_left-shadow.gif") no-repeat;
    background-position: bottom left;
}

#menu{
    width:200px;
    padding-top:15px;
    padding-bottom:30px;
    background: url("../images/base/bg_left.gif") repeat-y;
}

#menu ul{
    width:180px;
    margin-left:20px;
    font-size:11px;
    color:#000;
}



#menu a{
    color:#000;
}

#menu li{
    line-height:16px;
    padding:4px 16px;
    padding-left:10px;
    background: url("../images/icon/left-menu.gif") no-repeat;
    background-position:0 9px;
}

#menu li.main{
    font-weight:bold;
    background:none !important;
    padding-left:0 !important;
}

#content{
    width:690px;
    min-height:21px;
    float:left;
    background: url("../images/base/bg_content.gif") no-repeat;
    background-position: top right;
    font-size:12px;
    line-height:16px;
}

#content .padding{
    padding-left:10px;
    padding-right:30px;
    padding-top:22px;
}


#content img{
    display:inline;
    padding:1px;
    border:1px solid #CCC;
}

#content img.right{
    margin-left:15px;
}

#content img.left{
    margin-right:15px;
}

#content ul {
	list-style: disc outside;
	margin-top: 10px;
	margin-bottom: 10px;
} 

#content li {
	list-style: disc outside;
	margin-left: 20px;
}


.headline{
    padding-bottom:20px;
}

.dashH{
    background: url("../images/content/dash-horiz.gif") repeat-x;
    background-position: bottom left;
}

.dashV{
    background: url("../images/content/dash-vert.gif") repeat-y;
    background-position: top right;
}


#content div.right,
#content div.left{
    float:left;
    width:310px;
    margin-top:15px;
    padding-top:10px;
}

#content div.left{
    padding-right:15px;
    background: url("../images/content/dash-vert.gif") repeat-y;
    background-position: top right;
}

#content div.right{
    padding-left:15px;
}

#content div.right .hr,
#content div.left .hr{
    margin:15px 0;
}

#footer{
    position:relative;
    padding-top:52px;
    width:900px;
    height:187px;
    clear:both;
    background: url("../images/base/bg_footer.png") no-repeat;
    background-position: bottom center;
}

#footer #logo{
    position:absolute;
    top:69px;
    right:10px;
    border:none;
}

#footer #copyright{
    position:absolute;
    top:79px;
    left:31px;
    font-size:11px;
    color:#FFF;
}