/* Start of CMSMS style sheet 'Text Stylesheet' */
* {
margin: 0; 
padding: 0; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
color: #434343; 
}
/*Override defaults for all tags. */

BODY {
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 12px;
margin-left: 0px; 
background-color: white; 
background-image: url('images/background.gif');
background-repeat: repeat-x;
}

P { 
margin-top: 8px; 
margin-bottom: 0px; 
line-height: 17px; 
}

P.first { 
margin-top: 1px; 
}

P.site_credit { 
color: #787878; 
font-size: 10px; 
margin-top: 2px; 
margin-bottom: 0px; 
}

P.caption { 
font-size: 10px; 
line-height: 12px; 
font-style: italic; 
margin-top: 2px; 
margin-left: 4px; 
}

P.elevator_pitch {
font-size: 13px; 
color: #e5e5e5; 
line-height: 20px; 
margin-left: 30px; 
margin-right: 27px; 
margin-top: 15px; 
}

P.footer { 
margin-left: 30px; 
margin-right: 30px; 
margin-top: 30px; 
text-align: center; 
}

H3 { 
margin-top: 15px; 
font-weight: bold; 
line-height: 17px; 
}

H3.first { 
margin-top: 0px; 
}

H4 { 
font-size: 13px; 
margin-top: 15px; 
color: #e56117; 
font-weight: bold; 
}

H4.first { 
margin-top: 0px; 
}

UL, OL { 
margin-top: 0px; 
margin-left: 10px; 
padding-left: 20px; 
list-style-position: outside; 
}

LI { 
margin-top: 3px; 
margin-bottom: 0px; 
line-height: 15px; 
}

IMG.right {
margin-top: 8px; 
margin-right: 0px; 
margin-bottom: 3px; 
margin-left: 12px; 
}

IMG.logo {
margin-top: 2px; 
margin-right: 0px; 
margin-bottom: 2px; 
margin-left: 9px; 
}

TABLE.layout {
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
border-spacing: 0px;
border: inset 0px;
border: outset 0px;
}

TD.tagline {
height: 42px; 
vertical-align: middle; 
padding-right: 15px; 
background-color: #f5f5f5; 
background-image: url('images/background-tagline.jpg');
background-repeat: repeat-x;
}

TAGLINE {
color: #085116; 
font-family: 'Arial Narrow', Arial, Helvetica, sans-serif; 
font-size: 14px; 
font-weight: bold; 
vertical-align: middle; 
}

TD.green {
background-color: #0f561e; 
background-image: url('images/background-green.gif');
background-repeat: repeat-y;
}

TD.navbar {
background-color: #0f561e; 
height: 21px; 
vertical-align: middle; 
}

TD.body_home {
background-color: white; 
background-image: url('images/background-body_home.gif');
background-repeat: repeat-y;
}

TD.body {
background-color: white; 
background-image: url('images/background-body_mid.gif');
background-repeat: repeat-y;
}

TD.photo { 
text-align: right; 
padding-top: 30px; 
padding-left: 10px; 
image-orientation: from-image;
}

TD.menu { 
padding-top: 20px; 
}

TD.title { 
padding-bottom: 14px; 
padding-right: 8px; 
font-weight: bold; 
text-align: right; 
line-height: 17px; 
white-space: nowrap; 
width: 1%; 
}

TD.data { 
padding-bottom: 14px; 
line-height: 17px; 
width: 99%; 
}

a { 
color: blue;
text-decoration: none;
}

a:hover    { 
text-decoration: underline;
}

a.caption { 
font-size: 10px; 
line-height: 12px; 
font-style: italic; 
margin-top: 2px; 
color: blue;
text-decoration: none;
}

a.caption:hover    { 
text-decoration: underline;
}

a.site_credit { 
font-size: 10px; 
margin-top: 2px; 
margin-bottom: 0px; 
color: #787878; 
text-decoration: none;
}

a.site_credit:hover { 
text-decoration: underline;
}

/* End of 'Text Stylesheet' */

