@charset "utf-8";
/* CSS Document */

body {
color:#333;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
margin-top: 0px;
padding-top: 0px;
line-height: 17px;
}

a{
color: #556c11;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

a:hover{
color: #F90;
text-decoration: underline;
}

h2 {
	color: #556c11;
}

#container{
margin: 0px auto 0px auto;
text-align: center;
width: 751px;
}

#header {
background-image: url(/_images/images/CP_Banner.jpg);
background-repeat: no-repeat;
background-position: -1px 0px;
height: 215px;
}

#menu {
margin-left: 400px;
padding-top: 145px;
height: 20px;
color: #FFF;
font-weight: bolder;
}

#menu a{
color: #CCC;
text-decoration: none;
font-weight: bold;
font-size: 15px;
}


#menu a:hover{
color: #FFF;
text-decoration: underline;
}

#main{
padding: 30px 20px 30px 20px;	
border-style: solid;
border-top-width: 0px;
border-bottom-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
border-color: #B5BF97;
text-align: left
}

#footer{
margin:0px;
background-image: url(/_images/images/CP_Footer.jpg);
background-repeat: no-repeat;
height: 40px;
text-align: left;
padding: 10px 10px;
color: #FFF;
background-position: -1px 0px;
}

#footer a{
color: #CCC;
text-decoration: none;
font-weight: bold;
font-size: 12px;
}

#footer a:hover{
color: #FFF;
text-decoration: underline;
}

.rightbound {
float: right;
}
