
/* Layout Stylesheet */ 

body{
margin:0;
padding:0;
background-image: url(images/page_bg.gif);
background-repeat: repeat-y;
font: 11px Arial, Helvetica, sans-serif;
 }
#flashvid {
	z-index: 2;
}
.Title 
{
    font:18px Arial,helvetica,san-serif;
    font-weight:bold;
    color:#C50000;
}	 
#hdr{
 border-width:2px 0px;
 height: 170px; /*Height of top section*/
 background-image: url(images/2007_header_bg.gif);
 background-repeat: repeat-x;
 }

#lh-col{
 position: absolute;
 top: 170px;
 left: 0px;
 width: 180px;
 color: #ffffff;
 margin: 0px;
 padding: 0px;
 z-index:900;
 }

#rh-col{
 margin: 0px 0px 0px 170px;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 font: 12px Arial, Helvetica, sans-serif;
 z-index: 3;
}

 .textElement
{
    /* background-color: #FFEEC3; */
    background-color: #A4CDE6; 
    border:1px solid #0481FF;
	font-size: 11px;
	padding-left:2px;
    margin:2px;
}
.btnSubmit
{
    margin:2px;
	padding:2px;
	font-weight:bold;
	font-size:11px;
	color:white;
    background: white url(glossyback.gif) repeat-x bottom left;
	height:18px;
	vertical-align: middle;
} 
.btnRed {
    font: 10px verdana, Helvetica, sans-serif;
    border: solid 1px #FFC8C8;
    background: url(images/btn_red.gif) repeat-x bottom left;
    padding:4px;
    font-size:10px;
    font-weight:bold;
    white-space: nowrap;
    margin-right: 2px;
    line-height:24px;
}
.btnRed a {
    text-decoration:none;
    color:#ffffff;
}
.btnRed a:hover {
    text-decoration:none;
    color:#080D6E;
}