body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333300;
	cursor: crosshair;
}
body {
  background-color:#BBEE55;
	scrollbar-arrow-color: #FEFF99;
	scrollbar-face-color: #99CC33;
	scrollbar-3dlight-color: #FEFF99;
	scrollbar-track-color: #99FF33;
	width:100%;
	margin: 0em 0em 0em 0em; 
	padding: 0px 0px 0px 0px;
	text-align: center;
}
a {
	font-size: 12px;
	color: #990000;
	font-weight: normal;
	cursor: crosshair;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 18px;
}

div.container{
background-color:#99CC33;
margin-left: auto;
margin-right: auto;
width: 1010px;
text-align: left;
}
 
div.header{
position:relative;
width:100%;
height:100px;
top:0px;
left:0px;
z-index:0;
background-color: #FEFF99;
}

div.ruler{
position:relative;
width:100%;
height:10px;
z-index:0;
background-color: #990002;
}

div.logo{
position:relative;
width:175px;
height:70px;
float:left;
top:10px;
left:10px;
z-index:2;
}

div.menu{
position:relative;
float:left;
text-align:center;
top:53px;
left:20px;
z-index:1;
}

div.content{
position: absolute;
top:110px;
left: 0px;
width:1000px;
z-index:2;
padding: 0px;
}

div.text{
position: relative;
width:500px;
float: left;
padding: 20px;
}

div.image{
position: relative;
top: 20px;
left: 20px;
float: right;
padding: 20px;
}

div.index{
position:relative;
width:250px;
padding:20px;
float:left;
}

div.info{
position: relative;
width:670px;
float: left;
padding: 20px;
}

div.info.image{
position:relative;
float:left;
padding: 10px;
}

form
{
padding: 15px;
width: 954px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
}


form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

legend {
  padding: 0.2em 0.5em;
  font-size:125%;
  text-align:center;
  font-weight: Bold;
  }

LabelRadio {
  float: none;
  display: block;
  width: 200px;
  zoom: 1;
  padding: 0;
  margin: 0 0 5px 142px;
  text-align: left;
  
}

inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  font-weight: Bold;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 140px;
}

label
    {
    float: left;
    width: 160px;
    text-align: right;
    font-weight: Bold;

    margin-right: 15px;
    }

input
    {
    background-color: #f5f5f5;

    font-size: x-small;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;

    margin-bottom: 10px;
    }

select
    {
    width: 320px;
    font-size: x-small;
    background-color: #f5f5f5;

    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;

    margin-bottom: 10px;
    }

textarea
    {
    width: 400px;
    height: 150px;
    background-color: #f5f5f5;

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;

    font-family: Arial, Helvetica, sans-serif;
    font-size: small;

    margin-bottom: 10px;
    }

div.notes {
  float: right;
  width: 300px;
  height: auto;
  margin: 0 0 10px 10px;
  padding: 5px;
  border: 1px solid #666666;
  background-color: #ffffe1;
  color: #666666;
  font-size: 88%;
}

div.notes h4 {
  background-image: url(/avr/img/info.gif);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 3px 0 3px 27px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size: 110%;
}


