﻿/* General Settings */

body { background: #000 repeat-x fixed url(../images/mainbg.jpg); font-family: Verdana, sans-serif; margin: 0px; font-size : 12px; color: #000; }
p { text-align: justify; line-height: 18px; margin: 0 0 12px 0; }
h1 { font-size : 20px; font-weight : bold; text-align: left; margin: 0 0 12px 0; }
h2 { font-size : 18px; font-weight : bold; color : #fff; text-align: left; margin: 0 0 12px 0; }
h3, h4, h5, h6 { font-size : 16px; font-weight : bold; color : #778899; text-align: left; margin: 0 0 12px 0; }
hr {color: #778899; background-color: #778899; height: 1px; width: 90%; border: 0; }

/* Main Content  */

#wrapper { margin: 0 auto; width: 730px; }
#top { margin: 0; width: 100%; height: 25px; background: no-repeat url(../images/dwm_top.png); }
#headwrap { margin: 0 auto; width: 730px; background: url(../images/dwm_mid.png); padding-bottom: 10px; }
#header { width: 680px; margin: 0 auto; height: 128px; background: url(../images/headbg.jpg);  }
#logo { width: 225px; float: left; }
#tagline { float: right; width: 455px; text-align: center; padding: 20px 0; }
#topnav { float: right; text-align: right; width: 455px; }
#conwrap { width: 730px; margin: 0 auto; background: url(../images/dwm_mid.png); }
#content { width: 660px; margin: 0 auto; background: #fff; padding: 10px;  }
#bottom { margin: 0; width: 100%; height: 15px; background: no-repeat url(../images/dwm_bot.png); }
#copyright { width: 730px; margin: 0 auto 12px auto; text-align: center; }
.clear { clear: both; }

/* Specialty Settings */

.center { text-align: center; }
.borderimg { border-width: 0px; }
.small { font-size: 11px; color: #808080; margin: 0 12px 12px 12px; line-height: 14px; text-align: center; }
.sub { font-size: 11px; color: #808080; font-weight: normal; margin: 0 12px 12px 12px; line-height: 14px; }
.indent { margin: 0 0 12px 24px; }

/* Default Links */

a:visited { color : #778899; text-decoration: underline; font-weight: bold; }
a:link { color : #778899; text-decoration : underline; font-weight: bold; }
a:hover { color : #000; text-decoration: underline; font-weight: bold; }
a:active { color : #778899; font-weight: bold; text-decoration: none;}

/* Tagline */

#tagline p { color: #fff; font-size: 18px; font-weight: bold; text-align: center; } 

/* Top Navigation */

#topnav p { font-size: 12px; color: #fff; margin-top: 33px; text-align: center; font-weight: bold; }
#topnav A:LINK { color : #fff; text-decoration : none; font-weight: bold; }
#topnav A:VISITED { color : #fff; text-decoration : none; font-weight: bold; }
#topnav A:HOVER { color : #fff;  text-decoration: underline; font-weight: bold; }
#topnav A:ACTIVE { color : #fff; font-weight: bold; text-decoration : none; }
.topnav { margin: 0 7px; }

/* Copyright */

#copyright p { text-align: center; color: #c0c0c0; font-size: 10px; margin: 0; line-height: 14px; }
#copyright A:LINK { color : #c0c0c0; text-decoration : none; font-weight: normal; }
#copyright A:VISITED { color : #c0c0c0; text-decoration : none; font-weight: normal; }
#copyright A:HOVER { color : #c0c0c0; text-decoration: underline; font-weight: normal; }
#copyright A:ACTIVE { color : #c0c0c0; font-weight: bold; text-decoration : none; }
.botnav { margin: 0 5px; }
