/**************************************/
/*           Main Styles              */
/**************************************/

body {
margin-top: 0px;
background-color: #f2f2f2;
background-image: url(../images/bg.gif); background-position: center; background-repeat: repeat-y;
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 12px;
color: #504632;
line-height: 16px;
}

td, div, p {
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 12px;
color: #504632;
line-height: 16px;
}

h1 {
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
line-height: 20px;
color: #152a5b;
margin-bottom: 0px;
}

h2 {
font-size: 14px;
font-weight: bold;
color: #6c6958;
font-variant: small-caps;
margin-top: 30px;
margin-bottom: 0px;
}

h3 {
font-size: 14px;
font-weight: bold;
color: #152a5b;
margin-top: 30px;
margin-bottom: 0px;
}

h4 {
font: bold 16px;
color: #780032;
background-color: #f1ecda;
margin-bottom: 0px;
padding: 3 0 3 3;
}

.header {
width: 751px;
background-color: #ffffff;
}

.menu {
height: 24px;
background-color: #152a5b;
text-align: left;
padding-left: 5px;
}

.content {
width: 721px;
text-align: left;
background-color: #ffffff;
margin-top: 20px;
}

ul.one {
list-style: url(../images/bullet_blue.gif);
margin-left: 25px;
margin-top: 0px;
padding-right: 5px;
line-height: 28px;
vertical-align: middle;
}

ul {
list-style: url(../images/bullet_blue.gif);
margin-left : 25px;
margin-top: 0px;
padding-right: 5px;
line-height: 18px;
}

.small {
font-size: 10px;
}

.footer {
font-size: 10px;
margin-top: 0px;
margin-bottom: 10px;
}


/**************************************/
/*           Link Styles              */
/**************************************/

a:link, a:visited {
color: #152a5b;
text-decoration: underline;
}

a:active, a:hover {
color: #214699;
}

a.nav:link, a.nav:visited {
font: bold 12px arial, sans serif;
color: #f2f1f1;
text-decoration: none;
background-color: #152a5b;
height: 24px;
line-height: 24px;
padding-left: 10px;
padding-right: 10px;
}

a.nav:active, a.nav:hover {
background-color: #777461;
text-decoration: none;
}

a.altnav:link, a.altnav:visited {
font: 11px Tahoma, arial, sans serif;
color: #bfa03f;
text-decoration: none;
height: 14px;
line-height: 14px;
padding-right: 10px;
padding-top: 10px;
}

a.altnav:active, a.altnav:hover {
color: #b3004b;
text-decoration: underline;
}

a.large:link, a.large:visited {
color: #214699;
font-size: 14px;
font-weight: bold;
font-variant: small-caps;
text-decoration: underline;
}

a.large:active, a.large:hover {
color: #326cee;
}


/**************************************/
/*           Form Styles              */
/**************************************/

.textfield {
background-color: #f6f6f6;
height: 18px;
width: 100px;
border : 1px solid #214699;
}

.frm {
background-color: #f6f6f6;
height: 20px;
border : 1px solid #214699;
}

.txtarea {
background-color: #f6f6f6;
border : 1px solid #214699;
}

.bttnsub {
font: 11px arial, helvetica, sans-serif;
background-color: #eeeeee;
border : 1px solid #214699;
width: 75px;
height: 18px;
}

.bttnres {
font: 11px arial, helvetica, sans-serif;
background-color: #F1F5F9;
border : 1px solid #99ADC1;
width: 75px; height: 20px;
}



