/* CSS Document */
body{
background-color:#611A1A;
margin:20px 0px 0px 0px;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
#wrap{
height:600px;
background-color:#ffffff;
background-image:url(images/common/exBG2.jpg);
background-repeat:repeat-y;
background-position:center;
text-align:center;
margin:0 auto;
}
#content{
width:950px;
margin:0px auto;
text-align:left;
}
#leftCol{
width:200px;
height:600px;
float:left;
text-align:left;
}
#mainContent{
float:left;
width:580px;
height:600px;
}
#topContent{
height:300px;

}
#flashBox{
height:300px;
width:580px;
background-image:url(images/common/flashBG.jpg);
background-repeat:no-repeat;
}
#flashBox2{
height:425px;
width:580px;
background-image:url(images/common/new-flash-bg.jpg);
background-repeat:no-repeat;
}
#rightCol{
float:left;
margin-top:6px;
text-align:center;
width:170px;
}
#baseContent{
margin-left:3px;
border:#cccccc 1px solid;
height:290px;
width:560px;
background-image:url(images/common/boxBG.jpg);
}
#baseContent2{
margin-left:3px;
border:#cccccc 1px solid;
height:165px;
width:560px;
background-image:url(images/common/boxBG.jpg);
}
#baseRight{
float:right;
width:160px;
height:270px;
margin-top:10px;
border-left:#666666 1px dotted;
}
#leftCol UL{
margin:0px 0px 0px 10px;
padding:0px;
}
#leftCol LI{
margin:0px 0px 0px 0px;
display:block;
padding-top:.3em;
padding-bottom:.3em;
width:180px;
border-bottom:#cccccc 1px solid;
}
#leftCol LI.last{
border-bottom:0px;
}
#leftCol LI A{
width:180px;
display:block;

padding-left:5px;
padding-top:0px;
color:#000000;
text-decoration:none;
border-left:#ffffff 5px solid;
}
#leftCol LI A:Hover{
border-left:#cccccc 5px solid;
color:#000000;
}
h1{
font-family:Georgia, Times New Roman, serif;
font-size:22px;
font-weight:normal;
margin:10px;
}
h2{
font-family:Georgia, Times New Roman, serif;
font-size:18px;
color:#333333;
font-weight:normal;
margin:0px 10px 5px 10px;
text-align:center;
}
#baseContent P{
margin:10px;
}
#baseContent2 P{
margin:10px;
}
hr{
margin-left:10px;
margin-right:10px;
border-top:#666666 1px dotted;
height:0px;
}
.pad10{
margin-left:10px;
margin-right:10px;
}
A{
text-decoration:underline;
color:#000000;
}
A:Hover{
color:#611A1A;
text-decoration:none;
}
/* form */
form{
margin:0px;
padding:0px;
}
.formField{
padding:0px 0px 5px 20px;
}
.formField LABEL {
display:inline-block;
width:100px;
vertical-align:top;
}
.formField INPUT[type='submit']{
background-color:#611a1a;
width:80px;
color:#ffffff;
border:0px;
font-weight:bold;
height:24px;
}
/* end of form */
.address1{
float:left;
width:250px;
}
.address2{
float:left;
}
.clearAll{
clear:both;
}
.floatRight{
float:right;
margin-right:20px;
}
