/* CSS Document */
*, html{
margin: 0;
padding: 0;
}

body{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
color: #000;
background: #CCCCCC;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
}
.clearme{
clear: both;
}
h1, h2, h3{
color: #cc3333;
font-size: 18px;
text-align: center;
}
p{
font-weight: bold;
font-size: 12px;
margin: 8px 0px;
}
p.center{
margin: 1px 0px;
text-align: center;
color: #cc3333;
font-size: 14px;
}
#wrapper{
width: 664px;
margin: 15px auto 0 auto;
text-align: left;
background-image: url(../images/shadow.jpg);
background-position: -1px 95px;
background-repeat: no-repeat;
}
#bodycontainer{
width: 640px;
margin: 0 auto;
}
#header{
width: 640px;
height: 6px;
background-image: url(../images/bodyHeader.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
#body{
width: 640px;
background-image: url(../images/bodyBG.jpg);
background-repeat: repeat-y;
}
#content{
padding: 0px 50px;
}
#cprlogo{
width: 137px;
height: 85px;
margin: 0 auto;
background-image: url(../images/cprLogo.jpg);
background-repeat: no-repeat;
}
#logos{
width: 573px;
height: 36px;
margin: 5px auto;
padding: 10px 0px;
background-image: url(../images/logos.jpg);
background-repeat: no-repeat;
background-position: center center;
border-bottom: 2px solid #CCCCCC;
border-top: 2px solid #CCCCCC;
}
#footer{
width: 664px;
height: 21px;
margin-top: 0px;
background-image: url(../images/bodyFoot.jpg);
background-repeat: no-repeat;
}
/* Contact Form */
#contact fieldset{
float: left;
clear: left;
width: 100%;
margin: 0 0 0em 0;
padding: 0;
font-size: 12px;
border: none;
color: #000000;
}
#contact legend{
margin-left: 1em;
color: #580202;
font-weight: bold;
}
#contact fieldset ol{
padding: .5em 1em 0 1em;
list-style-type: none;
}
#contact fieldset li{
float: left;
clear: left;
width: 100%;
padding-bottom: 1em;
}
#contact fieldset.submit{
float: none;
clear: both;
width: auto;
border-style: none;
text-align: center;
margin-top: 5px;
}
#contact label{
float: left;
width: 16em;
margin-right: 1em;
text-align: right;
}
ul.errors{
list-style-position: inside;
border: 1px solid red;
background-color: #FFFF00;
color: #CC0000;
padding: 10px;
font-size: 11px;
width: 250px;
}
ul.erros li{
margin-bottom: 15px;
}