
body {
 margin: 0;
 padding: 0;
 font-size: small;
 background: #1F68A6;
 font-family: Arial, Verdana, sans-serif;
 text-align: center;
 color: #B6CDE6;
 min-width: 774px
}

#wrapper {
 width: 774px;
 margin: 0 auto;
 text-align: left;
}

#header {
 position: relative;
 width: 774px;
 height: 100px;
 margin: 0;
 padding: 0;
 background: url('images/template/main_sides.gif') repeat-y left top;
}

h1 {
 margin: 0;
 padding: 5px 0 0 0;
 float: right;
 padding-right: 40px;
 letter-spacing: 3px;
 font-variant: small-caps ;
}

.top_bar {
 background: url('images/template/top_head.gif') no-repeat left top;
 width: 774px;
 height: 7px;
}


.sides {
 width: 774px;
 background: url('images/template/middle_head.gif') repeat-y top left;
}

.bottom_sides {
 width: 774px;
 background: url('images/template/middle_head.gif') repeat-y top left;
}

.bottom_bar {
 width: 774px;
 height: 10px;
 background: url('images/template/bottom_head.gif') no-repeat top left;
}

.footer_bottom_bar {
 width: 774px;
 height: 10px;
 background: url('images/template/footer_bottom_head.gif') no-repeat top left;
}

.bottom_spam {
 padding: 20px;
 font-size: 80%;
 text-align: center;
}

#nav_bar {
 width: 774px;
}

#main_nav {
 margin: 0 0 0 1em;
 padding: 0;
 list-style: none;
 text-align: center;
 font-variant: small-caps ;
}

#main_nav li {
 display: inline;
 padding: 0 2em 0 0;
 line-height: 1.5em;
}

#main_nav li a {
 text-decoration: none;
 color: black;
}

#main_nav li a:hover {
text-decoration: underline;
}

#admin_bar {
 width: 774px;
 background: url('images/template/main_sides.gif') repeat-y top left;
}

#admin_bar #padding {
 width: 698px;
 padding: 5px 0 0 35px;
}

#sec_nav_shell {
 width: 774px;
}

#sec_nav {
 margin: 0;
 padding: 0;
 list-style: none;
 text-align: center;
 font-variant: small-caps ;
}


#sec_nav li {
 border-left: 1px solid #000;
 display: inline;
 margin: 0 .5em 0 -.5em;
 padding: 0 .5em 0 .5em;
 line-height: 1.5em
}

#sec_nav .no_pipe, #sub_nav .no_pipe {
 border-left: 0;
}

#sec_nav li a {
 text-decoration: none;
 color: black;
}

#sub_nav {
 color: black;
 margin: 0;
 padding: 0;
 list-style: none;
 text-align: center;
 font-variant: small-caps ;
}

#sub_nav li{
 color: black;
 border-left: 1px solid #000;
 display: inline;
 margin: 0 .5em 0 -.5em;
 padding: 0 .5em 0 .5em;
 line-height: 1.5em
}

#sub_nav li a {
 text-decoration: none;
 color: black;
}


#sec_nav li a:hover, #sub_nav li a:hover {
 text-decoration: underline;
}


#body {
 width: 774px;
 background: url('images/template/main_sides.gif') repeat-y top left;
}

#body #padding {
 padding: .5em 40px 3em 35px;
}

#body img{
	max-width: 695px;
	letter-spacing: expression(((this.width>695)?this.width=695:null)?"normal":"normal");
}

#footer {
text-align: center;
color: black;
}


pre {
 font-size: small;
 font-family: Veranda, HELVETICA, Arial, sans-serif;
 padding: 0;
 margin: 0;
}

table {
border: 1px solid #000000;
border-top: 1px solid #30475E;
width: 685px;
border-collapse: collapse;
margin-top: 3px;
}

tr {

text-align: left;
}

th {
text-align: center;
color: white;
height: 30px;
border-top: 2px solid #30475E;
background: url('images/background/th.jpg') repeat-x 0 0;
}

td {
padding: 3px;
border: 1px solid #000000;
}

.table {
border: 0;
border-collapse: collapse;
width: 100%;
}

.table th {
 text-align: center;
 color: white;
 background: black;
 height: 0;
}

.table tr {
 border: 0;
 text-align: center;
}

.table td {
border: 0;
height: 0;
padding-left: 4px;
text-align: left;
}

.align_left {
text-align: left;
}

.align_center {
text-align: center;
}

.br {
  line-height: 4px;
}

.spacer {
height: 10px;
}

.heading {
font-weight: bold;
}

label {
float: left;
width: 15em;
padding-right: 3px;
}

p {
margin: 0;
padding: 0;
margin-top: 2px;
margin-bottom: .5em;
}

textarea {
width: 550px;
height: 500px;
}

img {
border: 0;
}

