/* CSS Document */

div#body {
width: auto;
height: auto;
margin: 0px auto;
background-image:url(../media/images/bg_body2.gif);
background-repeat:repeat-y;
}


div#left {
float:left;
width:215px;
height:auto;
text-align:left;
padding:0px 0px 20px 0px
}

div#center {
float:left;
width:700px;
height:auto;
text-align:left;
margin-left:4px;
padding:20px 10px 20px 10px;
}

div#right {
float:right;
width:320px;
height:auto;
text-align:left;
padding:20px 0px 20px 0px
}


.textonly_block {
text-align:left;
margin-top:20px;
}

/* FORM ELEMENTS */
div#form_header {
margin-left:100px;
margin-bottom:20px;
text-align:left;
width:500px;
}

div#disc_txt {
margin-left:100px;
margin-bottom:20px;
text-align:left;
width:500px;
}


.bar_form {
text-align:center;
margin-top:10px;
margin-bottom:10px;
margin-left:0px;
}


/* GLOBAL RED LINK */
ul.red_link {
list-style-type: none;
padding: 0px;
margin:0px;
}

ul.red_link li {
background-image:url(../media/images/icons/btn_arrow_red.gif);
background-repeat: no-repeat;
background-position: 0px center;
margin: 0px;
padding: 5px 10px 5px 15px;
width: auto;
}

.red_link a {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
text-decoration:none;
color: #a81a25;
}

.red_link  {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
text-decoration:none;
color: #a81a25;
}
.red_link a:hover, .red_link a:hover {
text-decoration: underline;
}



/* GLOBAL RED SMALL LINK */
ul.red_link_s {
list-style-type: none;
padding: 0px;
margin: 0px;
}

ul.red_link_s li {
background-image: url(../media/images/icons/nav_arrow_red_small.gif);
background-repeat: no-repeat;
background-position: 0px center;
margin: 0px;
padding: 0px 0px 0px 10px;
width: auto;
}

.red_link_s a {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
text-decoration:none;
color: #a81a25;
}
.red_link_s a:hover, .red_link_s a:hover {
text-decoration: underline;
}




/* FORM CLEAR BUTTON */
ul.btn_clear {
list-style-type: none;
padding: 0px;
margin: 0px;
}

ul.btn_clear li {
background-image:url(../media/images/icons/btn_x_red.gif);
background-repeat: no-repeat;
background-position: 0px center;
margin: 0px 0px 0px 10px;
padding: 5px 10px 5px 22px;
width: auto;
}

.btn_clear a {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
text-decoration:none;
color: #a81a25;
}
.btn_clear a:hover, .btn_clear a:hover {
text-decoration: underline;
}


/* FORM STYLES */
.field1 {
width:350px;
}

.field2 {
width:150px;
}

.field3 {
width:50px;
}

.field4 {
width:350px;
height:100px;
}



/* 300x250 AD SPACE */
.adspace_300x250 {
width: 250px;
margin: 0px 0px 15px 6px;
padding: 10px 0px;
text-align: center;
}
