 body {
 background-image:url('/images/test_bkgd_2.gif');
 background-repeat: repeat-x;
 /*background-attachment: fixed;*/
 margin: 5px 0 0 0;
 }

 input {
 font-family: verdana;
 font-size: 11px;
 font-weight: normal;
 color: #565656;
 }

 legend {
 font-family: tahoma;
 font-size: 13px;
 font-weight: bold;
 color: #871919;
 }

 label {
 font-family: tahoma;
 font-size: 13px;
 font-weight: bold;
 color: #871919;
 }


 #main {
 width: 900px;
 margin-right: auto;
 margin-left: auto;
 }
 
 #menu {
 //width: 900px;
 //height: 27px;
 background-image:url('/images/test_bkgd_4.gif');
 background-repeat: repeat-x;
 }
 
 #show {
 width: 900px;
 height: 200px;
 }


 #content {
 float:left;
 width: 550px;
 padding: 0 5px 0 5px;
 text-align: justify;
 }

 #gutter {
 width: 29px;
 float:left;
 }
 
 #col1 {
 float:left;
 width:180px;
 text-align:center;
 }

 #col2 {
 float:left;
 width:100px;
 text-align:left;
 }

 #head {
 width: 900px;
 padding: 0;
 height: 80px;
 background-image:url('/images/test_bkgd_3.gif');
 background-repeat: repeat-x;
 border-bottom: 1px solid #999999;
 }

 .text_small {
 font-family: tahoma;
 font-size: 13px;
 font-weight: normal;
 color: #464646;
 line-height: 19px;
 text-align: justify;
 }

 .text_small a, .text_small a:visited {
 font-family: tahoma;
 font-size: 13px;
 font-weight: normal;
 color: #003399;
 line-height: 19px;
 text-decoration: none;
 }

 .text_small a:hover {
 color: #DC7327;
 text-decoration: underline;
 }

 .text_med {
 font-family: arial;
 font-size: 14px;
 font-weight: normal;
 color: #464646;
 line-height: 21px;
 }

 .text_med a, .text_med a:visited {
 font-family: arial;
 font-size: 14px;
 font-weight: normal;
 color: #003399;
 line-height: 21px;
 text-decoration: none;
 }

 .text_med a:hover {
 color: #DC7327;
 text-decoration: underline;
 }

 .text_lrg{
 font-family: tahoma;
 font-size: 16px;
 font-weight: normal;
 color: #464646;
 line-height: 25px;
 }

 .text_lrg a, .text_lrg a:visited {
 font-family: tahoma;
 font-size: 16px;
 font-weight: normal;
 color: #003399;
 line-height: 25px;
 text-decoration: none;
 }

 .text_lrg a:hover {
 color: #DC7327;
 text-decoration: underline;
 }

 .breadcrumbs, .breadcrumbs a, .breadcrumbs a:visited {
 font-family: arial;
 font-size: 11px;
 font-weight: normal;
 color: #999;
 font-variant: small-caps;
 text-decoration: none;
 }

 .related, .related a, .related a:visited {
 font-family: arial;
 font-size: 11px;
 font-weight: bold;
 font-variant: small-caps;
 text-decoration: none;
 color: #871919;
 }

 .related a:hover {
 text-decoration: underline;
 color: #871919;
 }

 .related b {
 color: #222;
 text-decoration: underline;
 }

 .button {
 font-family: tahoma;
 font-size: 11px;
 font-weight: bold;
 text-transform: uppercase;
 color: #871919;
 border-width: 1px;
 border-style: solid;
 border-color: #AAA;
 height: 20px;
 width: 100px;
 background-image: url('/images/test_bkgd_4.gif');
 background-repeat: repeat-x;
 padding: 0 0 2px 0;
 }
