/* CSS Document */

body {
background-color:#000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10pt;
color:#ffffff;
text-align:center;
}
a {
color:#ffffff;
text-decoration:underline;
}
a.over2 {
color:#7f6615;
text-decoration:underline;
}
a:hover{
color:#ffcc33;text-decoration:underline;
}
 a.over2:hover{
color:#deb42b; text-decoration:underline;
}

h1{
font-size:9pt;
color:#7f6728;
margin-bottom:5px;
font-weight:bold;
margin-top:10px;
}
p{
margin-top:15px;
}
.pageContainer{
margin-left:auto;
margin-right:auto;
width:700px;
text-align:left;
}
.whiteSpaceBG{
float:left;
width:700px;
padding:1px;
background-color:#ffffff;
}
.pageHeaderBG{
float:left;
width:100%;
height:10px;
background-color:#7f6728;
margin-bottom:1px;
}
.pageFooterBG{
float:left;
width:100%;
background-color:#7f6728;
}

.contentArea{
float:left;
width:100%;
background-color:#ffffff;
margin-bottom:1px;
}
.featureArea{
float:left;
width:100%;
background-color:#e3ddcc;
}
.featureTextArea{
float:left;
width:348px;
height:205px;
padding-top:40px;
}
.featureTitle{
float:left;
padding-left:10px;
padding-right:0px;
color:#7f6615;
font-weight:bold;
}
.featureImageArea{
float:right;
text-align:right;
width:350px;
height:245px;
background-color:#ffffff;
}
.contentArea{
float:Left;

}
.contentFull{
float:left;
width:680px;
color:#000000;
margin-left:10px;
margin-top:10px;
}
.contentLeft{
float:left;
width:320px;
color:#000000;
margin-left:10px;
margin-top:10px;
}
.contentRight{
float:left;
width:320px;
color:#000000;
margin-left:30px;
margin-top:10px;
margin-bottom:10px;
}

.footerContentLeft{
float:left;
width:339px;
color:#ffffff;
margin-left:10px;
}
.videoText{
float:left;
width:100%;
text-align:center;
padding-top:25px;
}

.videoClipButton{
float:right;
height:95px;
width:349px;
text-align:center;
margin-top:1px;
margin-bottom:1px;
margin-right:1px;
background-color:#ffcc33;
color:#000000;
font-size:20pt;
}
.videoClipButton a{
float:right;
height:100px;
width:349px;
color:#000000;
font-size:20pt;
background-color:#ffcc33;
}
.videoClipButton a:hover{
float:left;
text-align:center;
color:#000000;
background-color:#f1bf2b;
}