/* CSS Document */
body{
 background-color:#F2F7E6;
 margin:0px;
 padding:0px;
 font-family:Arial, Helvetica, sans-serif;
}
#holder{
 width:860px;
 height:auto;
 background-color:#FFFFFF;
}
#header{
 width:860px;
 height:138px;
 background-color:#999999;
 background-image:url(images/header2.jpg);
 background-repeat:no-repeat;
}
#menu{
 width:100%;
 height:35px;
 clear:both;
 background-color:#D3DEB4;}
#container{
 width:95%;
 height:auto;
 background-color:#ffffff;
}
#leftbar{
 width:20%;
 height:auto;
 float:left;
 margin-top:10px;
 clear:both;

}
#content{
width:78%;
height:auto;
float:right;
margin-top:10px;
}
#contentR{
width:78%;
height:auto;
float:right;
margin-top:10px;
font-size:12px;
background-color:#F0F3E4;
}
#refer{

 height:auto;
 font-size:18px;
 padding:7px;
 background-color:#B80600;
 color:#FFFFFF;
 font-weight:bold;
}
#signup_box{
 width:99%;
 height:auto;
 background-color:#F0F3E4;
 border:1px solid #D7D7D7;
 float:left;

}
#left_bottom{
 width:100%;
 height:170px;
 background-color:#0033CC;
 clear:both;
 background-image:url(images/leftbt.jpg);
 background-repeat:no-repeat;
 font-size:12px;
 color:#000000;
 font-weight:bold;
 padding:2px;
}
#textbox1{
 width:99%;
 height:auto;
 background-color:#FEF7EB;
 border:1px solid #D4DFB6;
 padding:2px;
}
#quotearea{
 width:87%;
 height:auto;
 background-color:#FEF7EB;
 padding:12px;
 font-size:22px;
 color:#BA0100;
 font-style:italic;
 font-weight:bold;
 text-align:left;
}
#textarea{
 width:99%;
 height:auto;
 font-size:12px;
 color:#000000;
 text-align:left;
 clear:both;
}
#textbox2{
 width:98%;
 height:355px;
 background-image:url(images/box2_bg.jpg);
 background-repeat:no-repeat;
 clear:both;
}
#title{
 width:85%;
 height:auto;
 padding:8px;
 text-align:right;
 font-size:20px;
 color:#FFFF66;
 font-weight:bold;
}
#quote{
 width:85%;
 height:auto;
 padding:5px;
 font-size:21px;
 color:#FFFF00;
 margin-top:35px;
 font-weight:bold;
 text-align:left;
 
}
 
#footer{
 clear:both;
 background-color:#F4F4F4;
 width:100%;
 height:55px;
 padding-top:15px;
 font-size:12px;
 font-weight:bold;
 
}
.menulinks{
 width:19%;
 height:28px;
 padding-top:7px;
 background-color:#D3DEB4;
 float:left;
 font-size:12px;
 font-weight:bold;
 color:#666666;
 text-decoration:none;
}
a.menulinks:hover{
 color:#BD0403;
 text-decoration:underline;
}
.leftnav{
 width:160px;
 height:25px;
 clear:both;
 margin-top:2px;
 background-color:#F0F3E4;
 font-size:12px;
 color:#000000;
 padding-top:7px;
 font-weight:bold;
 text-decoration:none;
 
}
a.leftnav:hover{
 color:#BD0403;
 background-color:#E0E7C7;
}
.text{
 font-size:12px;
 color:#000000;
 font-weight:bold;
 text-align:left;
}
.submit{
 
}
.floatL{
 float:left;
 margin-right:5px;
}
.bold{
 font-weight:bold;
}
.h1{
 font-size:16px;
 font-weight:bold;
 color:#000000;
}
.h2{
 font-size:12px;
 font-weight:bold;
 color:#000000;
}

.italic{
 font-style:italic;
}
.spacer{
 width:100%;
 height:10px;
 clear:both;
}
.footerlinks{
 color:#666666;
 text-decoration:none;
}
a.footerlinks:hover{
 color:#BD0403;
 text-decoration:underline;
}
.tbox{
 width:80%;
 height:auto;
 background-color:#FFFFCC;
 padding:4px;
 border:1px solid #000000;
 text-align:left;
}