/* CSS Document */

body { 
  font-family:Verdana, Arial, Helvetica, sans-serif;
  background: #A09BAF url(images/bkg.jpg) 0 0 repeat; 
  color: #000; 
  font-size: 10pt; 
  }

p { margin: 0px; padding: 7px 12px; }

h1 { margin: 12px 0px; padding: 3px 12px; font-size: 14pt; letter-spacing: 1px; }
h1 .smaller { font-size: smaller; font-weight: bold; }

h2 { margin: 7px 0px; padding: 3px 12px 0px; font-size: 11pt; color: #000080; text-transform: uppercase; }

ul { margin-top: 5px; line-height: 23px; list-style-image: url(images/list.jpg); }

form { margin: 7px; }

legend { font-size: 11pt; color: #000080; padding-bottom: 7px; }

a:link { color: #3B43CE; }
a:visited { color: #551A8B; }

.smaller { font-size: smaller; }

.title { color: #F0F9FE; background: #005BE5 url(images/bkgtitle.jpg) 0 0 repeat; }

.ulHead { padding: 7px 12px 0px; }

.clients { padding: 5px 20px 15px 10px; }

.byline { font-weight:normal; padding-right: 7px; }

.contact { line-height: 26px; padding-top: 18px; }

.form { padding:10px; }

#container { position: absolute; top: 0px; width: 100%; }

#head { background: #F0F9FE url(images/head.jpg) 0 0 no-repeat; height: 109px; }

#text { background-color: #FFF; padding-top: 8px; }

#foot { font-size: 9pt; text-align: center; background: #E6ECFF url(images/bkgfoot.jpg) 0 0 repeat; }

#logo { left: 6px; top: 10px; position: relative; z-index: 3; }

#byline { 
  background-color: #000; 
  color: #FFF; 
  position: relative; 
  top: 3px; 
  padding: 3px 0px 2px 18px; 
  font-weight: bold;
  }
#byline a { color: #F0F9FE; text-decoration: none; }
#byline a:visited { color: #3A125F; }

#nav { 
  position: relative; 
  top: 3px; 
  color: #F0F9FE;
  background: #005BE5 url(images/grade.jpg) 0 0 no-repeat; 
  text-align: right;
  padding: 5px 60px 0px;
  }
#nav A {
  FONT-WEIGHT: bold; TEXT-DECORATION: none
}
#nav A:link {
  COLOR: #f0f9fe
}
#nav A:visited {
  COLOR: #3a125f
}
#nav A:hover {
  COLOR: #ffffff
}


/* INDEX */
#left { border-right: double 3px red; width: 200px; font-size:9pt; }
#left div { padding-left:12px;}

#right { padding-top: 17px; }