a {
 color: white;
}

.left {
float: left;
}

.right {
float: right;
}

.clear_both {
clear: both;
padding-top: 3px;
}

.outer_box {
 margin: 0 auto;
 text-align: center;
}

.inner_box {
 margin: 0 auto;
 padding: 3px;
 width: 150px;
 border-left: 2px solid #CCC;
 border-top: 2px solid #CCC;
 border-right: 2px solid black;
 border-bottom: 2px solid black;
}

.inner_box_big {
 margin: 0 auto;
 padding: 3px;
 width: 400px;

 border-right: 2px solid black;
 border-bottom: 2px solid black;
}

.alert {
color: red;
}

.down_level {
background: url('images/icons/downlevel.jpg') no-repeat 50% 50%;
height: 25px;
width: 25px;
}

.up_level {
background: url('images/icons/uplevel.jpg') no-repeat 50% 50%;
height: 25px;
width: 25px;
}

.form_title {
 font-weight: bold;
 display:block;
}

.small_textarea {
 height: 200px;
 width: 230px;
}

.medium_field {
 width: 200px;
}

.large_field {
 width: 300px;
}

.error_msg {
 border: 1px solid #000000;
 width: 685px;
 margin: 3px 0 15px 0;
 padding: 3px;
 text-align: center;
}

.link_button {
 margin: 0;
 padding: 0;
 background: transparent;
 border: none;
 color: white;
 text-decoration: underline;
 cursor: pointer;
}

form {
margin: 0;
}

pre {
 font-size: medium;
}

hr {
width: 95%;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.codequote table {
    border: 0;
    margin: 15px 3px 15px 0;
}

.codequote td {
    border: 0;
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   vertical-align: bottom;
   height: 0;
   
}

.codebody {
   background-color: #FFFFFF;
    font-size: 11.5px;
    color: black;
    border: 1px solid black;
    height: 0;
}

.quotebody {
   background-color: #FFFFFF;
    font-size: 11.5px;
    color: black;
    border: 1px solid black;
    height: 0;
    padding: 3px;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
}

.smalltext {
 font-size: 85%;
}

.field {
 width: 250px;
}


.align_right {
text-align: right;
}

.no-border {
border: 0;
}

.sec_level {
 font-size: 90%;
 padding-left: 20px;
}

.thi_level {
 font-size: 85%;
 padding-left: 60px;
}

.alt {
 background: #415C76;
}

.tinytext {
 font-size: 81%;
}

#bbcode {
font-size: x-small;
font-family: veranda, arial, "Times New Roman", sans-serif;
}

.bbcode_table {
border: 0;
}

.bbcode_table td {
 background: #415C76;
 border: 2px solid #30475E;
}

#info {
width: 550px;
display: block;
border: 1px solid black;
font-size: xx-small;
}

.main {
text-align: center;
margin-right: 10px;
padding: 1px;
background: #FFFFFF ;
border-left: 2px solid #CCCCCC;
border-top: 2px solid #CCCCCC;
border-right: 2px solid black;
border-bottom: 2px solid black;
}

.bold {
font-weight: bold;
}


.italic {
font-style: italic;
}

.underline {
text-decoration: underline;
}

.lists {
display: block;
padding-top: 5px;
padding-bottom: 5px;
}

.center_align {
background: #FFFFFF url('images/icons/center_align.gif') no-repeat 0 50%;
width: 25px;
height: 25px;
}

.right_align {
background: #FFFFFF url('images/icons/right_align.gif') no-repeat 0 50%;
width: 25px;
height: 25px;
}

.link_sel {
color: #B6CDE6;
}

.small_field {
width: 50px;
}

#search_tab {
float: right;
}

#search_bar {
float: left;
}


#search_button {
float: left;
}

#search_results {
 
}

#search_results h2 {
margin: 0;
padding: 0;
font-size: medium;
font-weight: 600;
}

#search_results h2 span {
font-size: small;
color: #EEEEEE;
font-weight: normal;
}

#search_results .content {
padding-top: 5px;
}

#search_results .outside {
border-bottom: #CCC 1px dotted;
padding: 1em;
}

#search_results .whole_url {
padding-top: 5px;
}

#search_results .whole_url a {
font-size: x-small;
color: #EEEEEE;
}

#search_results .alt {
 background: #415C76;
}

#gallery dl {
margin: 5px 5px 0 0;
padding: 3px;
float: left;
height: 300px;
background: #415C76;

}

#gallery dt {
margin: 0 auto;
text-align: center;
padding: 3px;
width: 256px;
}

#gallery dd {
text-align: center;
margin: 0 0 5px 0;
padding: 3px 3px 5px 3px;
width: 256px;
}

.tiny_textarea {
width: 170px;
height: 150px;
}

#gallery a  {
background: none;
border: none;
text-decoration: none;
}

