/* <![CDATA[ */
/* ------------------------------- GLOBAL SEMANTIC MARKUP*/

html, body {
 font-size: .9em;
 font-family: Verdana, sans-serif;
 margin:0;
 padding:0;
 height: 100%;
}
body {
 background-color: #802021;
}

a:link {
 font-weight: normal;
 color: #003499;
 text-decoration: none;
 background-color: transparent;
}
a:visited {
 font-weight: normal;
 color: #003499;
 text-decoration: none;
 background-color: transparent;
}
a:hover {
 font-weight: normal;
 color: #003499;
 text-decoration: underline;
 background-color: transparent;
}  
a.white:link {
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
 background-color: transparent;
}
a.white:visited {
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
 background-color: transparent;
}
a.white:hover {
 font-weight: normal;
 color: #ffffff;
 text-decoration: none;
 background-color: transparent;
}
a.gray:link {
 font-weight: bold;
 color: #3E3E3E;
 text-decoration: none;
 background-color: transparent;
}
a.gray:visited {
 font-weight: bold;
 color: #3E3E3E;
 text-decoration: none;
 background-color: transparent;
}
a.gray:hover {
 font-weight: bold;
 color: #3E3E3E;
 text-decoration: none;
 background-color: transparent;
} 
.all {
 border-style: solid;
 border-width: 1px;
 background-color: #ffffff;
 width: 800px;
 padding: 0px 10px 10px 10px;
} 
.hdr {
 float: left;
 text-align: right;
 width: 790px;
 height: 72px;
 vertical-align: bottom;
 padding-bottom: 5px;
 color: #3E3E3E;
 background-image:url(grfx/hdr.jpg);
 background-repeat: no-repeat;
}
.nav {
 clear: both;
 border-style: solid;
 border-width: 1px;
 border-color: #3C0F0F;
 background-color: #802021;
 width: 100%;
 top: 75px;
 height: 20px;
 vertical-align: middle;
 text-align: center;
 color: #ffffff;
 white-space: nowrap;
}
.content {
 float: left;
 position: relative;
 border-style: solid;
 border-width: 1px;
 border-color: #9C9EA0;
 width: 100%;
 text-align: right;
 background-image: url(grfx/sidebar-bkgrd.jpg);
 background-repeat: repeat-y;
 background-position: bottom right;
} 
.maintext {
 float: left;
 position: relative;
 width: 580px;
 text-align:left;
 font-size: 100%;
 padding: 0px 5px 10px 10px;
}
.sidebar {
 float: left;
 position: relative;
 width: 205px;
 text-align: right;
 font-size: 88%;
 color: #3E3E3E;
 vertical-align: top;
} 
.sidebarbttm {
 float: left;
 position: relative;
 background-image: url(grfx/sidebar-bttm.jpg);
 background-repeat: no-repeat;
 background-position: bottom right;
}
* html .sidebarbttm {
 margin: 0 -3px;
 margin: 0;
}
.sidebarimage {
 vertical-align: bottom;
 bottom: 0px;
}
* html .sidebarimage {
 margin: 0 -3px;
 margin: 0;
} 
.footer {
 clear: both;
 text-align: center;
 width:800px;
 height: 10px;
}
h1 {
 margin-top: 0 auto;
 padding: 0;
 font-size: 150%;
}
h2 {
 font-size: 130%;
}
hr {
 color:#6E6E6E;
 background-color:#6E6E6E;
 border: 1px solid;
 margin: 0 auto;
}
input {
 background-color: #F4F4F4; 
 border:1px solid #CCCCCC;
 padding: 2px;
}

/* ------------------------------- */
/* ]]> */

