@charset "UTF-8";
/* CSS Document */

html { font-family:  Helvetica, Arial, Verdana, sans-serif;
}

div#body { text-align: center; }

#container { width : 850px;
text-align: left;
margin: 0 auto;
padding: 0;
}

#header { width : 850px;
height: 145px;
background-image: url(../images/banner.gif);
}

#twitter { background-color: #ccacd2;
height: 32px;
line-height: 32px;
color: #FFFFFF;
font-size: 12px;
text-align: center;
}

#main { overflow: auto;
}

#left { float : left;
width : 155px;
margin : 0;
padding : 0;
}

#middle { float : left;
width: 450px;
margin: 0 20px;
padding: 0;
}

#right { float: right;
width: 205px;
margin: 0;
padding: 0;
}

h1 {
	font-size: 26px;
	color: #663399;
	background-image: url(../images/stripe_whitegrey01.png);
	background-repeat: repeat;
	text-align: center;
	line-height: 37px;
	font-style: normal;
}

h2 {
}

.subhead1 { font-weight: bold;
font-size: 16px;
}

p { font-size: 13px;
line-height: 21px;
}

a { color: #762687;
font-weight:bold;
}

.date { font-size: 12px;
	color: #6f677e;
	font-weight: bold;
	line-height: 17px;
	}

a img { border: none;
}

hr { color: #ffffff;
border-top: 1px dashed #666666; 
margin-top: 1px;
}

ul { font-size: 13px;
list-style-image: url(../images/plus.gif);
list-style-type: square;
padding: 24px;
line-height: 16px;
}

li { margin-bottom: 5px;
}

.white { color: #FFFFFF;
}


.style1 {font-size: 12px}

.imgleft { float:left;
margin-right: 6px;
margin-bottom: 6px;
margin-top: 6px;
}

.black_overlay{
   
              display: none;
                position: absolute;
                  top: 25%;
                  left: 30%;
                  width: 500px;
                  height: 500px;
                  background-color: #f4c8de;
                  z-index:1001;
                  -moz-opacity: 0.8;
                  opacity:.80;
                  filter: alpha(opacity=80);
  
              }
  
             .white_content {
  
                  display: none;
                  position: absolute;
                  top: 25%;
                  left: 30%;
          		  width: 450px;
				  padding-top: 25px;
				  padding-left: 25px;
				  height: 450px;
                  z-index:1002;
              }
			  
