* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
 background-color: #FFFFFF;
 font-size: 15px;
 background-image:url(images/bg.gif);
 background-repeat:repeat-x;
 background-position:top;
 background-color:#000000;
}
.wrapper {
 width: 782px;
 margin: 0 auto;
}
#border {
 border: 1px solid #e1d176;
 margin: 20px 0px 5px 0px;
 background-color: #ffffff;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 
/* ------------------------ Start Header -----------------*/
.header {
 text-align: center;
 margin: 0px 0px 0px 0px;
}
/* ------------------------ End Header -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}

/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 220px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 125px;
 margin-bottom: 7px;
}
* html .in-the-news {height:125px} /* IE Min-Height Hack */

#rightcolumn {
/* border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 513px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

.advertising {
 /* background-image:url(images/sponsor.gif);*/
 min-height: 70px;
 text-align: center;
 padding: 20px 10px 10px 10px;
 display: inline; /* IE Hack */
 float: left;
 width: 510px;
}
* html .advertising {height:80px} /* IE Min-Height Hack */

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-image:url(images/content-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
.content-midnoimg {
 padding: 5px 14px 5px 14px;
}
.left-mid {
 background-image:url(images/left-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}
.left-heading {
 background-image:url(images/left-heading.gif);
 background-repeat: no-repeat;
 padding: 9px 14px 5px 40px;
 font-size: 16px;
 color: #fff;
 min-height: 20px;
 font-weight: bold;
}
 
 .left-top {
 background-image:url(images/left-top.gif);
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px;
 font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;
}

* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 19px;
 color: #be8600;
}

h2 {
 font-size: 17px;
 color: #be8600;
 font-style:italic;
}

h3 {
 font-size: 17px;
 color: green;
 font-style: italic;
}

/* ------------------------- End Headings ---------------------*/

input {
 border: 1px solid #000000;
}

#footer {
 font-size: 15px;
 color:#ffffff;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
 text-align:center;
}

ul#links li {
 list-style: none;
 margin-left: 0px;
 background-image:url(images/link-bullet.gif);
 background-repeat:no-repeat;
 background-position:left;
}

ul#links li a:link{
 color: #be8600;
 text-decoration: none;
 font-weight: bold;
 margin-left: 16px;
}
ul#links li a:visited{
 color: #be8600;
 text-decoration: none;
 font-weight: bold;
 margin-left: 16px; 
}
ul#links li a:hover{
 color: #be8600;
 text-decoration:underline;
 font-weight: bold;
 margin-left: 16px; 
}

a.body {
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-size: 15px;
 text-decoration:none;
}
a:link { color: #000000; text-decoration: none; font-weight: bold;}
a:hover {color: #000000; text-decoration: underline; font-weight: bold;}
a:visited {color: #000000; text-decoration: none; font-weight: bold;}

.valid {
 margin: 10px 0px 0px 10px;
}

