/*
    Blue = #005581
    Green = #87b049
    Gray = #6a6a6a
    Lt. Gray = #ededed
    Lt. Green = #d2e1bb
    Lt. Blue = #0066ff
    Orange = #ff7e00
*/

/* Global Definitions */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: arial, verdana, helvetica;
    font-size: 12px;
    color: #000;
    background-color: #005581;
}

a:link, a:active, a:visited  {color: #0066ff; text-decoration: underline; }
a:hover {color:#000066; text-decoration: underline; }

a:link img, a:hover img, a:active img, a:visited img {
    border: none;
}

a.main {
    font-weight: bold;
    text-decoration: none;
    color: #06f;
}

a.main:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #ff7e00;
}

a.sub {
    text-decoration: none;
    color: #06f;
}

a.sub:hover {
    text-decoration: underline;
    color: #ff7e00;
}

a.dropNav, a.dropNav:visited {
    width: 154px;
    margin: 0;
    padding: 3px 10px 3px 15px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-color: #a2968a;
    display: block;
    background-image: url(/img/mainnav_bullet.gif);
    background-position: 5px 7px;
    background-repeat: no-repeat;
}

a.dropNav:hover {
    width: 154px;
    margin: 0;
    padding: 3px 10px 3px 15px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
    background-color: #796d61;
    display: block;
    background-image: url(/img/mainnav_bullet.gif);
    background-position: 7px 7px;
    background-repeat: no-repeat;
}

h2 {
   font-size: 14px;
   color: #6a6a6a;
}

h3 {
   font-size: 13px;
}

h4 {
   font-size: 12px;
}

p {
   line-height: 18px;
}

input {
    font-size: 10px;
    background-color: #eee;
    border: 1px solid #888;
}

select {
    font-size: 10px;
    background-color: #eee;
    border: 1px solid #888;
}

textarea {
    font-family: arial, verdana, helvetica;
    font-size: 11px;
    background-color: #eee;
    border: 1px solid #888;
}

.hline {
	width: 100%;
	height: 1px;
	border-bottom: solid #999 1px;
	margin: 10px 0px 10px 0px;
	
}