body{
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #e18b8b;
}

#main {
background-image: url('images/body-bg.png');
background-repeat: repeat-x;
height: 570px;
margin: 0;
}

#footer {
background-color: #000;
padding: 3px;
text-align: center;
color: #EEE;
}

a{
text-decoration: none;
color: #B22222;
}

a:hover {
text-decoration: none;
color: #FFF;
}

#headerContainer {
margin: 0px;
background-image: url(images/header-bg.png);
height:120px;
}

#body {
width: 880px;
margin: auto;
height: 380px;
padding-top: 20px;
}

#siteShowcase {
text-align: center;
margin-left: 450px;
width: 400px;
height:400px;
}

#caro {
float: left;
height: 300px;
width: 400px;
}

.bodyFormatLeft {
padding: 10px;
width: 440px;
float: left;
min-height: 300px;
}

.bodyFormatRight {
padding: 10px;
margin-left: 440px;
width: 440px;
min-height: 300px;
}

.bodyFormatRight img{
border: 0;
}

.bodyContainer {
margin: auto;
width: 880px;
}

#bodyText {
margin-top: -10px;
background: #040404;
border-bottom: 1px solid #222;
}

#bodyText2 {
height: 550px;
background: #111111;
}

#bodyText h1, #bodyText2 h1{
margin: 10px 0px 10px 0;
font-size: 20px;
color: #B22222;
}

#techtable {
width: 250px;
}

#techtable td{
height: 25px;
}

.left-indent {
margin-left: 10px;
}

#subHeader {
width: 880px;
margin: auto;
}

#header {
float: left;
margin: 0px auto;
width: 380px;
}

.white {
color: #FFF;
}

#header img{
margin-top: 15px;
}

#rightHeader {
padding-top: 10px;
}

#rightHeader h1{
color: #B22;
font-size: 22px;
}

#mid {
width: 100%;
background-image: url(images/mid-bg.png);
height: 50px;
margin: 0;
}

.project {
padding: 3px;
display: none;
width:395px;
height:38px;
color: #E66;
background: url('images/mask.png');
}

.project a{
color: #FFF;
font-size: 14px;
font-weight: bold;
text-decoration: none;
}

.project a:hover{
color: #B22222;
}

#internetexplorer7 {
background-color: #fffcca;
padding: 5px;
text-align: center;
color: #333;
border-bottom: 1px solid #CCC;
}

#reqfield {
margin-bottom: 3px;
}

.myform{
margin:0 auto;
width:400px;
padding:14px;
}

#stylized{

}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
position: relative;
top: 2px;
color: #B22;
font-weight:bold;
text-align:right;
width:110px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #ccc;
width:230px;
margin:2px 0 20px 10px;
}

#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #ccc;
width:230px;
height: 150px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}