/* CSS Document */
table, tr, td, div, img, form, object, embed, h1, h2, h3, h4, h5, h6, h7, h8, p, ul, ol, li, cite, a {
border-width: 0;
margin: 0;
padding: 0;
}

html { 
height: 100%;
}

body { 
background: #136;	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
height: 100%;
text-align: center;
margin: 0;
padding: 0;
}

a {
color: #136;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

div#page_container {
width: 750px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

/*BEGIN HEADER STYLING */
.header {
text-align: left;
background: url(../images/logo.bg) left top repeat-y;
}

.header img.print {
display: none;
}

/*BEGIN MAIN NAVIGATION */
.navholder {
text-align: center;
background-color: #fff;
width: 586px;
position: relative;
top: -54px;
left: 164px;
background: #fff url(../images/nav_bg.gif) left top repeat-x;
}

/*END MAIN NAVIGATION */

/*BEGIN MAIN CONTENT STYLING */
#container {
background: #fff url(../images/columndividers.gif) left top repeat-y;
width: 750px;
float: left;
position: relative;
margin-top: -27px !important;
margin-top: -29px;
}

#leftgradient {
background: url(../images/left_gradient.gif) left top no-repeat;
width:750px;
float:left;
padding-top:10px;
}

/*BEGIN LEFT COLUMN */
#left {
float: left;
width: 171px;
text-align: left;
font-size: 11px;
}

.action {
margin-top: 340px;
margin-left: 20px;
padding: 0px 10px 25px 0px;
color: #444;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

.action img {
padding-left: 10px;
}

.action p {
padding-top: 5px;
}

.action input.homebutton {
margin-top: 6px;
}

.act_resources {
margin-top: 80px;
margin-left: 20px;
padding: 0px 10px 25px 0px;
color: #444;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
}

.act_resources p {
padding-top: 5px;
}

#left ul {
padding: 0px;
margin: 44px 0px 8px 0px;
list-style-type: none;
font-size: 10px;
text-align: right;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#left li {
border-bottom: 1px solid #fff;
}

#left li.first {
border-top: 1px solid #fff;
}

#left li a {
text-decoration: none;
color: #333;
display: block;
padding: 7px 10px 5px 10px;
}

#left li a:hover {
background-color: #ade;
}

/*END LEFT COLUMN */

/*BEGIN CENTER COLUMN */
#copy {
text-align: left;
padding-bottom: 5px;
font-size: 11px;
color: #666;
font-family: Verdana, Arial, Helvetica, sans-serif;
float: left;
}

/* DEFINE WIDTH FOR CENTER COLUMN -HOMEPAGE */
.copy_h {
width: 289px;
margin: 0px 24px 0px 24px;
}

/* DEFINE WIDTH FOR CENTER COLUMN -INTERNAL PAGE */
.copy_i {
width: 353px;
margin: 0px 24px 20px 24px;
}

#copy h1{
color: #89c7c7;
font-size: 20px;
font-weight: normal;
}

.copy_h h1{
margin: 0px 0px 16px 0px;
}

.copy_i h1{
margin: 0px 0px 8px 0px;
}

.textquote {
color: #b95;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
line-height: 18px;
}

.textcaption {
color: #a72;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 12px;
padding-bottom: 16px;
}

#copy h1 span {
display: none;
}

#copy h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #46a;
font-weight: bold;
padding: 6px 0px 10px 0px;
}

.textsubhead {
color: #288;
font-weight: bold;
}

#copy p {
padding: 6px 0px 10px 0px;
}

.copy_h p {
line-height: 18px;
}

.copy_i p {
line-height: 16px;
}

#copy ul.homelist {
line-height: 18px;
padding: 6px 0 10px 0;
}

#copy li.homelist {
background: url(../images/bullet.gif) 0px 7px no-repeat;
padding: 0px 5px 0px 16px;
}

#copy ul {
margin-left: 16px;
margin-top: 5px;
list-style-type: none;
line-height: 16px;
padding: 6px 0 10px 0;
}

#copy li {
background: url(../images/bullet.gif) 0px 7px no-repeat;
padding: 0px 5px 0px 16px;
}

#copy p.top {
padding: 0px;
margin: 0px;
text-align: right;
}

/*END CENTER COLUMN */


/*BEGIN RIGHT COLUMN */
#right {
float: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 14px;
}

/* DEFINE WIDTH FOR RIGHT COLUMN -HOMEPAGE */
.right_h {
width: 218px;
}

/* DEFINE WIDTH FOR RIGHT COLUMN -INTERIOR PAGE */
.right_i {
width: 154px;
padding-top: 46px;
padding-bottom: 24px;
}

#right h2 {
color: #b95;
font-size: 14px;
}

#right h2 span {
display: none;
}


#right p {
margin-bottom: 5px;
}

.box {
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
padding: 10px;
}

.boxbottom {
margin-bottom: 24px;
}

.yellow {
background: #fea;
}

.lightyellow {
background: #feb;
}

.peach {
background: #edb;
}

.blue {
background:#cde;
}

.lightblue {
background: #cef;
}

.right_h input {
border: 1px solid #666;
width: 155px;
margin-right: 6px;
}

.right_i input.boxi {
height: 16px;
padding: 0;
border: 1px solid #888;
margin: 0;
}

#right input.button {
border: 0;
top: 0;
position: relative;
}

/*END RIGHT COLUMN */

.clear {
clear: both;
}

/*BEGIN FOOTER */
.footer {
clear: both;
color: #888;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 6px 0px 20px 10px;
}

/* END FOOTER */
