/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 17, 2013, 2:29:28 PM
    Author     : amnewman
*/


.plainText {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}

.boldText {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
}

.sequenceText {
font-family: Courier New, Courier;
font-size: 14px;
}

.sequenceTextSmall {
font-family: Courier New, Courier;
font-size: 10px;
}

.options{
font-family: Courier New, Courier, Arial;
}


a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #ffcc00;
}

#wrap {
margin: 0 auto;
width: 780px;
background: #fff;
}

#header {
height: 90px;
}
#header h1 { 
font-size: 24px;
padding: 23px 0 0 20px;
color: #aaa;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 17px;
color: #555555;
padding: 5px 0 0 20px;
font-weight: 100;
}
#header h3 {
font-size: 14px;
color: #555555;
padding: 5px 0 0 20px;
font-weight: 100;
}


.likeH2 {
font-size: 17px;
color: #555555;
font-weight: 100;
text-decoration: none;
}
.likeH2 a:hover {
font-size: 17px;
color: #555555;
font-weight: 100;
text-decoration: none;
}

.likeH3 {
font-size: 14px;
color: #555555;
font-weight: 100;
text-decoration: none;
}
.likeH3 a:hover {
font-size: 14px;
color: #555555;
font-weight: 100;
text-decoration: none;
}

#menu {
height: 30px;
line-height: 30px;
border-top: 1px dotted #555;
border-bottom: 1px dotted #555;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #004990;
}
#menu ul li a:hover {
color: #ffcc00;
text-decoration: none;
font-weight: 600;
}

#content {
padding: 0 20px 20px 20px;
}

#content ul li {
padding: 1px 1px 1px 1px;
margin: 0px 0px 0px 15px;
}

.right {
float: right;
width: 520px;
text-align: justify;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
color: #004990;
}
.right h2 a:hover {
color: #111;
}

.left {
float: left;
width: 200px;
margin-top: 10px;
background: #004990;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 28px;
line-height: 28px;
color: #fff;
font-size: 13px;
background: #788BBD;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #788BBD;
}
.left ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.left ul li a:hover {
color: #ffcc00;
font-weight: 600;
}

#footer {
height: 30px;
line-height: 30px;
background: #657983;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }

.td td1 {
width: 100px;
}