


body {
   font-family: Times;
   font-size: 62.5%;
}

#wrapper { 
   margin-left: auto;
   margin-right:auto;
   width: 900px;
   font-size: 1.4em;

}

#header {
   color: #fff;
   width: 898px;
   border: 1px solid #FF0000;
   background: #003399;
   position: relative;
}

h1 {
   padding: 10px;
   position: absolute;
   left:0px;
   bottom: 0px;
}

#content{
   background: #003399;
   margin-top: 4px;
   border-top: 1px solid #fff;
   background-image:  url(border.gif);
   background-repeat: repeat-y;
}

#flashcontent { 
   display: block;
   float:right;
   vertical-align: middle;
   padding: 5px;
}

#reg_table {
   border-collapse: separate;
   border-spacing: 0em .5em;
}

br.clear {
   clear: both;
}

sup.req {
   color: green;
}

.right_align {
   text-align: right;
   vertical-align: top;
}

#error {
   color: red;
   font-weight: bold;
}

.mauve {
   margin-left: 10px;
   color: rgb(153, 51, 102);
   font-weight: bold;
}

#nav { 
   color: #fff;
   border-top: 1px solid #FF0000;
   width: 195px;
   position: absolute;
}

#nav a {
   display: block;
   color: #fff;
   margin: 0px;
   padding-left: 24px;
   font-weight:bold;
   text-decoration: none;
}

#nav a:hover {
   background-image: url('dot.gif');
   background-repeat: no-repeat;
   background-position: 10px 50%;
}

#nav a:visited {
   color: #fff;
}

#nav a.current, #nav a.current:visited {
   color: #999933;
}

#main { 
   color: #000;
   border: 1px solid #003399;
   background: #ffffff;
   margin-left: 200px;
   width: 698px;
}

.prop {
   height:475px;
   float:right;
   width:1px;
}

#contact {
   font-weight: bold;
}

.clear {
   clear:both;
   height:1px;
   overflow:hidden;
}

h2 {
   padding: 10px 10px 0px 10px;
}

p {
   margin: 10px;
}

p.primary {
   margin-top: 20px;
   font-weight: bold;
}

p.secondary {
   margin-left: 40px;
}

p.box {
   border: solid 1px #007700;
   background: #D0D0D0;
   color: #007700;
   padding: 5px;
   text-align: center;
}

sup {
   height: 0;
   line-height: 1;
   vertical-align: baseline;
   _vertical-align: bottom;
   position: relative;
   bottom: 1ex;
}

#bottom{
   position: absolute;
   margin-top: -1px;
}

#footer { 
   text-align: right;
   width: 898px;
   color: #333;
   border: 1px solid #003399;
   background: #CCCCCC;
   margin-top: 5px;
}

h4 {
   margin: 10px;
}

b.indent {
   margin-left: 40px;
}

b.indent_pink {
   color: #FF00FF;
   font-size: large;
   margin-left: 40px;
}

p.smaller {
   font-size: .85em;
}

.left {
   float: left;
   margin: 0px 15px 15px 0px;
}

.hilite{
   padding-top: 5px;
   background: #FFFF00;
}
