html, body {
	height: 100%;
}
body { font-family: "Times New Roman", Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; background-image: url(images/site_bg.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center; margin: 0; padding:0; }
img { 
	behavior: url(iepngfix.htc); 
}

.leftcollumn{
background-image:url(images/BG_left_ribbon.jpg);
background-repeat: repeat-y;
background-position: top right;
}

.rightcollumn{
background-image:url(images/BG_right_ribbon.jpg);
background-repeat: repeat-y;
background-position: top left;
}

.toprow{
background-image:url(images/BG_top.jpg);
background-repeat: repeat-x;
background-position: bottom center;
background-color: #ffffff;
}

.bottomrow{
background-image:url(images/BG_bottom.jpg);
background-repeat: repeat-x;
background-position: top center;
background-color: #ffffff;
}


.textarea{
font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;
}

.bigletter{
font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003333;
}

.smalltext{
font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003333;
}

.fill{
	xbackground-color: #ffffff;
	background-image: url();
	background-repeat: repeat-y;
	background-position: left;
}


a:hover {  
color: #D94F4F;
 text-decoration: none;
 font-size: 13px;
 font-weight: bold;
}

a { 
color: #8F0505;
text-decoration: none;
 font-size: 13px;
  font-weight: bold;
}

.input{
  border-top : 1px ;
  border-bottom : 1px ;
  border-left : 1px ;
  border-right : 1px ;
  border-style: solid;
  border-color: #F2BC62;
  color : #F2BC62;
  background : #000000;
  font-family:Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
}

.button{
  border-top : 1px ;
  border-bottom : 1px ;
  border-left : 1px ;
  border-right : 1px ;
  border-style: solid;
  border-color: #F2BC62;
  color : #F2BC62;
  background : #000000;
  font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px ;
  width : px;
  cursor : hand;
}

A.rollover:hover IMG {
border-width:1px;
border-color:#F9CD86; 
filter:alpha(Opacity=100);
}

IMG.rollover {
border-width:1px;
border-color:#F9CD86;
filter:alpha(Opacity=70);
}